Home
last modified time | relevance | path

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

/linux/net/bluetooth/
A Dhci_request.c564 set_bit(SUSPEND_SCAN_DISABLE, hdev->suspend_tasks); in hci_req_add_le_scan_disable()
947 set_bit(SUSPEND_SCAN_ENABLE, hdev->suspend_tasks); in hci_req_add_le_passive_scan()
1025 set_bit(SUSPEND_SCAN_ENABLE, hdev->suspend_tasks); in hci_req_set_event_filter()
1028 set_bit(SUSPEND_SCAN_DISABLE, hdev->suspend_tasks); in hci_req_set_event_filter()
1097 clear_bit(SUSPEND_SCAN_ENABLE, hdev->suspend_tasks); in suspend_req_complete()
1098 clear_bit(SUSPEND_SCAN_DISABLE, hdev->suspend_tasks); in suspend_req_complete()
1103 clear_bit(SUSPEND_SET_ADV_FILTER, hdev->suspend_tasks); in suspend_req_complete()
1126 set_bit(SUSPEND_SET_ADV_FILTER, hdev->suspend_tasks); in hci_req_prepare_adv_monitor_suspend()
1182 set_bit(SUSPEND_SCAN_DISABLE, hdev->suspend_tasks); in hci_req_prepare_suspend()
1211 set_bit(SUSPEND_DISCONNECTING, hdev->suspend_tasks); in hci_req_prepare_suspend()
[all …]
A Dhci_core.c1713 if (test_and_clear_bit(SUSPEND_POWERING_DOWN, hdev->suspend_tasks)) in hci_dev_do_close()
3562 clear_bit(i, hdev->suspend_tasks); in hci_suspend_clear_tasks()
3570 (find_first_bit(hdev->suspend_tasks, __SUSPEND_NUM_TASKS) == \ in hci_suspend_wait_event()
3580 if (test_bit(i, hdev->suspend_tasks)) in hci_suspend_wait_event()
3582 clear_bit(i, hdev->suspend_tasks); in hci_suspend_wait_event()
3607 set_bit(SUSPEND_PREPARE_NOTIFIER, hdev->suspend_tasks); in hci_change_suspend_state()
3989 set_bit(SUSPEND_POWERING_DOWN, hdev->suspend_tasks); in hci_suspend_dev()
A Dhci_conn.c909 test_and_clear_bit(SUSPEND_DISCONNECTING, hdev->suspend_tasks)) { in hci_le_conn_failed()
A Dmgmt.c5083 hdev->suspend_tasks)) { in mgmt_start_discovery_complete()
5332 if (test_and_clear_bit(SUSPEND_PAUSE_DISCOVERY, hdev->suspend_tasks)) { in mgmt_stop_discovery_complete()
5569 hdev->suspend_tasks)) { in set_advertising_complete()
5573 hdev->suspend_tasks)) { in set_advertising_complete()
A Dhci_event.c2994 test_and_clear_bit(SUSPEND_DISCONNECTING, hdev->suspend_tasks)) { in hci_disconn_complete_evt()
/linux/include/net/bluetooth/
A Dhci_core.h94 enum suspend_tasks { enum
532 DECLARE_BITMAP(suspend_tasks, __SUSPEND_NUM_TASKS);

Completed in 57 milliseconds