Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dhci_sync.c307 struct hci_dev *hdev = container_of(work, struct hci_dev, cmd_sync_work); in hci_cmd_sync_work()
628 INIT_WORK(&hdev->cmd_sync_work, hci_cmd_sync_work); in hci_cmd_sync_init()
655 cancel_work_sync(&hdev->cmd_sync_work); in hci_cmd_sync_clear()
727 queue_work(hdev->req_workqueue, &hdev->cmd_sync_work); in hci_cmd_sync_submit()
804 if (current_work() == &hdev->cmd_sync_work) in hci_cmd_sync_run()
/linux/include/net/bluetooth/
H A Dhci_core.h486 struct work_struct cmd_sync_work; member