Searched defs:linux_tty (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/ipwireless/ |
H A D | tty.c | 89 static int ipw_open(struct tty_struct *linux_tty, struct file *filp) in ipw_open() argument 119 struct tty_struct *linux_tty = tty->port.tty; in do_ipw_close() local 131 static void ipw_hangup(struct tty_struct *linux_tty) in ipw_hangup() argument 149 static void ipw_close(struct tty_struct *linux_tty, struc argument 191 ipw_write(struct tty_struct *linux_tty, const unsigned char *buf, int count) ipw_write() argument 232 ipw_write_room(struct tty_struct *linux_tty) ipw_write_room() argument 251 ipwireless_get_serial_info(struct tty_struct *linux_tty, struct serial_struct *ss) ipwireless_get_serial_info() argument 268 ipwireless_set_serial_info(struct tty_struct *linux_tty, struct serial_struct *ss) ipwireless_set_serial_info() argument 274 ipw_chars_in_buffer(struct tty_struct *linux_tty) ipw_chars_in_buffer() argument 354 ipw_tiocmget(struct tty_struct *linux_tty) ipw_tiocmget() argument 369 ipw_tiocmset(struct tty_struct *linux_tty, unsigned int set, unsigned int clear) ipw_tiocmset() argument 384 ipw_ioctl(struct tty_struct *linux_tty, unsigned int cmd, unsigned long arg) ipw_ioctl() argument [all...] |
/kernel/linux/linux-6.6/drivers/tty/ipwireless/ |
H A D | tty.c | 88 static int ipw_open(struct tty_struct *linux_tty, struct file *filp) in ipw_open() argument 117 struct tty_struct *linux_tty = tty->port.tty; in do_ipw_close() local 129 static void ipw_hangup(struct tty_struct *linux_tty) in ipw_hangup() argument 147 static void ipw_close(struct tty_struct *linux_tty, struc argument 189 ipw_write(struct tty_struct *linux_tty, const u8 *buf, size_t count) ipw_write() argument 230 ipw_write_room(struct tty_struct *linux_tty) ipw_write_room() argument 249 ipwireless_get_serial_info(struct tty_struct *linux_tty, struct serial_struct *ss) ipwireless_get_serial_info() argument 266 ipwireless_set_serial_info(struct tty_struct *linux_tty, struct serial_struct *ss) ipwireless_set_serial_info() argument 272 ipw_chars_in_buffer(struct tty_struct *linux_tty) ipw_chars_in_buffer() argument 352 ipw_tiocmget(struct tty_struct *linux_tty) ipw_tiocmget() argument 367 ipw_tiocmset(struct tty_struct *linux_tty, unsigned int set, unsigned int clear) ipw_tiocmset() argument 382 ipw_ioctl(struct tty_struct *linux_tty, unsigned int cmd, unsigned long arg) ipw_ioctl() argument [all...] |
Completed in 2 milliseconds