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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/serial/
H A Dio_edgeport.c251 static int send_iosp_ext_cmd (struct edgeport_port *edge_port, __u8 command, __u8 param);
866 response = send_iosp_ext_cmd (edge_port, IOSP_CMD_OPEN_PORT, 0);
1048 status = send_iosp_ext_cmd (edge_port, IOSP_CMD_CHASE_PORT, 0);
1062 send_iosp_ext_cmd (edge_port, IOSP_CMD_CLOSE_PORT, 0);
1736 status = send_iosp_ext_cmd (edge_port, IOSP_CMD_CHASE_PORT, 0);
1750 status = send_iosp_ext_cmd (edge_port, IOSP_CMD_SET_BREAK, 0);
1753 status = send_iosp_ext_cmd (edge_port, IOSP_CMD_CLEAR_BREAK, 0);
2236 * send_iosp_ext_cmd
2239 static int send_iosp_ext_cmd (struct edgeport_port *edge_port, __u8 command, __u8 param) function
2556 send_iosp_ext_cmd(edge_por
[all...]

Completed in 86 milliseconds