Lines Matching defs:tcw
25 struct tcw *tcw_get_intrg(struct tcw *tcw) in tcw_get_intrg()
39 void *tcw_get_data(struct tcw *tcw) in tcw_get_data()
55 struct tccb *tcw_get_tccb(struct tcw *tcw) in tcw_get_tccb()
67 struct tsb *tcw_get_tsb(struct tcw *tcw) in tcw_get_tsb()
82 void tcw_init(struct tcw *tcw, int r, int w) in tcw_init()
153 void tcw_finalize(struct tcw *tcw, int num_tidaws) in tcw_finalize()
190 void tcw_set_intrg(struct tcw *tcw, struct tcw *intrg_tcw) in tcw_set_intrg()
207 void tcw_set_data(struct tcw *tcw, void *data, int use_tidal) in tcw_set_data()
228 void tcw_set_tccb(struct tcw *tcw, struct tccb *tccb) in tcw_set_tccb()
241 void tcw_set_tsb(struct tcw *tcw, struct tsb *tsb) in tcw_set_tsb()
338 struct tidaw *tcw_add_tidaw(struct tcw *tcw, int num_tidaws, u8 flags, in tcw_add_tidaw()