Searched refs:uart_port (Results 1 - 25 of 114) sorted by relevance

12345

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/syslib/
H A Dgen550.h13 extern void gen550_init(int, struct uart_port *);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/mach/
H A Dserial_at91.h11 struct uart_port;
18 void (*set_mctrl)(struct uart_port *, u_int);
19 u_int (*get_mctrl)(struct uart_port *);
20 void (*enable_ms)(struct uart_port *);
21 void (*pm)(struct uart_port *, u_int, u_int);
22 int (*set_wake)(struct uart_port *, u_int);
23 int (*open)(struct uart_port *);
24 void (*close)(struct uart_port *);
H A Dserial_sa1100.h11 struct uart_port;
19 void (*set_mctrl)(struct uart_port *, u_int);
20 u_int (*get_mctrl)(struct uart_port *);
21 void (*pm)(struct uart_port *, u_int, u_int);
22 int (*set_wake)(struct uart_port *, u_int);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-avr32/mach/
H A Dserial_at91.h11 struct uart_port;
18 void (*set_mctrl)(struct uart_port *, u_int);
19 u_int (*get_mctrl)(struct uart_port *);
20 void (*enable_ms)(struct uart_port *);
21 void (*pm)(struct uart_port *, u_int, u_int);
22 int (*set_wake)(struct uart_port *, u_int);
23 int (*open)(struct uart_port *);
24 void (*close)(struct uart_port *);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dserial_core.h157 struct uart_port;
167 unsigned int (*tx_empty)(struct uart_port *);
168 void (*set_mctrl)(struct uart_port *, unsigned int mctrl);
169 unsigned int (*get_mctrl)(struct uart_port *);
170 void (*stop_tx)(struct uart_port *);
171 void (*start_tx)(struct uart_port *);
172 void (*send_xchar)(struct uart_port *, char ch);
173 void (*stop_rx)(struct uart_port *);
174 void (*enable_ms)(struct uart_port *);
175 void (*break_ctl)(struct uart_port *, in
224 struct uart_port { struct
[all...]
H A Dserial_8250.h56 struct uart_port;
58 int serial8250_register_port(struct uart_port *);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/serial/
H A Dsunhv.c46 static void transmit_chars_putchar(struct uart_port *port, struct circ_buf *xmit)
59 static void transmit_chars_write(struct uart_port *port, struct circ_buf *xmit)
75 static int receive_chars_getchar(struct uart_port *port, struct tty_struct *tty)
118 static int receive_chars_read(struct uart_port *port, struct tty_struct *tty)
167 void (*transmit_chars)(struct uart_port *port, struct circ_buf *xmit);
168 int (*receive_chars)(struct uart_port *port, struct tty_struct *tty);
183 static struct tty_struct *receive_chars(struct uart_port *port)
196 static void transmit_chars(struct uart_port *port)
215 struct uart_port *port = dev_id;
231 static unsigned int sunhv_tx_empty(struct uart_port *por
[all...]
H A Dv850e_uart.c246 static void v850e_uart_stop_tx (struct uart_port *port);
248 void v850e_uart_tx (struct uart_port *port)
279 struct uart_port *port = data;
286 struct uart_port *port = data;
316 static void v850e_uart_nop (struct uart_port *port) { }
317 static int v850e_uart_success (struct uart_port *port) { return 0; }
319 static unsigned v850e_uart_tx_empty (struct uart_port *port)
324 static void v850e_uart_set_mctrl (struct uart_port *port, unsigned mctrl)
331 static unsigned v850e_uart_get_mctrl (struct uart_port *port)
346 static void v850e_uart_start_tx (struct uart_port *por
[all...]
H A Dmux.c55 struct uart_port port;
106 * @port: Ptr to the uart_port.
112 static unsigned int mux_tx_empty(struct uart_port *port)
119 * @ports: Ptr to the uart_port.
125 static void mux_set_mctrl(struct uart_port *port, unsigned int mctrl)
131 * @port: Ptr to the uart_port.
136 static unsigned int mux_get_mctrl(struct uart_port *port)
143 * @port: Ptr to the uart_port.
147 static void mux_stop_tx(struct uart_port *port)
153 * @port: Ptr to the uart_port
[all...]
H A Duartlite.c49 static struct uart_port ports[ULITE_NR_UARTS];
51 static int ulite_receive(struct uart_port *port, int stat)
101 static int ulite_transmit(struct uart_port *port, int stat)
131 struct uart_port *port = (struct uart_port *)dev_id;
145 static unsigned int ulite_tx_empty(struct uart_port *port)
157 static unsigned int ulite_get_mctrl(struct uart_port *port)
162 static void ulite_set_mctrl(struct uart_port *port, unsigned int mctrl)
167 static void ulite_stop_tx(struct uart_port *port)
172 static void ulite_start_tx(struct uart_port *por
[all...]
H A D21285.c60 static void serial21285_stop_tx(struct uart_port *port)
68 static void serial21285_start_tx(struct uart_port *port)
76 static void serial21285_stop_rx(struct uart_port *port)
84 static void serial21285_enable_ms(struct uart_port *port)
90 struct uart_port *port = dev_id;
128 struct uart_port *port = dev_id;
161 static unsigned int serial21285_tx_empty(struct uart_port *port)
167 static unsigned int serial21285_get_mctrl(struct uart_port *port)
172 static void serial21285_set_mctrl(struct uart_port *port, unsigned int mctrl)
176 static void serial21285_break_ctl(struct uart_port *por
[all...]
H A Dclps711x.c71 static void clps711xuart_stop_tx(struct uart_port *port)
79 static void clps711xuart_start_tx(struct uart_port *port)
87 static void clps711xuart_stop_rx(struct uart_port *port)
92 static void clps711xuart_enable_ms(struct uart_port *port)
98 struct uart_port *port = dev_id;
152 struct uart_port *port = dev_id;
185 static unsigned int clps711xuart_tx_empty(struct uart_port *port)
191 static unsigned int clps711xuart_get_mctrl(struct uart_port *port)
212 clps711xuart_set_mctrl_null(struct uart_port *port, unsigned int mctrl)
216 static void clps711xuart_break_ctl(struct uart_port *por
[all...]
H A Ds3c2410.c99 int (*get_clksrc)(struct uart_port *, struct s3c24xx_uart_clksrc *clk);
100 int (*set_clksrc)(struct uart_port *, struct s3c24xx_uart_clksrc *clk);
103 int (*reset_port)(struct uart_port *, struct s3c2410_uartcfg *);
114 struct uart_port port;
131 #define s3c24xx_dev_to_port(__dev) (struct uart_port *)dev_get_drvdata(__dev)
168 static inline struct s3c24xx_uart_port *to_ourport(struct uart_port *port)
175 static inline const char *s3c24xx_serial_portname(struct uart_port *port)
180 static int s3c24xx_serial_txempty_nofifo(struct uart_port *port)
185 static void s3c24xx_serial_rx_enable(struct uart_port *port)
208 static void s3c24xx_serial_rx_disable(struct uart_port *por
[all...]
H A Dsh-sci.c59 struct uart_port port;
68 void (*init_pins)(struct uart_port *port,
72 void (*enable)(struct uart_port *port);
75 void (*disable)(struct uart_port *port);
96 static void sci_stop_tx(struct uart_port *port);
105 static inline void handle_error(struct uart_port *port)
111 static int get_char(struct uart_port *port)
135 static void put_char(struct uart_port *port, char c)
157 struct uart_port *port = &sci_port->port;
228 static void h8300_sci_config(struct uart_port* por
[all...]
H A D8250_early.c39 struct uart_port port;
47 static unsigned int __init serial_in(struct uart_port *port, int offset)
55 static void __init serial_out(struct uart_port *port, int offset, int value)
65 static void __init wait_for_xmitr(struct uart_port *port)
77 static void __init putc(struct uart_port *port, int c)
85 struct uart_port *port = &early_device.port;
99 static unsigned int __init probe_baud(struct uart_port *port)
116 struct uart_port *port = &device->port;
135 struct uart_port *port = &device->port;
229 struct uart_port *por
[all...]
H A Dvr41xx_siu.c61 static struct uart_port siu_uart_ports[SIU_PORTS_MAX] = {
75 struct uart_port *port;
96 struct uart_port *port;
117 struct uart_port *port;
148 static inline void siu_clear_fifo(struct uart_port *port)
156 static inline unsigned long siu_port_size(struct uart_port *port)
168 static inline unsigned int siu_check_type(struct uart_port *port)
178 static inline const char *siu_type_name(struct uart_port *port)
190 static unsigned int siu_tx_empty(struct uart_port *port)
201 static void siu_set_mctrl(struct uart_port *por
[all...]
H A Dnetx-serial.c119 struct uart_port port;
122 static void netx_stop_tx(struct uart_port *port)
129 static void netx_stop_rx(struct uart_port *port)
136 static void netx_enable_ms(struct uart_port *port)
143 static inline void netx_transmit_buffer(struct uart_port *port)
174 static void netx_start_tx(struct uart_port *port)
183 static unsigned int netx_tx_empty(struct uart_port *port)
188 static void netx_txint(struct uart_port *port)
203 static void netx_rxint(struct uart_port *port)
250 struct uart_port *por
[all...]
H A Dserial_ks8695.c74 static void ks8695uart_stop_tx(struct uart_port *port)
82 static void ks8695uart_start_tx(struct uart_port *port)
90 static void ks8695uart_stop_rx(struct uart_port *port)
98 static void ks8695uart_enable_ms(struct uart_port *port)
103 static void ks8695uart_disable_ms(struct uart_port *port)
110 struct uart_port *port = dev_id;
166 struct uart_port *port = dev_id;
203 struct uart_port *port = dev_id;
228 static unsigned int ks8695uart_tx_empty(struct uart_port *port)
233 static unsigned int ks8695uart_get_mctrl(struct uart_port *por
[all...]
H A Dserial_lh7a40x.c110 struct uart_port port;
114 static void lh7a40xuart_stop_tx (struct uart_port* port)
119 static void lh7a40xuart_start_tx (struct uart_port* port)
125 static void lh7a40xuart_stop_rx (struct uart_port* port)
130 static void lh7a40xuart_enable_ms (struct uart_port* port)
135 static void lh7a40xuart_rx_chars (struct uart_port* port)
181 static void lh7a40xuart_tx_chars (struct uart_port* port)
218 static void lh7a40xuart_modem_status (struct uart_port* port)
245 struct uart_port* port = dev_id;
267 static unsigned int lh7a40xuart_tx_empty (struct uart_port* por
[all...]
H A Dmpc52xx_uart.c72 static struct uart_port mpc52xx_uart_ports[MPC52xx_PSC_MAXNUM];
115 mpc52xx_uart_tx_empty(struct uart_port *port)
122 mpc52xx_uart_set_mctrl(struct uart_port *port, unsigned int mctrl)
128 mpc52xx_uart_get_mctrl(struct uart_port *port)
135 mpc52xx_uart_stop_tx(struct uart_port *port)
143 mpc52xx_uart_start_tx(struct uart_port *port)
151 mpc52xx_uart_send_xchar(struct uart_port *port, char ch)
168 mpc52xx_uart_stop_rx(struct uart_port *port)
176 mpc52xx_uart_enable_ms(struct uart_port *port)
182 mpc52xx_uart_break_ctl(struct uart_port *por
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-ppc/
H A Dkgdb.h16 struct uart_port;
20 extern void gen550_init(int, struct uart_port *);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sh/
H A Dsci.h32 int early_sci_setup(struct uart_port *port);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/mach-sa1100/
H A Dhackkit.c47 static u_int hackkit_get_mctrl(struct uart_port *port);
48 static void hackkit_set_mctrl(struct uart_port *port, u_int mctrl);
49 static void hackkit_uart_pm(struct uart_port *port, u_int state, u_int oldstate);
98 static void hackkit_uart_pm(struct uart_port *port, u_int state, u_int oldstate)
103 static void hackkit_set_mctrl(struct uart_port *port, u_int mctrl)
107 static u_int hackkit_get_mctrl(struct uart_port *port)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/misc/ibmasm/
H A Duart.c36 struct uart_port uport;
50 memset(&uport, 0, sizeof(struct uart_port));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/platforms/celleb/
H A Dscc_sio.c44 extern int early_serial_txx9_setup(struct uart_port *port);
47 struct uart_port req;

Completed in 102 milliseconds

12345