Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/serial/
H A Dti_usb_3410_5052.c342 static int ti_port_cmd_out(struct usb_serial_port *port, u8 command,
683 status = ti_port_cmd_out(port, TI_OPEN_PORT, open_settings, NULL, 0); in ti_open()
690 status = ti_port_cmd_out(port, TI_START_PORT, 0, NULL, 0); in ti_open()
697 status = ti_port_cmd_out(port, TI_PURGE_PORT, TI_PURGE_INPUT, NULL, 0); in ti_open()
703 status = ti_port_cmd_out(port, TI_PURGE_PORT, TI_PURGE_OUTPUT, NULL, 0); in ti_open()
718 status = ti_port_cmd_out(port, TI_OPEN_PORT, open_settings, NULL, 0); in ti_open()
725 status = ti_port_cmd_out(port, TI_START_PORT, 0, NULL, 0); in ti_open()
781 status = ti_port_cmd_out(port, TI_CLOSE_PORT, 0, NULL, 0); in ti_close()
996 status = ti_port_cmd_out(port, TI_SET_CONFIG, 0, config, in ti_set_termios()
1500 static int ti_port_cmd_out(struct usb_serial_port *port, u8 command, in ti_port_cmd_out() function