Searched refs:req_workqueue (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/net/bluetooth/ |
D | hci_request.c | 279 queue_delayed_work(hdev->req_workqueue, in start_interleave_scan() 863 queue_delayed_work(hdev->req_workqueue, in interleave_scan_work()
|
D | hci_core.c | 527 flush_workqueue(hdev->req_workqueue); in hci_dev_open() 1004 queue_delayed_work(hdev->req_workqueue, &hdev->power_off, in hci_power_on() 2635 hdev->req_workqueue = alloc_ordered_workqueue("%s", WQ_HIGHPRI, in hci_register_dev() 2637 if (!hdev->req_workqueue) { in hci_register_dev() 2698 queue_work(hdev->req_workqueue, &hdev->power_on); in hci_register_dev() 2708 destroy_workqueue(hdev->req_workqueue); in hci_register_dev() 2772 destroy_workqueue(hdev->req_workqueue); in hci_release_dev()
|
D | hci_sync.c | 459 queue_delayed_work(hdev->req_workqueue, in le_scan_restart() 713 queue_work(hdev->req_workqueue, &hdev->cmd_sync_work); in hci_cmd_sync_submit() 1786 queue_delayed_work(hdev->req_workqueue, in hci_schedule_adv_instance_sync() 2057 queue_delayed_work(hdev->req_workqueue, in hci_start_interleave_scan() 5116 queue_delayed_work(hdev->req_workqueue, &hdev->power_off, in hci_power_on_sync() 5796 queue_delayed_work(hdev->req_workqueue, &hdev->le_scan_disable, in hci_start_discovery_sync()
|
D | mgmt.c | 1531 queue_delayed_work(hdev->req_workqueue, &hdev->discov_off, to); in mgmt_set_discoverable_complete() 1639 queue_delayed_work(hdev->req_workqueue, in set_discoverable() 2281 queue_delayed_work(hdev->req_workqueue, &hdev->mesh_send_done, in mesh_send_start_complete() 7996 queue_work(hdev->req_workqueue, &hdev->power_on); in set_external_config() 8052 queue_work(hdev->req_workqueue, &hdev->power_on); in set_public_address() 9761 queue_work(hdev->req_workqueue, &hdev->power_off.work); in mgmt_device_disconnected() 9825 queue_work(hdev->req_workqueue, &hdev->power_off.work); in mgmt_connect_failed() 10148 queue_delayed_work(hdev->req_workqueue, &hdev->le_scan_restart, in restart_le_scan()
|
D | hci_event.c | 4402 queue_work(hdev->req_workqueue, &hdev->error_reset); in hci_hardware_error_evt()
|
/Linux-v6.6/include/net/bluetooth/ |
D | hci_core.h | 510 struct workqueue_struct *req_workqueue; member
|