Home
last modified time | relevance | path

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

/Linux-v5.15/net/bluetooth/
Dhci_request.c721 set_bit(SUSPEND_SCAN_DISABLE, hdev->suspend_tasks); in hci_req_add_le_scan_disable()
1104 set_bit(SUSPEND_SCAN_ENABLE, hdev->suspend_tasks); in hci_req_add_le_passive_scan()
1201 set_bit(SUSPEND_SCAN_ENABLE, hdev->suspend_tasks); in hci_req_set_event_filter()
1204 set_bit(SUSPEND_SCAN_DISABLE, hdev->suspend_tasks); in hci_req_set_event_filter()
1271 if (test_bit(SUSPEND_SCAN_ENABLE, hdev->suspend_tasks) || in suspend_req_complete()
1272 test_bit(SUSPEND_SCAN_DISABLE, hdev->suspend_tasks)) { in suspend_req_complete()
1273 clear_bit(SUSPEND_SCAN_ENABLE, hdev->suspend_tasks); in suspend_req_complete()
1274 clear_bit(SUSPEND_SCAN_DISABLE, hdev->suspend_tasks); in suspend_req_complete()
1278 if (test_bit(SUSPEND_SET_ADV_FILTER, hdev->suspend_tasks)) { in suspend_req_complete()
1279 clear_bit(SUSPEND_SET_ADV_FILTER, hdev->suspend_tasks); in suspend_req_complete()
[all …]
Dhci_core.c1834 if (test_and_clear_bit(SUSPEND_POWERING_DOWN, hdev->suspend_tasks)) in hci_dev_do_close()
3637 clear_bit(i, hdev->suspend_tasks); in hci_suspend_clear_tasks()
3645 (find_first_bit(hdev->suspend_tasks, __SUSPEND_NUM_TASKS) == \ in hci_suspend_wait_event()
3655 if (test_bit(i, hdev->suspend_tasks)) in hci_suspend_wait_event()
3657 clear_bit(i, hdev->suspend_tasks); in hci_suspend_wait_event()
3682 set_bit(SUSPEND_PREPARE_NOTIFIER, hdev->suspend_tasks); in hci_change_suspend_state()
3708 set_bit(SUSPEND_POWERING_DOWN, hdev->suspend_tasks); in hci_suspend_notifier()
Dhci_conn.c781 test_and_clear_bit(SUSPEND_DISCONNECTING, hdev->suspend_tasks)) { in hci_le_conn_failed()
Dmgmt.c4857 hdev->suspend_tasks)) { in mgmt_start_discovery_complete()
5106 if (test_and_clear_bit(SUSPEND_PAUSE_DISCOVERY, hdev->suspend_tasks)) { in mgmt_stop_discovery_complete()
5343 hdev->suspend_tasks)) { in set_advertising_complete()
5347 hdev->suspend_tasks)) { in set_advertising_complete()
Dhci_event.c2950 test_and_clear_bit(SUSPEND_DISCONNECTING, hdev->suspend_tasks)) { in hci_disconn_complete_evt()
/Linux-v5.15/include/net/bluetooth/
Dhci_core.h94 enum suspend_tasks { enum
521 DECLARE_BITMAP(suspend_tasks, __SUSPEND_NUM_TASKS);