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()
117 static inline void debugfs_deinit(struct ser_device *ser) in debugfs_deinit()
122 static inline void debugfs_rx(struct ser_device *ser, const u8 *data, int size) in debugfs_rx()
131 static inline void debugfs_tx(struct ser_device *ser, const u8 *data, int size) in debugfs_tx()
140 static inline void debugfs_init(struct ser_device *ser, struct tty_struct *tty) in debugfs_init()
144 static inline void debugfs_deinit(struct ser_device *ser) in debugfs_deinit()
148 static inline void update_tty_status(struct ser_device *ser) in update_tty_status()
152 static inline void debugfs_rx(struct ser_device *ser, const u8 *data, int size) in debugfs_rx()
156 static inline void debugfs_tx(struct ser_device *ser, const u8 *data, int size) in debugfs_tx()
166 struct ser_device *ser; in ldisc_receive() local
209 static int handle_tx(struct ser_device *ser) in handle_tx()
271 struct ser_device *ser; in caif_xmit() local
289 struct ser_device *ser; in ldisc_tx_wakeup() local
301 struct ser_device *ser, *tmp; in ser_release() local
322 struct ser_device *ser; in ldisc_open() local
371 struct ser_device *ser = tty->disc_data; in ldisc_close() local