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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/
H A Dsx.h23 struct sx_port { struct
41 struct sx_port *ports;
H A Dsx.c92 static struct sx_port *sx_ports;
204 static inline int sx_paranoia_check(struct sx_port const *port,
485 static int sx_send_command(struct sx_port *port,
548 static void sx_reconfigure_port(struct sx_port *port)
562 static void sx_setsignals(struct sx_port *port, int dtr, int rts)
578 static int sx_getsignals(struct sx_port *port)
600 static void sx_set_baud(struct sx_port *port)
721 struct sx_port *port = ptr;
829 static void sx_transmit_chars(struct sx_port *port)
912 static inline void sx_receive_chars(struct sx_port *por
[all...]
H A Dspecialix.c170 static struct specialix_port sx_port[SX_NBOARD * SX_NPORT]; variable in typeref:struct:specialix_port
211 return SX_PORT(port - sx_port);
219 return &sx_board[SX_BOARD(port - sx_port)];
538 port = &sx_port[board_No(bp) * SX_NPORT + channel];
1409 port = sx_port + board * SX_NPORT + SX_PORT(tty->index);
1762 dprintk(SX_DEBUG_INIT, "sx_port = %p, port = %p\n", sx_port, port);
1911 tmp.line = port - sx_port;
2214 memset(sx_port, 0, sizeof(sx_port));
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/
H A Dsx.h23 struct sx_port { struct
41 struct sx_port *ports;
H A Dsx.c92 static struct sx_port *sx_ports;
204 static inline int sx_paranoia_check(struct sx_port const *port,
485 static int sx_send_command(struct sx_port *port,
548 static void sx_reconfigure_port(struct sx_port *port)
562 static void sx_setsignals(struct sx_port *port, int dtr, int rts)
578 static int sx_getsignals(struct sx_port *port)
600 static void sx_set_baud(struct sx_port *port)
721 struct sx_port *port = ptr;
829 static void sx_transmit_chars(struct sx_port *port)
912 static inline void sx_receive_chars(struct sx_port *por
[all...]
H A Dspecialix.c170 static struct specialix_port sx_port[SX_NBOARD * SX_NPORT]; variable in typeref:struct:specialix_port
211 return SX_PORT(port - sx_port);
219 return &sx_board[SX_BOARD(port - sx_port)];
538 port = &sx_port[board_No(bp) * SX_NPORT + channel];
1409 port = sx_port + board * SX_NPORT + SX_PORT(tty->index);
1762 dprintk(SX_DEBUG_INIT, "sx_port = %p, port = %p\n", sx_port, port);
1911 tmp.line = port - sx_port;
2214 memset(sx_port, 0, sizeof(sx_port));
[all...]

Completed in 223 milliseconds