Lines Matching defs:ser_device
65 struct ser_device {
87 static inline void update_tty_status(struct ser_device *ser)
95 static inline void debugfs_init(struct ser_device *ser, struct tty_struct *tty)
117 static inline void debugfs_deinit(struct ser_device *ser)
122 static inline void debugfs_rx(struct ser_device *ser, const u8 *data, int size)
131 static inline void debugfs_tx(struct ser_device *ser, const u8 *data, int size)
140 static inline void debugfs_init(struct ser_device *ser, struct tty_struct *tty)
144 static inline void debugfs_deinit(struct ser_device *ser)
148 static inline void update_tty_status(struct ser_device *ser)
152 static inline void debugfs_rx(struct ser_device *ser, const u8 *data, int size)
156 static inline void debugfs_tx(struct ser_device *ser, const u8 *data, int size)
166 struct ser_device *ser;
209 static int handle_tx(struct ser_device *ser)
271 struct ser_device *ser;
289 struct ser_device *ser;
301 struct ser_device *ser, *tmp;
322 struct ser_device *ser;
371 struct ser_device *ser = tty->disc_data;
412 struct ser_device *serdev = netdev_priv(dev);