Home
last modified time | relevance | path

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

/linux/drivers/nfc/pn544/
H A Di2c.c156 struct work_struct fw_work; member
496 schedule_work(&phy->fw_work); in pn544_hci_i2c_irq_thread_fn()
532 schedule_work(&phy->fw_work); in pn544_hci_i2c_fw_download()
725 schedule_work(&phy->fw_work); in pn544_hci_i2c_fw_secure_write_frame()
734 fw_work); in pn544_hci_i2c_fw_work()
881 INIT_WORK(&phy->fw_work, pn544_hci_i2c_fw_work); in pn544_hci_i2c_probe()
930 cancel_work_sync(&phy->fw_work); in pn544_hci_i2c_remove()
/linux/drivers/accel/qaic/
H A Dsahara.c159 struct work_struct fw_work; member
539 struct sahara_context *context = container_of(work, struct sahara_context, fw_work); in sahara_processing()
857 INIT_WORK(&context->fw_work, sahara_processing); in sahara_mhi_probe()
881 cancel_work_sync(&context->fw_work); in sahara_mhi_remove()
905 schedule_work(&context->fw_work); in sahara_mhi_dl_xfer_cb()
/linux/drivers/net/wireless/quantenna/qtnfmac/
H A Dbus.h65 struct work_struct fw_work; member
/linux/drivers/media/i2c/cx25840/
H A Dcx25840-core.h95 struct work_struct fw_work; member
/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_main.c450 if (!adapter->fw_work.work.func) in qlcnic_82xx_cancel_idc_work()
453 cancel_delayed_work_sync(&adapter->fw_work); in qlcnic_82xx_cancel_idc_work()
3346 struct qlcnic_adapter, fw_work.work); in qlcnic_fwinit_work()
3450 struct qlcnic_adapter, fw_work.work); in qlcnic_detach_work()
3588 INIT_DELAYED_WORK(&adapter->fw_work, func); in qlcnic_schedule_work()
3589 queue_delayed_work(adapter->qlcnic_wq, &adapter->fw_work, in qlcnic_schedule_work()
3597 struct qlcnic_adapter, fw_work.work); in qlcnic_attach_work()
3720 struct qlcnic_adapter, fw_work.work); in qlcnic_fw_poll_work()
3834 cancel_delayed_work_sync(&adapter->fw_work); in qlcnic_82xx_io_error_detected()
H A Dqlcnic_83xx_init.c1110 adapter = container_of(work, struct qlcnic_adapter, fw_work.work); in qlcnic_83xx_idc_poll_dev_state()
1278 cancel_delayed_work_sync(&adapter->fw_work); in qlcnic_83xx_idc_exit()
2526 qlcnic_83xx_idc_poll_dev_state(&adapter->fw_work.work); in qlcnic_83xx_init()
2549 cancel_delayed_work_sync(&adapter->fw_work); in qlcnic_83xx_aer_stop_poll_work()
H A Dqlcnic_sriov_common.c1911 adapter = container_of(work, struct qlcnic_adapter, fw_work.work); in qlcnic_sriov_vf_poll_dev_state()
1950 cancel_delayed_work_sync(&adapter->fw_work); in qlcnic_sriov_vf_cancel_fw_work()
/linux/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_main.c2475 INIT_DELAYED_WORK(&adapter->fw_work, func); in netxen_schedule_work()
2476 schedule_delayed_work(&adapter->fw_work, delay); in netxen_schedule_work()
2485 cancel_delayed_work_sync(&adapter->fw_work); in netxen_cancel_fw_work()
2492 struct netxen_adapter, fw_work.work); in netxen_attach_work()
2522 struct netxen_adapter, fw_work.work); in netxen_fwinit_work()
2587 struct netxen_adapter, fw_work.work); in netxen_detach_work()
2705 struct netxen_adapter, fw_work.work); in netxen_fw_poll_work()
H A Dnetxen_nic.h1670 struct delayed_work fw_work; member
/linux/drivers/net/wireless/quantenna/qtnfmac/pcie/
H A Dpearl_pcie.c1023 struct qtnf_bus *bus = container_of(work, struct qtnf_bus, fw_work); in qtnf_pearl_fw_work_handler()
1121 INIT_WORK(&bus->fw_work, qtnf_pearl_fw_work_handler); in qtnf_pcie_pearl_probe()