Home
last modified time | relevance | path

Searched refs:ti_port (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/usb/serial/
Dti_usb_3410_5052.c282 struct ti_port { struct
328 static void ti_send(struct ti_port *tport);
329 static int ti_set_mcr(struct ti_port *tport, unsigned int mcr);
330 static int ti_get_lsr(struct ti_port *tport, u8 *lsr);
332 static void ti_handle_new_msr(struct ti_port *tport, u8 msr);
334 static void ti_stop_read(struct ti_port *tport, struct tty_struct *tty);
335 static int ti_restart_read(struct ti_port *tport, struct tty_struct *tty);
600 struct ti_port *tport; in ti_port_probe()
633 struct ti_port *tport; in ti_port_remove()
641 struct ti_port *tport = usb_get_serial_port_data(port); in ti_open()
[all …]