Home
last modified time | relevance | path

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

/openbmc/linux/drivers/soc/fsl/qe/
H A Dtsa.c126 struct tsa_serial { struct
127 unsigned int id;
128 struct tsa_serial_info info;
132 static inline struct tsa *tsa_serial_get_tsa(struct tsa_serial *tsa_serial) in tsa_serial_get_tsa()
163 int tsa_serial_connect(struct tsa_serial *tsa_serial) in tsa_serial_connect()
196 int tsa_serial_disconnect(struct tsa_serial *tsa_serial) in tsa_serial_disconnect()
225 int tsa_serial_get_info(struct tsa_serial *tsa_serial, struct tsa_serial_info *info) in tsa_serial_get_info()
756 struct tsa_serial *tsa_serial; in tsa_serial_get_byphandle() local
806 void tsa_serial_put(struct tsa_serial *tsa_serial) in tsa_serial_put()
816 struct tsa_serial **tsa_serial = res; in devm_tsa_serial_release() local
[all …]
H A Dqmc.c205 struct tsa_serial *tsa_serial; member