Searched refs:HCI_UART_SENDING (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/bluetooth/ |
H A D | hci_ath.c | 91 clear_bit(HCI_UART_SENDING, &hu->tx_state); in ath_hci_uart_work() 233 set_bit(HCI_UART_SENDING, &hu->tx_state); in ath_enqueue()
|
H A D | hci_ldisc.c | 131 if (test_and_set_bit(HCI_UART_SENDING, &hu->tx_state)) in hci_uart_tx_wakeup() 176 clear_bit(HCI_UART_SENDING, &hu->tx_state); in hci_uart_write_work() 180 wake_up_bit(&hu->tx_state, HCI_UART_SENDING); in hci_uart_write_work() 218 return wait_on_bit_timeout(&hu->tx_state, HCI_UART_SENDING, in hci_uart_wait_until_sent()
|
H A D | hci_uart.h | 94 #define HCI_UART_SENDING 1 macro
|
H A D | hci_serdev.c | 87 clear_bit(HCI_UART_SENDING, &hu->tx_state); in hci_uart_write_work()
|
/kernel/linux/linux-6.6/drivers/bluetooth/ |
H A D | hci_ath.c | 91 clear_bit(HCI_UART_SENDING, &hu->tx_state); in ath_hci_uart_work() 233 set_bit(HCI_UART_SENDING, &hu->tx_state); in ath_enqueue()
|
H A D | hci_ldisc.c | 131 if (test_and_set_bit(HCI_UART_SENDING, &hu->tx_state)) in hci_uart_tx_wakeup() 176 clear_bit(HCI_UART_SENDING, &hu->tx_state); in hci_uart_write_work() 180 wake_up_bit(&hu->tx_state, HCI_UART_SENDING); in hci_uart_write_work() 218 return wait_on_bit_timeout(&hu->tx_state, HCI_UART_SENDING, in hci_uart_wait_until_sent()
|
H A D | hci_uart.h | 95 #define HCI_UART_SENDING 1 macro
|
H A D | hci_serdev.c | 87 clear_bit(HCI_UART_SENDING, &hu->tx_state); in hci_uart_write_work()
|
Completed in 6 milliseconds