Searched refs:fw_work (Results 1 – 11 of 11) sorted by relevance
/drivers/base/ |
D | firmware_class.c | 1317 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/ |
D | i2c.c | 174 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/ |
D | cx25840-core.h | 74 struct work_struct fw_work; /* work entry for fw load */ member
|
D | cx25840-core.c | 391 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/ |
D | qlcnic_main.c | 455 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()
|
D | qlcnic_83xx_init.c | 1130 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()
|
D | qlcnic_sriov_common.c | 1907 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()
|
D | qlcnic.h | 1174 struct delayed_work fw_work; member
|
/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_main.c | 2532 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()
|
D | netxen_nic.h | 1689 struct delayed_work fw_work; member
|
/drivers/scsi/mpt3sas/ |
D | mpt3sas_scsih.c | 208 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()
|