Searched defs:tx_state (Results 1 - 11 of 11) sorted by path

/drivers/bluetooth/
H A Dbluecard_cs.c73 unsigned long tx_state; member in struct:bluecard_info
225 if (!test_bit(XMIT_SENDING_READY, &(info->tx_state)))
228 if (test_and_set_bit(XMIT_SENDING, &(info->tx_state))) {
229 set_bit(XMIT_WAKEUP, &(info->tx_state));
241 clear_bit(XMIT_WAKEUP, &(info->tx_state));
246 if (test_bit(XMIT_BUFFER_NUMBER, &(info->tx_state))) {
247 if (!test_bit(XMIT_BUF_TWO_READY, &(info->tx_state)))
253 if (!test_bit(XMIT_BUF_ONE_READY, &(info->tx_state)))
280 clear_bit(ready_bit, &(info->tx_state));
335 change_bit(XMIT_BUFFER_NUMBER, &(info->tx_state));
[all...]
H A Dbt3c_cs.c78 unsigned long tx_state; member in struct:bt3c_info
185 if (test_and_set_bit(XMIT_SENDING, &(info->tx_state)))
198 clear_bit(XMIT_SENDING, &(info->tx_state));
368 clear_bit(XMIT_SENDING, &(info->tx_state));
H A Dbtuart_cs.c73 unsigned long tx_state; member in struct:btuart_info
137 if (test_and_set_bit(XMIT_SENDING, &(info->tx_state))) {
138 set_bit(XMIT_WAKEUP, &(info->tx_state));
147 clear_bit(XMIT_WAKEUP, &(info->tx_state));
158 set_bit(XMIT_WAKEUP, &(info->tx_state));
169 } while (test_bit(XMIT_WAKEUP, &(info->tx_state)));
171 clear_bit(XMIT_SENDING, &(info->tx_state));
H A Ddtl1_cs.c76 unsigned long tx_state; member in struct:dtl1_info
136 if (test_bit(XMIT_WAITING, &(info->tx_state))) {
137 set_bit(XMIT_WAKEUP, &(info->tx_state));
141 if (test_and_set_bit(XMIT_SENDING, &(info->tx_state))) {
142 set_bit(XMIT_WAKEUP, &(info->tx_state));
151 clear_bit(XMIT_WAKEUP, &(info->tx_state));
164 set_bit(XMIT_WAITING, &(info->tx_state));
173 } while (test_bit(XMIT_WAKEUP, &(info->tx_state)));
175 clear_bit(XMIT_SENDING, &(info->tx_state));
192 clear_bit(XMIT_WAITING, &(info->tx_state));
[all...]
H A Dhci_uart.h78 unsigned long tx_state; member in struct:hci_uart
/drivers/media/rc/
H A Dnuvoton-cir.c570 nvt->tx.tx_state = ST_TX_REPLY;
581 wait_event(nvt->tx.queue, nvt->tx.tx_state == ST_TX_REQUEST);
584 nvt->tx.tx_state = ST_TX_NONE;
741 u8 tx_state; local
744 tx_state = nvt->tx.tx_state;
747 tx_inactive = (tx_state == ST_TX_NONE);
848 if (nvt->tx.tx_state == ST_TX_REPLY) {
849 nvt->tx.tx_state = ST_TX_REQUEST;
1157 nvt->tx.tx_state
[all...]
H A Dnuvoton-cir.h83 u8 tx_state; member in struct:nvt_dev::__anon2315
/drivers/net/hamradio/
H A Dyam.c134 int tx_state; member in struct:yam_port
607 if ((yp->tx_state == TX_TAIL) || (yp->txd == 0))
611 yp->tx_state = TX_HEAD;
619 if (yp->magic != YAM_MAGIC || yp->tx_state != TX_OFF ||
622 /* tx_state is TX_OFF and there is data to send */
665 switch (yp->tx_state) {
672 yp->tx_state = TX_OFF;
675 yp->tx_state = TX_DATA;
693 yp->tx_state = TX_DATA;
703 yp->tx_state
[all...]
/drivers/tty/serial/
H A Dsirfsoc_uart.c524 struct dma_tx_state tx_state; local
528 sirfport->rx_dma_items[sirfport->rx_completed].cookie, &tx_state)) {
575 struct dma_tx_state tx_state; local
577 sirfport->rx_dma_items[sirfport->rx_issued].cookie, &tx_state);
580 SIRFSOC_RX_DMA_BUF_SIZE - tx_state.residue;
707 struct dma_tx_state tx_state; local
710 sirfport->rx_dma_items[sirfport->rx_completed].cookie, &tx_state)) {
H A Ducc_uart.c133 __be16 tx_state; /* 0xC6, TX state */ member in struct:ucc_uart_pram
731 out_be16(&uccup->tx_state, 0);
/drivers/usb/host/
H A Dfhci.h202 __be32 tx_state; /* Tx internal state */ member in struct:fhci_ep_pram

Completed in 185 milliseconds