Home
last modified time | relevance | path

Searched refs:tsa_serial_get_info (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/soc/fsl/qe/
Dtsa.h40 int tsa_serial_get_info(struct tsa_serial *tsa_serial, struct tsa_serial_info *info);
Dqmc.c334 ret = tsa_serial_get_info(chan->qmc->tsa_serial, &tsa_info); in qmc_chan_get_info()
811 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()
971 ret = tsa_serial_get_info(chan->qmc->tsa_serial, &info); in qmc_setup_chan_trnsync()
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()
Dtsa.c342 int tsa_serial_get_info(struct tsa_serial *tsa_serial, struct tsa_serial_info *info) in tsa_serial_get_info() function
347 EXPORT_SYMBOL(tsa_serial_get_info);