Home
last modified time | relevance | path

Searched refs:fw_work (Results 1 – 13 of 13) sorted by relevance

/Linux-v4.19/drivers/base/firmware_loader/
Dmain.c778 struct firmware_work *fw_work; in request_firmware_work_func() local
781 fw_work = container_of(work, struct firmware_work, work); in request_firmware_work_func()
783 _request_firmware(&fw, fw_work->name, fw_work->device, NULL, 0, in request_firmware_work_func()
784 fw_work->opt_flags); in request_firmware_work_func()
785 fw_work->cont(fw, fw_work->context); in request_firmware_work_func()
786 put_device(fw_work->device); /* taken in request_firmware_nowait() */ in request_firmware_work_func()
788 module_put(fw_work->module); in request_firmware_work_func()
789 kfree_const(fw_work->name); in request_firmware_work_func()
790 kfree(fw_work); in request_firmware_work_func()
822 struct firmware_work *fw_work; in request_firmware_nowait() local
[all …]
/Linux-v4.19/drivers/nfc/pn544/
Di2c.c171 struct work_struct fw_work; member
512 schedule_work(&phy->fw_work); in pn544_hci_i2c_irq_thread_fn()
548 schedule_work(&phy->fw_work); in pn544_hci_i2c_fw_download()
741 schedule_work(&phy->fw_work); in pn544_hci_i2c_fw_secure_write_frame()
750 fw_work); in pn544_hci_i2c_fw_work()
901 INIT_WORK(&phy->fw_work, pn544_hci_i2c_fw_work); in pn544_hci_i2c_probe()
952 cancel_work_sync(&phy->fw_work); in pn544_hci_i2c_remove()
/Linux-v4.19/drivers/net/wireless/quantenna/qtnfmac/
Dbus.h65 struct work_struct fw_work; member
/Linux-v4.19/drivers/media/i2c/cx25840/
Dcx25840-core.h99 struct work_struct fw_work; member
Dcx25840-core.c387 struct cx25840_state *state = container_of(work, struct cx25840_state, fw_work); in cx25840_work_handler()
416 INIT_WORK(&state->fw_work, cx25840_work_handler); in cx25840_initialize()
421 queue_work(q, &state->fw_work); in cx25840_initialize()
648 INIT_WORK(&state->fw_work, cx25840_work_handler); in cx23885_initialize()
653 queue_work(q, &state->fw_work); in cx23885_initialize()
768 INIT_WORK(&state->fw_work, cx25840_work_handler); in cx231xx_initialize()
773 queue_work(q, &state->fw_work); in cx231xx_initialize()
/Linux-v4.19/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_main.c2512 INIT_DELAYED_WORK(&adapter->fw_work, func); in netxen_schedule_work()
2513 schedule_delayed_work(&adapter->fw_work, delay); in netxen_schedule_work()
2522 cancel_delayed_work_sync(&adapter->fw_work); in netxen_cancel_fw_work()
2529 struct netxen_adapter, fw_work.work); in netxen_attach_work()
2559 struct netxen_adapter, fw_work.work); in netxen_fwinit_work()
2624 struct netxen_adapter, fw_work.work); in netxen_detach_work()
2742 struct netxen_adapter, fw_work.work); in netxen_fw_poll_work()
Dnetxen_nic.h1689 struct delayed_work fw_work; member
/Linux-v4.19/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_main.c452 if (!adapter->fw_work.work.func) in qlcnic_82xx_cancel_idc_work()
455 cancel_delayed_work_sync(&adapter->fw_work); in qlcnic_82xx_cancel_idc_work()
3411 struct qlcnic_adapter, fw_work.work); in qlcnic_fwinit_work()
3514 struct qlcnic_adapter, fw_work.work); in qlcnic_detach_work()
3652 INIT_DELAYED_WORK(&adapter->fw_work, func); in qlcnic_schedule_work()
3653 queue_delayed_work(adapter->qlcnic_wq, &adapter->fw_work, in qlcnic_schedule_work()
3661 struct qlcnic_adapter, fw_work.work); in qlcnic_attach_work()
3784 struct qlcnic_adapter, fw_work.work); in qlcnic_fw_poll_work()
3900 cancel_delayed_work_sync(&adapter->fw_work); in qlcnic_82xx_io_error_detected()
Dqlcnic_83xx_init.c1130 adapter = container_of(work, struct qlcnic_adapter, fw_work.work); in qlcnic_83xx_idc_poll_dev_state()
1298 cancel_delayed_work_sync(&adapter->fw_work); in qlcnic_83xx_idc_exit()
2542 qlcnic_83xx_idc_poll_dev_state(&adapter->fw_work.work); in qlcnic_83xx_init()
2565 cancel_delayed_work_sync(&adapter->fw_work); in qlcnic_83xx_aer_stop_poll_work()
Dqlcnic_sriov_common.c1909 adapter = container_of(work, struct qlcnic_adapter, fw_work.work); in qlcnic_sriov_vf_poll_dev_state()
1948 cancel_delayed_work_sync(&adapter->fw_work); in qlcnic_sriov_vf_cancel_fw_work()
Dqlcnic.h1174 struct delayed_work fw_work; member
/Linux-v4.19/drivers/net/wireless/quantenna/qtnfmac/pearl/
Dpcie.c1174 struct qtnf_bus *bus = container_of(work, struct qtnf_bus, fw_work); in qtnf_fw_work_handler()
1262 INIT_WORK(&bus->fw_work, qtnf_fw_work_handler); in qtnf_bringup_fw_async()
1263 schedule_work(&bus->fw_work); in qtnf_bringup_fw_async()
/Linux-v4.19/drivers/scsi/mpt3sas/
Dmpt3sas_scsih.c215 static void fw_event_work_get(struct fw_event_work *fw_work) in fw_event_work_get() argument
217 kref_get(&fw_work->refcount); in fw_event_work_get()
220 static void fw_event_work_put(struct fw_event_work *fw_work) in fw_event_work_put() argument
222 kref_put(&fw_work->refcount, fw_event_work_free); in fw_event_work_put()