Searched refs:tx_t (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/net/hamradio/ |
H A D | 6pack.c | 116 struct timer_list tx_t; member 136 struct sixpack *sp = timer_container_of(sp, t, tx_t); in sp_xmit_on_air() 153 mod_timer(&sp->tx_t, jiffies + ((when + 1) * HZ) / 100); in sp_xmit_on_air() 222 sp_xmit_on_air(&sp->tx_t); in sp_encaps() 602 timer_setup(&sp->tx_t, sp_xmit_on_air, 0); in sixpack_open() 663 timer_delete_sync(&sp->tx_t); in sixpack_close()
|
H A D | scc.c | 797 timer_delete(&scc->tx_t); in init_channel() 1002 timer_delete(&scc->tx_t); in __scc_start_tx_timer() 1006 handler(&scc->tx_t); in __scc_start_tx_timer() 1010 scc->tx_t.function = handler; in __scc_start_tx_timer() 1011 scc->tx_t.expires = jiffies + (when*HZ)/100; in __scc_start_tx_timer() 1012 add_timer(&scc->tx_t); in __scc_start_tx_timer() 1130 struct scc_channel *scc = timer_container_of(scc, t, tx_t); in t_dwait() 1172 struct scc_channel *scc = timer_container_of(scc, t, tx_t); in t_txdelay() 1193 struct scc_channel *scc = timer_container_of(scc, t, tx_t); in t_tail() 1222 timer_delete(&scc->tx_t); in t_busy() [all...] |
/linux/include/linux/ |
H A D | scc.h | 79 struct timer_list tx_t; /* tx timer for this channel */ member
|
/linux/drivers/net/ethernet/i825xx/ |
H A D | ether1.h | 68 } tx_t; typedef
|
H A D | ether1.c | 673 tx_t tx; in ether1_sendpacket()
|
/linux/drivers/media/rc/ |
H A D | imon.c | 117 struct tx_t { struct 118 data_bufimon_context::tx_t global() argument 119 finishedimon_context::tx_t global() argument 120 busyimon_context::tx_t global() argument 121 statusimon_context::tx_t global() argument
|