Home
last modified time | relevance | path

Searched refs:suspend_tasks (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/net/bluetooth/
H A Dhci_request.c1185 set_bit(SUSPEND_SCAN_ENABLE, req->hdev->suspend_tasks); in hci_req_config_le_suspend_scan()
1239 if (test_and_clear_bit(SUSPEND_SCAN_ENABLE, hdev->suspend_tasks) || in suspend_req_complete()
1240 test_and_clear_bit(SUSPEND_SCAN_DISABLE, hdev->suspend_tasks)) { in suspend_req_complete()
1269 set_bit(SUSPEND_PAUSE_DISCOVERY, hdev->suspend_tasks); in hci_req_prepare_suspend()
1280 set_bit(SUSPEND_PAUSE_ADVERTISING, hdev->suspend_tasks); in hci_req_prepare_suspend()
1301 set_bit(SUSPEND_SCAN_DISABLE, hdev->suspend_tasks); in hci_req_prepare_suspend()
1320 set_bit(SUSPEND_DISCONNECTING, hdev->suspend_tasks); in hci_req_prepare_suspend()
1344 hdev->suspend_tasks); in hci_req_prepare_suspend()
1359 set_bit(SUSPEND_UNPAUSE_DISCOVERY, hdev->suspend_tasks); in hci_req_prepare_suspend()
1370 clear_bit(SUSPEND_PREPARE_NOTIFIER, hdev->suspend_tasks); in hci_req_prepare_suspend()
[all...]
H A Dhci_core.c1824 if (test_and_clear_bit(SUSPEND_POWERING_DOWN, hdev->suspend_tasks)) in hci_dev_do_close()
3467 clear_bit(i, hdev->suspend_tasks); in hci_suspend_clear_tasks()
3475 (find_first_bit(hdev->suspend_tasks, __SUSPEND_NUM_TASKS) == \ in hci_suspend_wait_event()
3485 if (test_bit(i, hdev->suspend_tasks)) in hci_suspend_wait_event()
3487 clear_bit(i, hdev->suspend_tasks); in hci_suspend_wait_event()
3512 set_bit(SUSPEND_PREPARE_NOTIFIER, hdev->suspend_tasks); in hci_change_suspend_state()
3538 set_bit(SUSPEND_POWERING_DOWN, hdev->suspend_tasks); in hci_suspend_notifier()
H A Dmgmt.c4640 hdev->suspend_tasks)) { in mgmt_start_discovery_complete()
4881 if (test_and_clear_bit(SUSPEND_PAUSE_DISCOVERY, hdev->suspend_tasks)) { in mgmt_stop_discovery_complete()
5118 hdev->suspend_tasks)) { in set_advertising_complete()
5122 hdev->suspend_tasks)) { in set_advertising_complete()
H A Dhci_event.c2891 test_and_clear_bit(SUSPEND_DISCONNECTING, hdev->suspend_tasks)) { in hci_disconn_complete_evt()
/kernel/linux/linux-5.10/include/net/bluetooth/
H A Dhci_core.h97 enum suspend_tasks { enum
502 DECLARE_BITMAP(suspend_tasks, __SUSPEND_NUM_TASKS);
/kernel/linux/linux-6.6/include/net/bluetooth/
H A Dhci_core.h101 enum suspend_tasks { enum

Completed in 30 milliseconds