Searched refs:old_fw (Results 1 – 11 of 11) sorted by relevance
/dports/devel/stfl/stfl-0.24/ |
H A D | base.c | 373 old_fw->type->f_leave(old_fw, f); in stfl_focus_prev() 399 old_fw->type->f_leave(old_fw, f); in stfl_focus_next() 421 if (old_fw && old_fw->type->f_leave) in stfl_switch_focus() 422 old_fw->type->f_leave(old_fw, f); in stfl_switch_focus() 593 if (!fw && old_fw) in stfl_form_run() 597 if (old_fw != fw) in stfl_form_run() 599 if (old_fw && old_fw->type->f_leave) in stfl_form_run() 600 old_fw->type->f_leave(old_fw, f); in stfl_form_run() 635 if (!fw && old_fw) in stfl_form_run() 643 if (old_fw && old_fw->type->f_leave) in stfl_form_run() [all …]
|
H A D | stfl_internals.h | 127 extern int stfl_switch_focus(struct stfl_widget *old_fw, struct stfl_widget *new_fw, struct stfl_fo… 129 extern int stfl_focus_prev(struct stfl_widget *w, struct stfl_widget *old_fw, struct stfl_form *f); 130 extern int stfl_focus_next(struct stfl_widget *w, struct stfl_widget *old_fw, struct stfl_form *f);
|
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/pci/netup_unidvb/ |
H A D | netup_unidvb.h | 108 int old_fw; member
|
H A D | netup_unidvb_core.c | 810 ndev->old_fw = old_firmware; in netup_unidvb_initdev() 977 if (!ndev->old_fw) { in netup_unidvb_finidev()
|
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/pci/netup_unidvb/ |
H A D | netup_unidvb.h | 108 int old_fw; member
|
H A D | netup_unidvb_core.c | 810 ndev->old_fw = old_firmware; in netup_unidvb_initdev() 977 if (!ndev->old_fw) { in netup_unidvb_finidev()
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/pci/netup_unidvb/ |
H A D | netup_unidvb.h | 108 int old_fw; member
|
H A D | netup_unidvb_core.c | 810 ndev->old_fw = old_firmware; in netup_unidvb_initdev() 977 if (!ndev->old_fw) { in netup_unidvb_finidev()
|
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/myricom/myri10ge/ |
H A D | myri10ge.c | 3602 char *old_fw; in myri10ge_probe_slices() local 3614 old_fw = mgp->fw_name; in myri10ge_probe_slices() 3623 } else if (old_fw == myri10ge_fw_aligned) in myri10ge_probe_slices() 3631 kfree(old_fw); in myri10ge_probe_slices() 3701 kfree(old_fw); in myri10ge_probe_slices() 3716 set_fw_name(mgp, old_fw, old_allocated); in myri10ge_probe_slices()
|
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/myricom/myri10ge/ |
H A D | myri10ge.c | 3602 char *old_fw; in myri10ge_probe_slices() local 3614 old_fw = mgp->fw_name; in myri10ge_probe_slices() 3623 } else if (old_fw == myri10ge_fw_aligned) in myri10ge_probe_slices() 3631 kfree(old_fw); in myri10ge_probe_slices() 3701 kfree(old_fw); in myri10ge_probe_slices() 3716 set_fw_name(mgp, old_fw, old_allocated); in myri10ge_probe_slices()
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/myricom/myri10ge/ |
H A D | myri10ge.c | 3602 char *old_fw; in myri10ge_probe_slices() local 3614 old_fw = mgp->fw_name; in myri10ge_probe_slices() 3623 } else if (old_fw == myri10ge_fw_aligned) in myri10ge_probe_slices() 3631 kfree(old_fw); in myri10ge_probe_slices() 3701 kfree(old_fw); in myri10ge_probe_slices() 3716 set_fw_name(mgp, old_fw, old_allocated); in myri10ge_probe_slices()
|