Searched refs:tx_t (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/linux/
H A Dscc.h79 struct timer_list tx_t; /* tx timer for this channel */ member in struct:scc_channel
/linux-master/drivers/net/hamradio/
H A Dscc.c797 del_timer(&scc->tx_t);
1002 del_timer(&scc->tx_t);
1006 handler(&scc->tx_t);
1010 scc->tx_t.function = handler;
1011 scc->tx_t.expires = jiffies + (when*HZ)/100;
1012 add_timer(&scc->tx_t);
1130 struct scc_channel *scc = from_timer(scc, t, tx_t);
1172 struct scc_channel *scc = from_timer(scc, t, tx_t);
1193 struct scc_channel *scc = from_timer(scc, t, tx_t);
1222 del_timer(&scc->tx_t);
[all...]
H A D6pack.c122 struct timer_list tx_t; member in struct:sixpack
142 struct sixpack *sp = from_timer(sp, t, tx_t);
159 mod_timer(&sp->tx_t, jiffies + ((when + 1) * HZ) / 100);
228 sp_xmit_on_air(&sp->tx_t);
613 timer_setup(&sp->tx_t, sp_xmit_on_air, 0);
675 del_timer_sync(&sp->tx_t);
/linux-master/drivers/spi/
H A Dspi-fsl-espi.c95 struct spi_transfer *tx_t; member in struct:fsl_espi
223 tx_left = espi->tx_t->len - espi->tx_pos;
224 tx_buf = espi->tx_t->tx_buf;
258 if (list_is_last(&espi->tx_t->transfer_list,
263 espi->tx_t = list_next_entry(espi->tx_t, transfer_list);
407 espi->tx_t = list_first_entry(&m->transfers, struct spi_transfer,
/linux-master/drivers/net/ethernet/i825xx/
H A Dether1.h68 } tx_t; typedef in typeref:struct:__anon422
H A Dether1.c673 tx_t tx;
/linux-master/drivers/media/rc/
H A Dimon.c117 struct tx_t { struct in struct:imon_context

Completed in 231 milliseconds