Searched refs:HCI_QUIRK_RESET_ON_CLOSE (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/bluetooth/ |
D | btsdio.c | 335 set_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks); in btsdio_probe()
|
D | bpa10x.c | 401 set_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks); in bpa10x_probe()
|
D | hci_ldisc.c | 662 set_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks); in hci_uart_register_dev()
|
D | btusb.c | 1888 clear_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks); in btusb_setup_csr() 4204 set_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks); in btusb_probe() 4222 set_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks); in btusb_probe() 4231 set_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks); in btusb_probe()
|
/kernel/linux/linux-5.10/net/bluetooth/ |
D | hci_core.c | 253 if (!test_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks)) in hci_init1_req() 967 if (!test_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks)) in hci_init0_req() 1798 if (test_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks) && in hci_dev_do_close()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
D | hci.h | 100 HCI_QUIRK_RESET_ON_CLOSE, enumerator
|