Searched refs:send_port_cmd (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/usb/serial/ |
D | io_ti.c | 298 static int send_port_cmd(struct usb_serial_port *port, u8 command, u16 value, in send_port_cmd() function 313 return send_port_cmd(port, UMPC_PURGE_PORT, mask, NULL, 0); in purge_port() 1512 return send_port_cmd(port->port, feature, on, NULL, 0); in ti_do_config() 1878 status = send_port_cmd(port, UMPC_OPEN_PORT, open_settings, NULL, 0); in edge_open() 1886 status = send_port_cmd(port, UMPC_START_PORT, 0, NULL, 0); in edge_open() 1988 send_port_cmd(port, UMPC_CLOSE_PORT, 0, NULL, 0); in edge_close() 2346 status = send_port_cmd(edge_port->port, UMPC_SET_CONFIG, 0, config, in change_port_settings()
|