Searched defs:tx_t (Results 1 – 5 of 5) sorted by relevance
117 struct tx_t { struct118 unsigned char data_buf[35]; /* user data buffer */119 struct completion finished; /* wait for write to finish */120 bool busy; /* write in progress */121 int status; /* status of tx completion */
79 struct timer_list tx_t; /* tx timer for this channel */ member
121 struct timer_list tx_t; member
95 struct spi_transfer *tx_t; member
68 } tx_t; typedef