Searched defs:tx_t (Results 1 – 6 of 6) sorted by relevance
108 struct tx_t { struct109 unsigned char data_buf[SASEM_DATA_BUF_SZ]; /* user data buffer */110 struct completion finished; /* wait for write to finish */111 atomic_t busy; /* write in progress */112 int status; /* status of tx completion */
106 struct tx_t { struct107 unsigned char data_buf[IMON_DATA_BUF_SZ]; /* user data buffer */108 struct completion finished; /* wait for write to finish */109 atomic_t busy; /* write in progress */110 int status; /* status of tx completion */
115 struct tx_t { struct116 unsigned char data_buf[35]; /* user data buffer */117 struct completion finished; /* wait for write to finish */118 bool busy; /* write in progress */119 int status; /* status of tx completion */
122 struct timer_list tx_t; member
244 struct timer_list tx_t; /* tx timer for this channel */ member
71 } tx_t; typedef