Home
last modified time | relevance | path

Searched defs:tx_t (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/staging/media/lirc/
Dlirc_sasem.c105 struct tx_t { struct
106 unsigned char data_buf[SASEM_DATA_BUF_SZ]; /* user data
108 struct completion finished; /* wait for write to finish */
109 atomic_t busy; /* write in progress */
110 int status; /* status of tx completion */
Dlirc_imon.c103 struct tx_t { struct
104 unsigned char data_buf[IMON_DATA_BUF_SZ]; /* user data buffer */
105 struct completion finished; /* wait for write to finish */
106 atomic_t busy; /* write in progress */
107 int status; /* status of tx completion */
/linux-4.4.14/drivers/media/rc/
Dimon.c129 struct tx_t { struct
130 unsigned char data_buf[35]; /* user data buffer */
131 struct completion finished; /* wait for write to finish */
132 bool busy; /* write in progress */
133 int status; /* status of tx completion */
/linux-4.4.14/include/linux/
Dscc.h78 struct timer_list tx_t; /* tx timer for this channel */ member
/linux-4.4.14/drivers/net/hamradio/
D6pack.c121 struct timer_list tx_t; member
/linux-4.4.14/drivers/net/ethernet/i825xx/
Dether1.h71 } tx_t; typedef