Searched defs:tx_t (Results 1 – 6 of 6) sorted by relevance
105 struct tx_t { struct106 unsigned char data_buf[SASEM_DATA_BUF_SZ]; /* user data108 struct completion finished; /* wait for write to finish */109 atomic_t busy; /* write in progress */110 int status; /* status of tx completion */
103 struct tx_t { struct104 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 */
129 struct tx_t { struct130 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 */
78 struct timer_list tx_t; /* tx timer for this channel */ member
121 struct timer_list tx_t; member
71 } tx_t; typedef