Searched refs:HCI_AUTO_OFF (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/net/bluetooth/ |
| H A D | hci_core.c | 1673 if (hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) in hci_dev_open() 1774 auto_off = hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF); in hci_dev_do_close() 1861 if (hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) in hci_dev_close() 2134 if (hci_dev_test_flag(hdev, HCI_AUTO_OFF)) in hci_get_dev_list() 2172 if (hci_dev_test_flag(hdev, HCI_AUTO_OFF)) in hci_get_dev_info() 2243 hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) { in hci_power_on() 2269 hci_dev_clear_flag(hdev, HCI_AUTO_OFF); in hci_power_on() 2271 } else if (hci_dev_test_flag(hdev, HCI_AUTO_OFF)) { in hci_power_on() 3777 hci_dev_set_flag(hdev, HCI_AUTO_OFF); in hci_register_dev()
|
| H A D | hci_sock.c | 1201 (!hci_dev_test_flag(hdev, HCI_AUTO_OFF) && in hci_sock_bind()
|
| H A D | hci_request.c | 399 hci_dev_test_flag(hdev, HCI_AUTO_OFF) || in __hci_update_background_scan()
|
| H A D | mgmt.c | 6840 hci_dev_set_flag(hdev, HCI_AUTO_OFF); in set_external_config() 6896 hci_dev_set_flag(hdev, HCI_AUTO_OFF); in set_public_address()
|
| /OK3568_Linux_fs/kernel/drivers/bluetooth/ |
| H A D | rtk_btusb.h | 334 HCI_AUTO_OFF, enumerator
|
| /OK3568_Linux_fs/kernel/include/net/bluetooth/ |
| H A D | hci.h | 290 HCI_AUTO_OFF, enumerator
|
| H A D | hci_core.h | 1372 !hci_dev_test_flag(dev, HCI_AUTO_OFF))
|