Home
last modified time | relevance | path

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

/linux/drivers/usb/serial/
H A Dti_usb_3410_5052.c288 struct ti_device *tp_tdev; member
611 tport->tp_tdev = usb_get_serial_data(port->serial); in ti_port_probe()
613 if (tport->tp_tdev->td_rs485_only) in ti_port_probe()
624 if (!tport->tp_tdev->td_is_3410) in ti_port_probe()
652 tdev = tport->tp_tdev; in ti_open()
856 if (tport->tp_tdev->td_is_3410) in ti_tx_empty()
976 if (tport->tp_tdev->td_is_3410) in ti_set_termios()
1080 status = ti_write_byte(port, tport->tp_tdev, in ti_break()
1347 status = ti_write_byte(tport->tp_port, tport->tp_tdev, in ti_set_mcr()
1394 ss->baud_base = tport->tp_tdev->td_is_3410 ? 921600 : 460800; in ti_get_serial_info()