Lines Matching defs:ser_device
65 struct ser_device {
87 static inline void update_tty_status(struct ser_device *ser)
94 static inline void debugfs_init(struct ser_device *ser, struct tty_struct *tty)
116 static inline void debugfs_deinit(struct ser_device *ser)
121 static inline void debugfs_rx(struct ser_device *ser, const u8 *data, int size)
130 static inline void debugfs_tx(struct ser_device *ser, const u8 *data, int size)
139 static inline void debugfs_init(struct ser_device *ser, struct tty_struct *tty)
143 static inline void debugfs_deinit(struct ser_device *ser)
147 static inline void update_tty_status(struct ser_device *ser)
151 static inline void debugfs_rx(struct ser_device *ser, const u8 *data, int size)
155 static inline void debugfs_tx(struct ser_device *ser, const u8 *data, int size)
165 struct ser_device *ser;
208 static int handle_tx(struct ser_device *ser)
270 struct ser_device *ser;
288 struct ser_device *ser;
300 struct ser_device *ser, *tmp;
321 struct ser_device *ser;
370 struct ser_device *ser = tty->disc_data;
399 struct ser_device *serdev = netdev_priv(dev);