Searched refs:HCI_UART_INIT_PENDING (Results 1 – 4 of 4) sorted by relevance
190 if (!test_and_clear_bit(HCI_UART_INIT_PENDING, &hu->hdev_flags)) in hci_uart_init_work()209 if (!test_bit(HCI_UART_INIT_PENDING, &hu->hdev_flags)) in hci_uart_init_ready()680 if (test_bit(HCI_UART_INIT_PENDING, &hu->hdev_flags)) in hci_uart_register_dev()721 BIT(HCI_UART_INIT_PENDING) | in hci_uart_set_flags()
41 #define HCI_UART_INIT_PENDING 3 macro
357 if (test_bit(HCI_UART_INIT_PENDING, &hu->hdev_flags)) in hci_uart_register_device()
229 set_bit(HCI_UART_INIT_PENDING, &hu->hdev_flags); in h5_open()