Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/serial/
Dti_usb_3410_5052.c341 static int ti_port_cmd_out(struct usb_serial_port *port, u8 command,
682 status = ti_port_cmd_out(port, TI_OPEN_PORT, open_settings, NULL, 0); in ti_open()
689 status = ti_port_cmd_out(port, TI_START_PORT, 0, NULL, 0); in ti_open()
696 status = ti_port_cmd_out(port, TI_PURGE_PORT, TI_PURGE_INPUT, NULL, 0); in ti_open()
702 status = ti_port_cmd_out(port, TI_PURGE_PORT, TI_PURGE_OUTPUT, NULL, 0); in ti_open()
717 status = ti_port_cmd_out(port, TI_OPEN_PORT, open_settings, NULL, 0); in ti_open()
724 status = ti_port_cmd_out(port, TI_START_PORT, 0, NULL, 0); in ti_open()
780 status = ti_port_cmd_out(port, TI_CLOSE_PORT, 0, NULL, 0); in ti_close()
994 status = ti_port_cmd_out(port, TI_SET_CONFIG, 0, config, in ti_set_termios()
1494 static int ti_port_cmd_out(struct usb_serial_port *port, u8 command, in ti_port_cmd_out() function