Home
last modified time | relevance | path

Searched refs:HCI_UART_RESET_ON_INIT (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/bluetooth/
Dhci_uart.h54 #define HCI_UART_RESET_ON_INIT 1 macro
Dhci_ldisc.c654 if (!test_bit(HCI_UART_RESET_ON_INIT, &hu->hdev_flags)) in hci_uart_register_dev()
706 BIT(HCI_UART_RESET_ON_INIT) | in hci_uart_set_flags()
Dhci_serdev.c335 if (!test_bit(HCI_UART_RESET_ON_INIT, &hu->hdev_flags)) in hci_uart_register_device()
Dhci_h5.c806 set_bit(HCI_UART_RESET_ON_INIT, &h5->serdev_hu.flags); in h5_serdev_probe()