Searched refs:HCI_UART_SENDING (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/bluetooth/ |
| H A D | hci_ldisc.c | 131 if (test_and_set_bit(HCI_UART_SENDING, &hu->tx_state)) in hci_uart_tx_wakeup() 153 clear_bit(HCI_UART_SENDING, &hu->tx_state); in hci_uart_write_work() 181 clear_bit(HCI_UART_SENDING, &hu->tx_state); in hci_uart_write_work() 185 wake_up_bit(&hu->tx_state, HCI_UART_SENDING); in hci_uart_write_work() 223 return wait_on_bit_timeout(&hu->tx_state, HCI_UART_SENDING, in hci_uart_wait_until_sent()
|
| 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_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()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/ |
| H A D | hci_ldisc.c | 236 if (test_and_set_bit(HCI_UART_SENDING, &hu->tx_state)) in hci_uart_tx_wakeup() 240 if (test_and_set_bit(HCI_UART_SENDING, &hu->tx_state)) { in hci_uart_tx_wakeup() 255 if (test_and_set_bit(HCI_UART_SENDING, &hu->tx_state)) { in hci_uart_tx_wakeup() 306 clear_bit(HCI_UART_SENDING, &hu->tx_state); in hci_uart_write_work() 320 clear_bit(HCI_UART_SENDING, &hu->tx_state); in hci_uart_write_work()
|
| H A D | hci_uart.h | 126 #define HCI_UART_SENDING 1 macro
|