Searched refs:interleave_scan (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_request.c | 280 &hdev->interleave_scan, 0); in start_interleave_scan() 292 cancel_delayed_work_sync(&hdev->interleave_scan); in cancel_interleave_scan() 297 /* Return true if interleave_scan wasn't started until exiting this function, 845 interleave_scan.work); in interleave_scan_work() 864 &hdev->interleave_scan, timeout); in interleave_scan_work() 893 INIT_DELAYED_WORK(&hdev->interleave_scan, interleave_scan_work); in hci_request_setup()
|
H A D | hci_sync.c | 2064 &hdev->interleave_scan, 0); in hci_start_interleave_scan() 2076 cancel_delayed_work_sync(&hdev->interleave_scan); in cancel_interleave_scan() 2081 /* Return true if interleave_scan wasn't started until exiting this function,
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_request.c | 391 &hdev->interleave_scan, 0); in start_interleave_scan() 403 cancel_delayed_work_sync(&hdev->interleave_scan); in cancel_interleave_scan() 408 /* Return true if interleave_scan wasn't started until exiting this function, 1983 interleave_scan.work); in interleave_scan_work() 2002 &hdev->interleave_scan, timeout); in interleave_scan_work() 3432 INIT_DELAYED_WORK(&hdev->interleave_scan, interleave_scan_work); in hci_request_setup()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci_core.h | 561 struct delayed_work interleave_scan;
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci_core.h | 643 struct delayed_work interleave_scan; member
|
Completed in 19 milliseconds