Searched refs:HCI_RAW (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_core.c | 1635 hdev->flags &= BIT(HCI_RAW); in hci_dev_do_open() 1832 hdev->flags &= BIT(HCI_RAW); in hci_dev_do_close() 2278 /* For unconfigured devices, set the HCI_RAW flag in hci_power_on() 2282 set_bit(HCI_RAW, &hdev->flags); in hci_power_on() 2294 * is important to clear the HCI_RAW flag. in hci_power_on() 2297 clear_bit(HCI_RAW, &hdev->flags); in hci_power_on()
|
H A D | mgmt.c | 6859 set_bit(HCI_RAW, &hdev->flags); in set_external_config()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_sync.c | 4920 hdev->flags &= BIT(HCI_RAW); in hci_dev_open_sync() 5090 hdev->flags &= BIT(HCI_RAW); in hci_dev_close_sync() 5143 /* For unconfigured devices, set the HCI_RAW flag in hci_power_on_sync() 5147 set_bit(HCI_RAW, &hdev->flags); in hci_power_on_sync() 5159 * is important to clear the HCI_RAW flag. in hci_power_on_sync() 5162 clear_bit(HCI_RAW, &hdev->flags); in hci_power_on_sync()
|
H A D | hci_core.c | 1009 /* For unconfigured devices, set the HCI_RAW flag in hci_power_on() 1013 set_bit(HCI_RAW, &hdev->flags); in hci_power_on() 1025 * is important to clear the HCI_RAW flag. in hci_power_on() 1028 clear_bit(HCI_RAW, &hdev->flags); in hci_power_on()
|
H A D | mgmt.c | 7941 set_bit(HCI_RAW, &hdev->flags); in set_external_config()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci.h | 263 HCI_RAW, enumerator
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci.h | 347 HCI_RAW, enumerator
|
Completed in 51 milliseconds