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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dsx.h23 struct sx_port { struct
41 struct sx_port *ports;
H A Dsx.c91 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;
826 static void sx_transmit_chars(struct sx_port *port)
909 static inline void sx_receive_chars(struct sx_port *por
[all...]
H A Dspecialix.c193 static struct specialix_port sx_port[SX_NBOARD * SX_NPORT]; variable in typeref:struct:specialix_port
241 return SX_PORT(port - sx_port);
248 return &sx_board[SX_BOARD(port - sx_port)];
592 port = &sx_port[board_No(bp) * SX_NPORT + channel];
1450 port = sx_port + board * SX_NPORT + SX_PORT(tty->index);
1801 dprintk (SX_DEBUG_INIT, "sx_port = %p, port = %p\n", sx_port, port);
1965 tmp.line = port - sx_port;
2350 memset(sx_port, 0, sizeof(sx_port));
[all...]

Completed in 102 milliseconds