Home
last modified time | relevance | path

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

/linux/drivers/usb/serial/
H A Dti_usb_3410_5052.c342 static int ti_port_cmd_out(struct usb_serial_port *port, u8 command,
681 status = ti_port_cmd_out(port, TI_OPEN_PORT, open_settings, NULL, 0); in ti_open()
688 status = ti_port_cmd_out(port, TI_START_PORT, 0, NULL, 0); in ti_open()
695 status = ti_port_cmd_out(port, TI_PURGE_PORT, TI_PURGE_INPUT, NULL, 0); in ti_open()
701 status = ti_port_cmd_out(port, TI_PURGE_PORT, TI_PURGE_OUTPUT, NULL, 0); in ti_open()
716 status = ti_port_cmd_out(port, TI_OPEN_PORT, open_settings, NULL, 0); in ti_open()
723 status = ti_port_cmd_out(port, TI_START_PORT, 0, NULL, 0); in ti_open()
774 status = ti_port_cmd_out(port, TI_CLOSE_PORT, 0, NULL, 0); in ti_close()
989 status = ti_port_cmd_out(port, TI_SET_CONFIG, 0, config, in ti_set_termios()
1493 static int ti_port_cmd_out(struc function
[all...]