Searched refs:sx_send_command (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/char/ |
D | sx.c | 710 static int sx_send_command (struct sx_port *port, in sx_send_command() function 760 if (sx_send_command (port, HS_CONFIG, -1, HS_IDLE_OPEN) != 1) { in sx_reconfigure_port() 1478 if (sx_send_command (port, HS_LOPEN, -1, HS_IDLE_OPEN) != 1) { in sx_open() 1560 sx_send_command (port, HS_CLOSE, 0, 0); in sx_close() 1570 if (sx_send_command (port, HS_FORCE_CLOSED, -1, HS_IDLE_CLOSED) != 1) { in sx_close() 1799 rv = sx_send_command (port, HS_START, -1, HS_IDLE_BREAK); in sx_break() 1801 rv = sx_send_command (port, HS_STOP, -1, HS_IDLE_OPEN); in sx_break()
|