Searched refs:HS_IDLE_OPEN (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/char/ |
D | sxwindow.h | 247 #define HS_IDLE_OPEN 0x00 /* Channel open state */ macro
|
D | sx.c | 759 if (sx_read_channel_byte (port, hi_hstat) == HS_IDLE_OPEN) { in sx_reconfigure_port() 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() 1801 rv = sx_send_command (port, HS_STOP, -1, HS_IDLE_OPEN); in sx_break()
|