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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dsx.c485 static int sx_send_command(struct sx_port *port, function
551 if (sx_send_command(port, HS_CONFIG, -1, HS_IDLE_OPEN) != 1) {
1300 if (sx_send_command(port, HS_LOPEN, -1, HS_IDLE_OPEN) != 1) {
1341 sx_send_command(port, HS_CLOSE, 0, 0);
1347 if (sx_send_command(port, HS_FORCE_CLOSED, -1, HS_IDLE_CLOSED)
1590 rv = sx_send_command(port, HS_START, -1, HS_IDLE_BREAK);
1592 rv = sx_send_command(port, HS_STOP, -1, HS_IDLE_OPEN);

Completed in 82 milliseconds