Home
last modified time | relevance | path

Searched refs:cmd_handler (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/pci/endpoint/functions/
H A Dpci-epf-test.c68 struct delayed_work cmd_handler; member
796 cmd_handler.work); in pci_epf_test_cmd_handler()
853 queue_delayed_work(kpcitest_workqueue, &epf_test->cmd_handler, in pci_epf_test_cmd_handler()
974 queue_work(kpcitest_workqueue, &epf_test->cmd_handler.work); in pci_epf_test_epc_init()
983 cancel_delayed_work_sync(&epf_test->cmd_handler); in pci_epf_test_epc_deinit()
992 queue_delayed_work(kpcitest_workqueue, &epf_test->cmd_handler, in pci_epf_test_link_up()
1002 cancel_delayed_work_sync(&epf_test->cmd_handler); in pci_epf_test_link_down()
1115 cancel_delayed_work_sync(&epf_test->cmd_handler); in pci_epf_test_unbind()
1143 INIT_DELAYED_WORK(&epf_test->cmd_handler, pci_epf_test_cmd_handler); in pci_epf_test_probe()
H A Dpci-epf-vntb.c146 struct delayed_work cmd_handler; member
259 ntb = container_of(work, struct epf_ntb, cmd_handler.work); in epf_ntb_cmd_handler()
321 queue_delayed_work(kpcintb_workqueue, &ntb->cmd_handler, in epf_ntb_cmd_handler()
814 INIT_DELAYED_WORK(&ntb->cmd_handler, epf_ntb_cmd_handler); in epf_ntb_epc_init()
815 queue_work(kpcintb_workqueue, &ntb->cmd_handler.work); in epf_ntb_epc_init()