Home
last modified time | relevance | path

Searched refs:HCI_QUIRK_NO_RESET (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/drivers/bluetooth/
Dbtusb.c987 set_bit(HCI_QUIRK_NO_RESET, &hdev->quirks); in btusb_probe()
999 set_bit(HCI_QUIRK_NO_RESET, &hdev->quirks); in btusb_probe()
1007 set_bit(HCI_QUIRK_NO_RESET, &hdev->quirks); in btusb_probe()
Dhci_ldisc.c406 set_bit(HCI_QUIRK_NO_RESET, &hdev->quirks); in hci_uart_register_dev()
Dbpa10x.c487 set_bit(HCI_QUIRK_NO_RESET, &hdev->quirks); in bpa10x_probe()
/linux-2.6.39/include/net/bluetooth/
Dhci.h61 HCI_QUIRK_NO_RESET, enumerator
/linux-2.6.39/net/bluetooth/
Dhci_core.c217 if (!test_bit(HCI_QUIRK_NO_RESET, &hdev->quirks)) { in hci_init_req()