Lines Matching defs:tcw
24 struct tcw *tcw_get_intrg(struct tcw *tcw) in tcw_get_intrg()
38 void *tcw_get_data(struct tcw *tcw) in tcw_get_data()
54 struct tccb *tcw_get_tccb(struct tcw *tcw) in tcw_get_tccb()
66 struct tsb *tcw_get_tsb(struct tcw *tcw) in tcw_get_tsb()
81 void tcw_init(struct tcw *tcw, int r, int w) in tcw_init()
152 void tcw_finalize(struct tcw *tcw, int num_tidaws) in tcw_finalize()
189 void tcw_set_intrg(struct tcw *tcw, struct tcw *intrg_tcw) in tcw_set_intrg()
206 void tcw_set_data(struct tcw *tcw, void *data, int use_tidal) in tcw_set_data()
227 void tcw_set_tccb(struct tcw *tcw, struct tccb *tccb) in tcw_set_tccb()
240 void tcw_set_tsb(struct tcw *tcw, struct tsb *tsb) in tcw_set_tsb()
337 struct tidaw *tcw_add_tidaw(struct tcw *tcw, int num_tidaws, u8 flags, in tcw_add_tidaw()