Searched refs:req_workqueue (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/net/bluetooth/ |
D | hci_request.c | 279 queue_delayed_work(hdev->req_workqueue, in start_interleave_scan() 884 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() 2600 hdev->req_workqueue = alloc_ordered_workqueue("%s", WQ_HIGHPRI, in hci_register_dev() 2602 if (!hdev->req_workqueue) { in hci_register_dev() 2665 queue_work(hdev->req_workqueue, &hdev->power_on); in hci_register_dev() 2675 destroy_workqueue(hdev->req_workqueue); in hci_register_dev() 2737 destroy_workqueue(hdev->req_workqueue); in hci_release_dev()
|
D | hci_sync.c | 462 queue_delayed_work(hdev->req_workqueue, in le_scan_restart() 704 queue_work(hdev->req_workqueue, &hdev->cmd_sync_work); in hci_cmd_sync_queue() 1757 queue_delayed_work(hdev->req_workqueue, in hci_schedule_adv_instance_sync() 2028 queue_delayed_work(hdev->req_workqueue, in hci_start_interleave_scan() 4926 queue_delayed_work(hdev->req_workqueue, &hdev->power_off, in hci_power_on_sync() 5513 queue_delayed_work(hdev->req_workqueue, &hdev->le_scan_disable, in hci_start_discovery_sync()
|
D | mgmt.c | 1505 queue_delayed_work(hdev->req_workqueue, &hdev->discov_off, to); in mgmt_set_discoverable_complete() 1613 queue_delayed_work(hdev->req_workqueue, in set_discoverable() 2255 queue_delayed_work(hdev->req_workqueue, &hdev->mesh_send_done, in mesh_send_start_complete() 7994 queue_work(hdev->req_workqueue, &hdev->power_on); in set_external_config() 8050 queue_work(hdev->req_workqueue, &hdev->power_on); in set_public_address() 9758 queue_work(hdev->req_workqueue, &hdev->power_off.work); in mgmt_device_disconnected() 9822 queue_work(hdev->req_workqueue, &hdev->power_off.work); in mgmt_connect_failed() 10145 queue_delayed_work(hdev->req_workqueue, &hdev->le_scan_restart, in restart_le_scan()
|
D | hci_event.c | 4335 queue_work(hdev->req_workqueue, &hdev->error_reset); in hci_hardware_error_evt()
|
/linux-6.1.9/include/net/bluetooth/ |
D | hci_core.h | 508 struct workqueue_struct *req_workqueue; member
|