Searched refs:HCI_QUIRK_RESET_ON_CLOSE (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/bluetooth/ |
H A D | btsdio.c | 329 set_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks); in btsdio_probe()
|
H A D | bpa10x.c | 401 set_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks); in bpa10x_probe()
|
H A D | hci_ldisc.c | 668 set_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks); in hci_uart_register_dev()
|
H A D | btusb.c | 2464 clear_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks); in btusb_setup_csr() 4537 set_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks); in btusb_probe() 4555 set_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks); in btusb_probe() 4564 set_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks); in btusb_probe()
|
/openbmc/linux/net/bluetooth/ |
H A D | hci_sync.c | 3621 if (!test_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks)) { in hci_init0_sync() 3691 if (!test_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks)) { in hci_init1_sync() 5235 if (test_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks) && in hci_dev_close_sync()
|
/openbmc/linux/include/net/bluetooth/ |
H A D | hci.h | 78 HCI_QUIRK_RESET_ON_CLOSE, enumerator
|