Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/soc/fsl/qe/
Dtsa.h26 int tsa_serial_connect(struct tsa_serial *tsa_serial);
Dtsa.c163 int tsa_serial_connect(struct tsa_serial *tsa_serial) in tsa_serial_connect() function
194 EXPORT_SYMBOL(tsa_serial_connect);
Dqmc.c1310 ret = tsa_serial_connect(qmc->tsa_serial); in qmc_probe()