Searched refs:HCI_UART_INIT_PENDING (Results 1 – 4 of 4) sorted by relevance
204 if (!test_and_clear_bit(HCI_UART_INIT_PENDING, &hu->hdev_flags)) in hci_uart_init_work()223 if (!test_bit(HCI_UART_INIT_PENDING, &hu->hdev_flags)) in hci_uart_init_ready()662 if (test_bit(HCI_UART_INIT_PENDING, &hu->hdev_flags)) in hci_uart_register_dev()708 BIT(HCI_UART_INIT_PENDING) | in hci_uart_set_flags()
56 #define HCI_UART_INIT_PENDING 3 macro
343 if (test_bit(HCI_UART_INIT_PENDING, &hu->hdev_flags)) in hci_uart_register_device()
241 set_bit(HCI_UART_INIT_PENDING, &hu->hdev_flags); in h5_open()