Searched defs:tsa_serial (Results 1 – 2 of 2) sorted by relevance
126 struct tsa_serial { struct127 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() local806 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 …]
205 struct tsa_serial *tsa_serial; member