Lines Matching defs:ser
87 static inline void update_tty_status(struct ser_device *ser) in update_tty_status()
95 static inline void debugfs_init(struct ser_device *ser, struct tty_struct *tty) in debugfs_init()
123 static inline void debugfs_deinit(struct ser_device *ser) in debugfs_deinit()
128 static inline void debugfs_rx(struct ser_device *ser, const u8 *data, int size) in debugfs_rx()
137 static inline void debugfs_tx(struct ser_device *ser, const u8 *data, int size) in debugfs_tx()
146 static inline void debugfs_init(struct ser_device *ser, struct tty_struct *tty) in debugfs_init()
150 static inline void debugfs_deinit(struct ser_device *ser) in debugfs_deinit()
154 static inline void update_tty_status(struct ser_device *ser) in update_tty_status()
158 static inline void debugfs_rx(struct ser_device *ser, const u8 *data, int size) in debugfs_rx()
162 static inline void debugfs_tx(struct ser_device *ser, const u8 *data, int size) in debugfs_tx()
172 struct ser_device *ser; in ldisc_receive() local
217 static int handle_tx(struct ser_device *ser) in handle_tx()
282 struct ser_device *ser; in caif_xmit() local
301 struct ser_device *ser; in ldisc_tx_wakeup() local
313 struct ser_device *ser, *tmp; in ser_release() local
334 struct ser_device *ser; in ldisc_open() local
382 struct ser_device *ser = tty->disc_data; in ldisc_close() local