Searched refs:tsa_serial (Results 1 – 3 of 3) sorted by relevance
16 struct tsa_serial;18 struct tsa_serial *tsa_serial_get_byphandle(struct device_node *np,20 void tsa_serial_put(struct tsa_serial *tsa_serial);21 struct tsa_serial *devm_tsa_serial_get_byphandle(struct device *dev,26 int tsa_serial_connect(struct tsa_serial *tsa_serial);27 int tsa_serial_disconnect(struct tsa_serial *tsa_serial);40 int tsa_serial_get_info(struct tsa_serial *tsa_serial, struct tsa_serial_info *info);43 int tsa_serial_get_num(struct tsa_serial *tsa_serial);
174 struct tsa_serial { struct183 return container_of(tsa_serial, struct tsa, serials[tsa_serial->id]); in tsa_serial_get_tsa()234 static int tsa_qe_serial_get_num(struct tsa_serial *tsa_serial) in tsa_qe_serial_get_num() argument252 int tsa_serial_get_num(struct tsa_serial *tsa_serial) in tsa_serial_get_num() argument322 int tsa_serial_connect(struct tsa_serial *tsa_serial) in tsa_serial_connect() argument332 int tsa_serial_disconnect(struct tsa_serial *tsa_serial) in tsa_serial_disconnect() argument1078 struct tsa_serial *tsa_serial; in tsa_serial_get_byphandle() local1124 return tsa_serial; in tsa_serial_get_byphandle()1128 void tsa_serial_put(struct tsa_serial *tsa_serial) in tsa_serial_put() argument1138 struct tsa_serial **tsa_serial = res; in devm_tsa_serial_release() local[all …]
255 struct tsa_serial *tsa_serial; member811 ret = tsa_serial_get_info(chan->qmc->tsa_serial, &info); in qmc_chan_setup_tsa_tx()828 ret = tsa_serial_get_info(chan->qmc->tsa_serial, &info); in qmc_chan_setup_tsa_rx()1214 ret = tsa_serial_get_info(qmc->tsa_serial, &info); in qmc_check_chans()1417 ret = tsa_serial_get_info(qmc->tsa_serial, &info); in qmc_init_tsa()1746 ucc_num = tsa_serial_get_num(qmc->tsa_serial); in qmc_qe_init_resources()1799 ret = tsa_serial_connect(qmc->tsa_serial); in qmc_cpm1_init_scc()1827 ret = tsa_serial_connect(qmc->tsa_serial); in qmc_qe_init_ucc()1871 tsa_serial_disconnect(qmc->tsa_serial); in qmc_qe_init_ucc()1885 tsa_serial_disconnect(qmc->tsa_serial); in qmc_exit_xcc()[all …]