Searched refs:HCI_QUIRK_RAW_DEVICE (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/drivers/bluetooth/ |
H A D | hci_vhci.c | 125 set_bit(HCI_QUIRK_RAW_DEVICE, &hdev->quirks); in __vhci_create_device()
|
H A D | hci_serdev.c | 349 set_bit(HCI_QUIRK_RAW_DEVICE, &hdev->quirks); in hci_uart_register_device()
|
H A D | hci_ldisc.c | 659 set_bit(HCI_QUIRK_RAW_DEVICE, &hdev->quirks); in hci_uart_register_dev()
|
H A D | btusb.c | 4218 set_bit(HCI_QUIRK_RAW_DEVICE, &hdev->quirks); in btusb_probe() 4310 set_bit(HCI_QUIRK_RAW_DEVICE, &hdev->quirks); in btusb_probe()
|
/kernel/linux/linux-6.6/drivers/bluetooth/ |
H A D | hci_serdev.c | 364 set_bit(HCI_QUIRK_RAW_DEVICE, &hdev->quirks); in hci_uart_register_device_priv()
|
H A D | hci_ldisc.c | 662 set_bit(HCI_QUIRK_RAW_DEVICE, &hdev->quirks); in hci_uart_register_dev()
|
H A D | hci_vhci.c | 434 set_bit(HCI_QUIRK_RAW_DEVICE, &hdev->quirks); in __vhci_create_device()
|
H A D | btusb.c | 4419 set_bit(HCI_QUIRK_RAW_DEVICE, &hdev->quirks); in btusb_probe() 4526 set_bit(HCI_QUIRK_RAW_DEVICE, &hdev->quirks); in btusb_probe()
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | mgmt.c | 420 if (test_bit(HCI_QUIRK_RAW_DEVICE, &d->quirks)) in read_index_list() 480 if (test_bit(HCI_QUIRK_RAW_DEVICE, &d->quirks)) in read_unconf_index_list() 537 if (test_bit(HCI_QUIRK_RAW_DEVICE, &d->quirks)) in read_ext_index_list() 7888 if (test_bit(HCI_QUIRK_RAW_DEVICE, &hdev->quirks)) in mgmt_index_added() 7921 if (test_bit(HCI_QUIRK_RAW_DEVICE, &hdev->quirks)) in mgmt_index_removed()
|
H A D | hci_core.c | 984 if (test_bit(HCI_QUIRK_RAW_DEVICE, &hdev->quirks)) in __hci_unconf_init() 2288 * Devices with HCI_QUIRK_RAW_DEVICE are ignored in hci_power_on() 3800 if (test_bit(HCI_QUIRK_RAW_DEVICE, &hdev->quirks)) in hci_register_dev()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | mgmt.c | 468 if (test_bit(HCI_QUIRK_RAW_DEVICE, &d->quirks)) in read_index_list() 528 if (test_bit(HCI_QUIRK_RAW_DEVICE, &d->quirks)) in read_unconf_index_list() 585 if (test_bit(HCI_QUIRK_RAW_DEVICE, &d->quirks)) in read_ext_index_list() 9314 if (test_bit(HCI_QUIRK_RAW_DEVICE, &hdev->quirks)) in mgmt_index_added() 9347 if (test_bit(HCI_QUIRK_RAW_DEVICE, &hdev->quirks)) in mgmt_index_removed()
|
H A D | hci_core.c | 1019 * Devices with HCI_QUIRK_RAW_DEVICE are ignored in hci_power_on() 2686 if (test_bit(HCI_QUIRK_RAW_DEVICE, &hdev->quirks)) in hci_register_dev()
|
H A D | hci_sync.c | 3377 if (test_bit(HCI_QUIRK_RAW_DEVICE, &hdev->quirks)) in hci_unconf_init_sync() 5153 * Devices with HCI_QUIRK_RAW_DEVICE are ignored in hci_power_on_sync()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci.h | 107 HCI_QUIRK_RAW_DEVICE, enumerator
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci.h | 108 HCI_QUIRK_RAW_DEVICE, enumerator
|
Completed in 70 milliseconds