Symbol: HCI_UART_PROTO_READY
drivers/bluetooth/hci_ldisc.c
105
if (test_bit(HCI_UART_PROTO_READY, &hu->flags) ||
drivers/bluetooth/hci_ldisc.c
128
if (!test_bit(HCI_UART_PROTO_READY, &hu->flags) &&
drivers/bluetooth/hci_ldisc.c
199
clear_bit(HCI_UART_PROTO_READY, &hu->flags);
drivers/bluetooth/hci_ldisc.c
254
if (test_bit(HCI_UART_PROTO_READY, &hu->flags))
drivers/bluetooth/hci_ldisc.c
301
if (!test_bit(HCI_UART_PROTO_READY, &hu->flags) &&
drivers/bluetooth/hci_ldisc.c
565
proto_ready = test_bit(HCI_UART_PROTO_READY, &hu->flags);
drivers/bluetooth/hci_ldisc.c
568
clear_bit(HCI_UART_PROTO_READY, &hu->flags);
drivers/bluetooth/hci_ldisc.c
624
if (test_bit(HCI_UART_PROTO_READY, &hu->flags) ||
drivers/bluetooth/hci_ldisc.c
651
if (!test_bit(HCI_UART_PROTO_READY, &hu->flags) &&
drivers/bluetooth/hci_ldisc.c
763
set_bit(HCI_UART_PROTO_READY, &hu->flags);
drivers/bluetooth/hci_ldisc.c
821
test_bit(HCI_UART_PROTO_READY, &hu->flags))
drivers/bluetooth/hci_serdev.c
107
if (test_bit(HCI_UART_PROTO_READY, &hu->flags))
drivers/bluetooth/hci_serdev.c
125
if (!test_bit(HCI_UART_PROTO_READY, &hu->flags)) {
drivers/bluetooth/hci_serdev.c
129
set_bit(HCI_UART_PROTO_READY, &hu->flags);
drivers/bluetooth/hci_serdev.c
145
if (!test_bit(HCI_UART_PROTO_READY, &hu->flags))
drivers/bluetooth/hci_serdev.c
156
clear_bit(HCI_UART_PROTO_READY, &hu->flags);
drivers/bluetooth/hci_serdev.c
260
if (test_bit(HCI_UART_PROTO_READY, &hu->flags))
drivers/bluetooth/hci_serdev.c
284
if (!test_bit(HCI_UART_PROTO_READY, &hu->flags))
drivers/bluetooth/hci_serdev.c
326
set_bit(HCI_UART_PROTO_READY, &hu->flags);
drivers/bluetooth/hci_serdev.c
385
clear_bit(HCI_UART_PROTO_READY, &hu->flags);
drivers/bluetooth/hci_serdev.c
408
if (test_bit(HCI_UART_PROTO_READY, &hu->flags)) {
drivers/bluetooth/hci_serdev.c
409
clear_bit(HCI_UART_PROTO_READY, &hu->flags);
drivers/bluetooth/hci_serdev.c
49
if (test_bit(HCI_UART_PROTO_READY, &hu->flags))