Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/serial/
H A Dti_usb_3410_5052.c288 struct ti_device *tp_tdev; member
613 tport->tp_tdev = usb_get_serial_data(port->serial); in ti_port_probe()
615 if (tport->tp_tdev->td_rs485_only) in ti_port_probe()
626 if (!tport->tp_tdev->td_is_3410) in ti_port_probe()
654 tdev = tport->tp_tdev; in ti_open()
858 if (tport->tp_tdev->td_is_3410) in ti_tx_empty()
978 if (tport->tp_tdev->td_is_3410) in ti_set_termios()
1082 status = ti_write_byte(port, tport->tp_tdev, in ti_break()
1349 status = ti_write_byte(tport->tp_port, tport->tp_tdev, in ti_set_mcr()
1396 ss->baud_base = tport->tp_tdev->td_is_3410 ? 921600 : 460800; in ti_get_serial_info()