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

/linux-master/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);
690 status = ti_port_cmd_out(port, TI_START_PORT, 0, NULL, 0);
697 status = ti_port_cmd_out(port, TI_PURGE_PORT, TI_PURGE_INPUT, NULL, 0);
703 status = ti_port_cmd_out(port, TI_PURGE_PORT, TI_PURGE_OUTPUT, NULL, 0);
718 status = ti_port_cmd_out(port, TI_OPEN_PORT, open_settings, NULL, 0);
725 status = ti_port_cmd_out(port, TI_START_PORT, 0, NULL, 0);
781 status = ti_port_cmd_out(port, TI_CLOSE_PORT, 0, NULL, 0);
996 status = ti_port_cmd_out(port, TI_SET_CONFIG, 0, config,
1500 static int ti_port_cmd_out(struc function
[all...]

Completed in 312 milliseconds