Searched refs:hdev_flags (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/bluetooth/ |
| D | hci_serdev.c | 190 if (!test_bit(HCI_UART_VND_DETECT, &hu->hdev_flags)) in hci_uart_setup() 320 if (test_bit(HCI_UART_RAW_DEVICE, &hu->hdev_flags)) in hci_uart_register_device() 323 if (test_bit(HCI_UART_EXT_CONFIG, &hu->hdev_flags)) in hci_uart_register_device() 326 if (test_bit(HCI_UART_CREATE_AMP, &hu->hdev_flags)) in hci_uart_register_device() 331 if (test_bit(HCI_UART_INIT_PENDING, &hu->hdev_flags)) in hci_uart_register_device()
|
| D | hci_ldisc.c | 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() 426 if (!test_bit(HCI_UART_VND_DETECT, &hu->hdev_flags)) in hci_uart_setup() 655 if (test_bit(HCI_UART_RAW_DEVICE, &hu->hdev_flags)) in hci_uart_register_dev() 658 if (test_bit(HCI_UART_EXT_CONFIG, &hu->hdev_flags)) in hci_uart_register_dev() 661 if (!test_bit(HCI_UART_RESET_ON_INIT, &hu->hdev_flags)) in hci_uart_register_dev() 664 if (test_bit(HCI_UART_CREATE_AMP, &hu->hdev_flags)) in hci_uart_register_dev() 679 if (test_bit(HCI_UART_INIT_PENDING, &hu->hdev_flags)) in hci_uart_register_dev() 727 hu->hdev_flags = flags; in hci_uart_set_flags() 789 err = hu->hdev_flags; in hci_uart_tty_ioctl()
|
| D | hci_uart.h | 69 unsigned long hdev_flags; member
|
| D | hci_h5.c | 228 set_bit(HCI_UART_INIT_PENDING, &hu->hdev_flags); in h5_open()
|