Home
last modified time | relevance | path

Searched defs:tsa_serial (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/soc/fsl/qe/
H A Dtsa.c174 struct tsa_serial { struct
175 unsigned int id;
176 struct tsa_serial_info info;
180 static inline struct tsa *tsa_serial_get_tsa(struct tsa_serial *tsa_serial) in tsa_serial_get_tsa()
234 static int tsa_qe_serial_get_num(struct tsa_serial *tsa_serial) in tsa_qe_serial_get_num()
252 int tsa_serial_get_num(struct tsa_serial *tsa_serial) in tsa_serial_get_num()
267 static int tsa_cpm1_serial_connect(struct tsa_serial *tsa_serial, bool connect) in tsa_cpm1_serial_connect()
300 static int tsa_qe_serial_connect(struct tsa_serial *tsa_serial, bool connect) in tsa_qe_serial_connect()
322 int tsa_serial_connect(struct tsa_serial *tsa_serial) in tsa_serial_connect()
332 int tsa_serial_disconnect(struct tsa_serial *tsa_serial) in tsa_serial_disconnect()
[all …]
H A Dqmc.c255 struct tsa_serial *tsa_serial; member