Searched refs:hdev_flags (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/bluetooth/ |
H A D | hci_ldisc.c | 189 if (!test_and_clear_bit(HCI_UART_INIT_PENDING, &hu->hdev_flags)) in hci_uart_init_work() 208 if (!test_bit(HCI_UART_INIT_PENDING, &hu->hdev_flags)) in hci_uart_init_ready() 425 if (!test_bit(HCI_UART_VND_DETECT, &hu->hdev_flags)) in hci_uart_setup() 658 if (test_bit(HCI_UART_RAW_DEVICE, &hu->hdev_flags)) in hci_uart_register_dev() 661 if (test_bit(HCI_UART_EXT_CONFIG, &hu->hdev_flags)) in hci_uart_register_dev() 664 if (!test_bit(HCI_UART_RESET_ON_INIT, &hu->hdev_flags)) in hci_uart_register_dev() 667 if (test_bit(HCI_UART_CREATE_AMP, &hu->hdev_flags)) in hci_uart_register_dev() 682 if (test_bit(HCI_UART_INIT_PENDING, &hu->hdev_flags)) in hci_uart_register_dev() 730 hu->hdev_flags = flags; in hci_uart_set_flags() 793 err = hu->hdev_flags; in hci_uart_tty_ioctl() [all...] |
H A D | hci_serdev.c | 216 if (!test_bit(HCI_UART_VND_DETECT, &hu->hdev_flags)) in hci_uart_setup() 348 if (test_bit(HCI_UART_RAW_DEVICE, &hu->hdev_flags)) in hci_uart_register_device() 351 if (test_bit(HCI_UART_EXT_CONFIG, &hu->hdev_flags)) in hci_uart_register_device() 354 if (test_bit(HCI_UART_CREATE_AMP, &hu->hdev_flags)) in hci_uart_register_device() 359 if (test_bit(HCI_UART_INIT_PENDING, &hu->hdev_flags)) in hci_uart_register_device()
|
H A D | hci_uart.h | 69 unsigned long hdev_flags; member
|
H A D | hci_h5.c | 229 set_bit(HCI_UART_INIT_PENDING, &hu->hdev_flags); in h5_open()
|
/kernel/linux/linux-6.6/drivers/bluetooth/ |
H A D | hci_ldisc.c | 189 if (!test_and_clear_bit(HCI_UART_INIT_PENDING, &hu->hdev_flags)) in hci_uart_init_work() 208 if (!test_bit(HCI_UART_INIT_PENDING, &hu->hdev_flags)) in hci_uart_init_ready() 425 if (!test_bit(HCI_UART_VND_DETECT, &hu->hdev_flags)) in hci_uart_setup() 661 if (test_bit(HCI_UART_RAW_DEVICE, &hu->hdev_flags)) in hci_uart_register_dev() 664 if (test_bit(HCI_UART_EXT_CONFIG, &hu->hdev_flags)) in hci_uart_register_dev() 667 if (!test_bit(HCI_UART_RESET_ON_INIT, &hu->hdev_flags)) in hci_uart_register_dev() 670 if (test_bit(HCI_UART_CREATE_AMP, &hu->hdev_flags)) in hci_uart_register_dev() 685 if (test_bit(HCI_UART_INIT_PENDING, &hu->hdev_flags)) in hci_uart_register_dev() 733 hu->hdev_flags = flags; in hci_uart_set_flags() 795 err = hu->hdev_flags; in hci_uart_tty_ioctl() [all...] |
H A D | hci_serdev.c | 216 if (!test_bit(HCI_UART_VND_DETECT, &hu->hdev_flags)) in hci_uart_setup() 363 if (test_bit(HCI_UART_RAW_DEVICE, &hu->hdev_flags)) in hci_uart_register_device_priv() 366 if (test_bit(HCI_UART_EXT_CONFIG, &hu->hdev_flags)) in hci_uart_register_device_priv() 369 if (test_bit(HCI_UART_CREATE_AMP, &hu->hdev_flags)) in hci_uart_register_device_priv() 374 if (test_bit(HCI_UART_INIT_PENDING, &hu->hdev_flags)) in hci_uart_register_device_priv()
|
H A D | hci_uart.h | 69 unsigned long hdev_flags; member
|
H A D | hci_mrvl.c | 429 set_bit(HCI_UART_VND_DETECT, &hu->hdev_flags); in mrvl_set_baudrate()
|
H A D | hci_h5.c | 244 set_bit(HCI_UART_INIT_PENDING, &hu->hdev_flags); in h5_open()
|
Completed in 8 milliseconds