Searched refs:tx_t (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/drivers/spi/ |
D | spi-fsl-espi.c | 95 struct spi_transfer *tx_t; member 223 tx_left = espi->tx_t->len - espi->tx_pos; in fsl_espi_fill_tx_fifo() 224 tx_buf = espi->tx_t->tx_buf; in fsl_espi_fill_tx_fifo() 258 if (list_is_last(&espi->tx_t->transfer_list, in fsl_espi_fill_tx_fifo() 263 espi->tx_t = list_next_entry(espi->tx_t, transfer_list); in fsl_espi_fill_tx_fifo() 407 espi->tx_t = list_first_entry(&m->transfers, struct spi_transfer, in fsl_espi_trans()
|
/Linux-v5.10/drivers/net/hamradio/ |
D | scc.c | 795 del_timer(&scc->tx_t); in init_channel() 1000 del_timer(&scc->tx_t); in __scc_start_tx_timer() 1004 handler(&scc->tx_t); in __scc_start_tx_timer() 1008 scc->tx_t.function = handler; in __scc_start_tx_timer() 1009 scc->tx_t.expires = jiffies + (when*HZ)/100; in __scc_start_tx_timer() 1010 add_timer(&scc->tx_t); in __scc_start_tx_timer() 1128 struct scc_channel *scc = from_timer(scc, t, tx_t); in t_dwait() 1170 struct scc_channel *scc = from_timer(scc, t, tx_t); in t_txdelay() 1191 struct scc_channel *scc = from_timer(scc, t, tx_t); in t_tail() 1220 del_timer(&scc->tx_t); in t_busy() [all …]
|
D | 6pack.c | 121 struct timer_list tx_t; member 141 struct sixpack *sp = from_timer(sp, t, tx_t); in sp_xmit_on_air() 158 mod_timer(&sp->tx_t, jiffies + ((when + 1) * HZ) / 100); in sp_xmit_on_air() 232 sp_xmit_on_air(&sp->tx_t); in sp_encaps() 617 timer_setup(&sp->tx_t, sp_xmit_on_air, 0); in sixpack_open() 677 del_timer_sync(&sp->tx_t); in sixpack_close()
|
/Linux-v5.10/include/linux/ |
D | scc.h | 79 struct timer_list tx_t; /* tx timer for this channel */ member
|
/Linux-v5.10/drivers/net/ethernet/i825xx/ |
D | ether1.h | 68 } tx_t; typedef
|
D | ether1.c | 673 tx_t tx; in ether1_sendpacket()
|
/Linux-v5.10/drivers/media/rc/ |
D | imon.c | 117 struct tx_t { struct
|