Home
last modified time | relevance | path

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

/drivers/base/
Dfirmware_class.c1317 struct firmware_work *fw_work; in request_firmware_work_func() local
1320 fw_work = container_of(work, struct firmware_work, work); in request_firmware_work_func()
1322 _request_firmware(&fw, fw_work->name, fw_work->device, NULL, 0, in request_firmware_work_func()
1323 fw_work->opt_flags); in request_firmware_work_func()
1324 fw_work->cont(fw, fw_work->context); in request_firmware_work_func()
1325 put_device(fw_work->device); /* taken in request_firmware_nowait() */ in request_firmware_work_func()
1327 module_put(fw_work->module); in request_firmware_work_func()
1328 kfree_const(fw_work->name); in request_firmware_work_func()
1329 kfree(fw_work); in request_firmware_work_func()
1361 struct firmware_work *fw_work; in request_firmware_nowait() local
[all …]
/drivers/nfc/pn544/
Di2c.c174 struct work_struct fw_work; member
517 schedule_work(&phy->fw_work); in pn544_hci_i2c_irq_thread_fn()
553 schedule_work(&phy->fw_work); in pn544_hci_i2c_fw_download()
746 schedule_work(&phy->fw_work); in pn544_hci_i2c_fw_secure_write_frame()
755 fw_work); in pn544_hci_i2c_fw_work()
992 INIT_WORK(&phy->fw_work, pn544_hci_i2c_fw_work); in pn544_hci_i2c_probe()
1077 cancel_work_sync(&phy->fw_work); in pn544_hci_i2c_remove()
/drivers/media/i2c/cx25840/
Dcx25840-core.h74 struct work_struct fw_work; /* work entry for fw load */ member
Dcx25840-core.c391 struct cx25840_state *state = container_of(work, struct cx25840_state, fw_work); in cx25840_work_handler()
420 INIT_WORK(&state->fw_work, cx25840_work_handler); in cx25840_initialize()
425 queue_work(q, &state->fw_work); in cx25840_initialize()
636 INIT_WORK(&state->fw_work, cx25840_work_handler); in cx23885_initialize()
641 queue_work(q, &state->fw_work); in cx23885_initialize()
756 INIT_WORK(&state->fw_work, cx25840_work_handler); in cx231xx_initialize()
761 queue_work(q, &state->fw_work); in cx231xx_initialize()
/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_main.c455 if (!adapter->fw_work.work.func) in qlcnic_82xx_cancel_idc_work()
458 cancel_delayed_work_sync(&adapter->fw_work); in qlcnic_82xx_cancel_idc_work()
3447 struct qlcnic_adapter, fw_work.work); in qlcnic_fwinit_work()
3550 struct qlcnic_adapter, fw_work.work); in qlcnic_detach_work()
3688 INIT_DELAYED_WORK(&adapter->fw_work, func); in qlcnic_schedule_work()
3689 queue_delayed_work(adapter->qlcnic_wq, &adapter->fw_work, in qlcnic_schedule_work()
3697 struct qlcnic_adapter, fw_work.work); in qlcnic_attach_work()
3820 struct qlcnic_adapter, fw_work.work); in qlcnic_fw_poll_work()
3936 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.c1907 adapter = container_of(work, struct qlcnic_adapter, fw_work.work); in qlcnic_sriov_vf_poll_dev_state()
1946 cancel_delayed_work_sync(&adapter->fw_work); in qlcnic_sriov_vf_cancel_fw_work()
Dqlcnic.h1174 struct delayed_work fw_work; member
/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_main.c2532 INIT_DELAYED_WORK(&adapter->fw_work, func); in netxen_schedule_work()
2533 schedule_delayed_work(&adapter->fw_work, delay); in netxen_schedule_work()
2542 cancel_delayed_work_sync(&adapter->fw_work); in netxen_cancel_fw_work()
2549 struct netxen_adapter, fw_work.work); in netxen_attach_work()
2579 struct netxen_adapter, fw_work.work); in netxen_fwinit_work()
2644 struct netxen_adapter, fw_work.work); in netxen_detach_work()
2762 struct netxen_adapter, fw_work.work); in netxen_fw_poll_work()
Dnetxen_nic.h1689 struct delayed_work fw_work; member
/drivers/scsi/mpt3sas/
Dmpt3sas_scsih.c208 static void fw_event_work_get(struct fw_event_work *fw_work) in fw_event_work_get() argument
210 kref_get(&fw_work->refcount); in fw_event_work_get()
213 static void fw_event_work_put(struct fw_event_work *fw_work) in fw_event_work_put() argument
215 kref_put(&fw_work->refcount, fw_event_work_free); in fw_event_work_put()