Searched refs:HCI_QUIRK_RESET_ON_CLOSE (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/bluetooth/ |
D | hci_serdev.c | 336 set_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks); in hci_uart_register_device()
|
D | btsdio.c | 336 set_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks); in btsdio_probe()
|
D | bpa10x.c | 415 set_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks); in bpa10x_probe()
|
D | btusb.c | 1572 clear_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks); in btusb_setup_csr() 3151 set_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks); in btusb_probe() 3163 set_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks); in btusb_probe() 3172 set_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks); in btusb_probe()
|
D | hci_ldisc.c | 655 set_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks); in hci_uart_register_dev()
|
/Linux-v4.19/net/bluetooth/ |
D | hci_core.c | 250 if (!test_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks)) in hci_init1_req() 927 if (!test_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks)) in hci_init0_req() 1679 if (test_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks) && in hci_dev_do_close()
|
/Linux-v4.19/include/net/bluetooth/ |
D | hci.h | 95 HCI_QUIRK_RESET_ON_CLOSE, enumerator
|