Lines Matching defs:ser
87 static inline void update_tty_status(struct ser_device *ser) in update_tty_status()
97 static inline void debugfs_init(struct ser_device *ser, struct tty_struct *tty) in debugfs_init()
125 static inline void debugfs_deinit(struct ser_device *ser) in debugfs_deinit()
130 static inline void debugfs_rx(struct ser_device *ser, const u8 *data, int size) in debugfs_rx()
139 static inline void debugfs_tx(struct ser_device *ser, const u8 *data, int size) in debugfs_tx()
148 static inline void debugfs_init(struct ser_device *ser, struct tty_struct *tty) in debugfs_init()
152 static inline void debugfs_deinit(struct ser_device *ser) in debugfs_deinit()
156 static inline void update_tty_status(struct ser_device *ser) in update_tty_status()
160 static inline void debugfs_rx(struct ser_device *ser, const u8 *data, int size) in debugfs_rx()
164 static inline void debugfs_tx(struct ser_device *ser, const u8 *data, int size) in debugfs_tx()
174 struct ser_device *ser; in ldisc_receive() local
220 static int handle_tx(struct ser_device *ser) in handle_tx()
285 struct ser_device *ser; in caif_xmit() local
304 struct ser_device *ser; in ldisc_tx_wakeup() local
315 struct ser_device *ser; in ldisc_open() local
352 struct ser_device *ser = tty->disc_data; in ldisc_close() local
440 struct ser_device *ser = NULL; in caif_ser_exit() local