hdev_flags        228 drivers/bluetooth/hci_h5.c 	set_bit(HCI_UART_INIT_PENDING, &hu->hdev_flags);
hdev_flags        190 drivers/bluetooth/hci_ldisc.c 	if (!test_and_clear_bit(HCI_UART_INIT_PENDING, &hu->hdev_flags))
hdev_flags        209 drivers/bluetooth/hci_ldisc.c 	if (!test_bit(HCI_UART_INIT_PENDING, &hu->hdev_flags))
hdev_flags        426 drivers/bluetooth/hci_ldisc.c 	if (!test_bit(HCI_UART_VND_DETECT, &hu->hdev_flags))
hdev_flags        655 drivers/bluetooth/hci_ldisc.c 	if (test_bit(HCI_UART_RAW_DEVICE, &hu->hdev_flags))
hdev_flags        658 drivers/bluetooth/hci_ldisc.c 	if (test_bit(HCI_UART_EXT_CONFIG, &hu->hdev_flags))
hdev_flags        661 drivers/bluetooth/hci_ldisc.c 	if (!test_bit(HCI_UART_RESET_ON_INIT, &hu->hdev_flags))
hdev_flags        664 drivers/bluetooth/hci_ldisc.c 	if (test_bit(HCI_UART_CREATE_AMP, &hu->hdev_flags))
hdev_flags        679 drivers/bluetooth/hci_ldisc.c 	if (test_bit(HCI_UART_INIT_PENDING, &hu->hdev_flags))
hdev_flags        727 drivers/bluetooth/hci_ldisc.c 	hu->hdev_flags = flags;
hdev_flags        789 drivers/bluetooth/hci_ldisc.c 		err = hu->hdev_flags;
hdev_flags        190 drivers/bluetooth/hci_serdev.c 	if (!test_bit(HCI_UART_VND_DETECT, &hu->hdev_flags))
hdev_flags        320 drivers/bluetooth/hci_serdev.c 	if (test_bit(HCI_UART_RAW_DEVICE, &hu->hdev_flags))
hdev_flags        323 drivers/bluetooth/hci_serdev.c 	if (test_bit(HCI_UART_EXT_CONFIG, &hu->hdev_flags))
hdev_flags        326 drivers/bluetooth/hci_serdev.c 	if (test_bit(HCI_UART_CREATE_AMP, &hu->hdev_flags))
hdev_flags        331 drivers/bluetooth/hci_serdev.c 	if (test_bit(HCI_UART_INIT_PENDING, &hu->hdev_flags))
hdev_flags         69 drivers/bluetooth/hci_uart.h 	unsigned long		hdev_flags;