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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dscc.h244 struct timer_list tx_t; /* tx timer for this channel */ member in struct:scc_channel
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/arm/
H A Dether1.h72 } tx_t; typedef in typeref:struct:__anon12456
H A Dether1.c685 tx_t tx;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/hamradio/
H A D6pack.c122 struct timer_list tx_t; member in struct:sixpack
159 mod_timer(&sp->tx_t, jiffies + ((when + 1) * HZ) / 100);
653 init_timer(&sp->tx_t);
654 sp->tx_t.function = sp_xmit_on_air;
655 sp->tx_t.data = (unsigned long) sp;
711 del_timer(&sp->tx_t);
H A Dscc.c795 del_timer(&scc->tx_t);
998 del_timer(&scc->tx_t);
1006 scc->tx_t.data = (unsigned long) scc;
1007 scc->tx_t.function = handler;
1008 scc->tx_t.expires = jiffies + (when*HZ)/100;
1009 add_timer(&scc->tx_t);
1218 del_timer(&scc->tx_t);
1247 del_timer(&scc->tx_t);
1525 init_timer(&scc->tx_t);
1609 del_timer_sync(&scc->tx_t);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/lirc/
H A Dlirc_sasem.c108 struct tx_t { struct in struct:sasem_context
H A Dlirc_imon.c106 struct tx_t { struct in struct:imon_context
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/IR/
H A Dimon.c114 struct tx_t { struct in struct:imon_context

Completed in 134 milliseconds