Searched refs:hci_dev_test_and_clear_flag (Results  1 – 5 of 5) sorted by relevance
| /Linux-v6.6/net/bluetooth/ | 
| D | mgmt.c | 1015 	if (!hci_dev_test_and_clear_flag(hdev, HCI_SERVICE_CACHE))  in service_cache_off() 1825 		changed = hci_dev_test_and_clear_flag(hdev, HCI_BONDABLE);  in set_bondable() 1929 		if (enable && hci_dev_test_and_clear_flag(hdev,  in set_ssp_complete() 1943 		changed = hci_dev_test_and_clear_flag(hdev, HCI_SSP_ENABLED);  in set_ssp_complete() 1946 			changed = hci_dev_test_and_clear_flag(hdev,  in set_ssp_complete() 2011 			changed = hci_dev_test_and_clear_flag(hdev,  in set_ssp() 2014 				changed = hci_dev_test_and_clear_flag(hdev,  in set_ssp() 2107 		changed = hci_dev_test_and_clear_flag(hdev, HCI_HS_ENABLED);  in set_hs() 2795 	if (hci_dev_test_and_clear_flag(hdev, HCI_SERVICE_CACHE)) {  in set_class_sync() 2913 		changed = hci_dev_test_and_clear_flag(hdev,  in load_link_keys() [all …] 
 | 
| D | hci_core.c | 520 	if (hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF))  in hci_dev_open() 576 	if (hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF))  in hci_dev_close() 706 		conn_changed = hci_dev_test_and_clear_flag(hdev,  in hci_update_passive_scan_state() 714 		discov_changed = hci_dev_test_and_clear_flag(hdev,  in hci_update_passive_scan_state() 977 	    hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) {  in hci_power_on() 1008 	if (hci_dev_test_and_clear_flag(hdev, HCI_SETUP)) {  in hci_power_on() 1023 	} else if (hci_dev_test_and_clear_flag(hdev, HCI_CONFIG)) {  in hci_power_on()
  | 
| D | hci_sync.c | 4938 		hci_dev_test_and_clear_flag(hdev, HCI_USER_CHANNEL);  in hci_dev_shutdown() 4991 	if (hci_dev_test_and_clear_flag(hdev, HCI_SERVICE_CACHE))  in hci_dev_close_sync() 5012 	auto_off = hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF);  in hci_dev_close_sync() 5095 	    hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) {  in hci_power_on_sync() 5120 	if (hci_dev_test_and_clear_flag(hdev, HCI_SETUP)) {  in hci_power_on_sync() 5135 	} else if (hci_dev_test_and_clear_flag(hdev, HCI_CONFIG)) {  in hci_power_on_sync()
  | 
| D | hci_event.c | 1803 		if (hci_dev_test_and_clear_flag(hdev, HCI_LE_SCAN_INTERRUPTED))  in le_set_scan_enable_complete()
  | 
| /Linux-v6.6/include/net/bluetooth/ | 
| D | hci_core.h | 838 #define hci_dev_test_and_clear_flag(hdev, nr)  test_and_clear_bit((nr), (hdev)->dev_flags)  macro
  |