Searched refs:uart_port (Results 26 - 50 of 114) sorted by relevance

12345

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/serial/
H A Datmel_serial.c107 static int (*atmel_open_hook)(struct uart_port *);
108 static void (*atmel_close_hook)(struct uart_port *);
111 * We wrap our port structure around the generic uart_port.
114 struct uart_port uart; /* uart */
128 static u_int atmel_tx_empty(struct uart_port *port)
136 static void atmel_set_mctrl(struct uart_port *port, u_int mctrl)
180 static u_int atmel_get_mctrl(struct uart_port *port)
204 static void atmel_stop_tx(struct uart_port *port)
214 static void atmel_start_tx(struct uart_port *port)
224 static void atmel_stop_rx(struct uart_port *por
[all...]
H A Dpxa.c53 struct uart_port port;
74 static void serial_pxa_enable_ms(struct uart_port *port)
82 static void serial_pxa_stop_tx(struct uart_port *port)
92 static void serial_pxa_stop_rx(struct uart_port *port)
199 static void serial_pxa_start_tx(struct uart_port *port)
250 static unsigned int serial_pxa_tx_empty(struct uart_port *port)
263 static unsigned int serial_pxa_get_mctrl(struct uart_port *port)
283 static void serial_pxa_set_mctrl(struct uart_port *port, unsigned int mctrl)
304 static void serial_pxa_break_ctl(struct uart_port *port, int break_state)
319 static int serial_pxa_startup(struct uart_port *por
[all...]
H A Ddz.c62 struct uart_port port;
104 static void dz_stop_tx(struct uart_port *uport)
117 static void dz_start_tx(struct uart_port *uport)
130 static void dz_stop_rx(struct uart_port *uport)
141 static void dz_enable_ms(struct uart_port *port)
343 static unsigned int dz_get_mctrl(struct uart_port *uport)
356 static void dz_set_mctrl(struct uart_port *uport, unsigned int mctrl)
378 static int dz_startup(struct uart_port *uport)
404 static void dz_shutdown(struct uart_port *uport)
421 static unsigned int dz_tx_empty(struct uart_port *upor
[all...]
H A Dserial_txx9.c74 struct uart_port port;
230 static void serial_txx9_stop_tx(struct uart_port *port)
236 static void serial_txx9_start_tx(struct uart_port *port)
242 static void serial_txx9_stop_rx(struct uart_port *port)
248 static void serial_txx9_enable_ms(struct uart_port *port)
253 static void serial_txx9_initialize(struct uart_port *port)
419 static unsigned int serial_txx9_tx_empty(struct uart_port *port)
432 static unsigned int serial_txx9_get_mctrl(struct uart_port *port)
443 static void serial_txx9_set_mctrl(struct uart_port *port, unsigned int mctrl)
453 static void serial_txx9_break_ctl(struct uart_port *por
[all...]
H A Dpnx8xxx_uart.c127 static void pnx8xxx_stop_tx(struct uart_port *port)
143 static void pnx8xxx_start_tx(struct uart_port *port)
159 static void pnx8xxx_stop_rx(struct uart_port *port)
175 static void pnx8xxx_enable_ms(struct uart_port *port)
311 static unsigned int pnx8xxx_tx_empty(struct uart_port *port)
318 static unsigned int pnx8xxx_get_mctrl(struct uart_port *port)
334 static void pnx8xxx_set_mctrl(struct uart_port *port, unsigned int mctrl)
341 static void pnx8xxx_break_ctl(struct uart_port *port, int break_state)
357 static int pnx8xxx_startup(struct uart_port *port)
391 static void pnx8xxx_shutdown(struct uart_port *por
[all...]
H A Dserial_core.c69 void uart_write_wakeup(struct uart_port *port)
83 struct uart_port *port = state->port;
94 struct uart_port *port = state->port;
104 struct uart_port *port = state->port;
119 uart_update_mctrl(struct uart_port *port, unsigned int set, unsigned int clear)
142 struct uart_port *port = state->port;
214 struct uart_port *port = state->port;
267 * @port: uart_port structure describing the port
275 uart_update_timeout(struct uart_port *port, unsigned int cflag,
317 * @port: uart_port structur
[all...]
H A Dsh-sci.h313 static inline unsigned int sci_##name##_in(struct uart_port *port) \
321 static inline void sci_##name##_out(struct uart_port *port, unsigned int value) \
331 static inline unsigned int sci_##name##_in(struct uart_port *port) \
335 static inline void sci_##name##_out(struct uart_port *port, unsigned int value) \
341 static inline unsigned int sci_##name##_in(struct uart_port* port) \
345 static inline void sci_##name##_out(struct uart_port* port, unsigned int value) \
467 static inline int sci_rxd_in(struct uart_port *port)
476 static inline int sci_rxd_in(struct uart_port *port)
487 static inline int sci_rxd_in(struct uart_port *port)
496 static inline int sci_rxd_in(struct uart_port *por
[all...]
H A Dsn_console.c93 struct uart_port sc_port;
232 * These functions are associated with the uart_port that the serial core
243 static const char *snp_type(struct uart_port *port)
253 static unsigned int snp_tx_empty(struct uart_port *port)
263 static void snp_stop_tx(struct uart_port *port)
272 static void snp_release_port(struct uart_port *port)
281 static void snp_enable_ms(struct uart_port *port)
290 static void snp_shutdown(struct uart_port *port)
300 static void snp_set_mctrl(struct uart_port *port, unsigned int mctrl)
309 static unsigned int snp_get_mctrl(struct uart_port *por
[all...]
H A Dicom.c619 static int icom_write(struct uart_port *port)
673 spin_lock(&icom_port->uart_port.lock);
681 icom_port->uart_port.icount.rng++;
683 icom_port->uart_port.icount.dsr++;
685 uart_handle_dcd_change(&icom_port->uart_port,
688 uart_handle_cts_change(&icom_port->uart_port,
691 wake_up_interruptible(&icom_port->uart_port.info->
695 spin_unlock(&icom_port->uart_port.lock);
712 icom_port->uart_port.icount.tx += count;
715 !uart_circ_empty(&icom_port->uart_port
[all...]
H A Dm32r_sio.c109 struct uart_port port;
123 void (*pm)(struct uart_port *port,
267 static void m32r_sio_stop_tx(struct uart_port *port)
277 static void m32r_sio_start_tx(struct uart_port *port)
301 static void m32r_sio_stop_rx(struct uart_port *port)
310 static void m32r_sio_enable_ms(struct uart_port *port)
594 static unsigned int m32r_sio_tx_empty(struct uart_port *port)
607 static unsigned int m32r_sio_get_mctrl(struct uart_port *port)
612 static void m32r_sio_set_mctrl(struct uart_port *port, unsigned int mctrl)
617 static void m32r_sio_break_ctl(struct uart_port *por
[all...]
H A D8250_hp300.c97 struct uart_port port;
168 struct uart_port port;
177 memset(&port, 0, sizeof(struct uart_port));
216 struct uart_port uport;
255 memset(&uport, 0, sizeof(struct uart_port));
H A Dip22zilog.c65 * We wrap our port structure around the generic uart_port.
68 struct uart_port port;
498 static __inline__ unsigned char ip22zilog_read_channel_status(struct uart_port *port)
511 static unsigned int ip22zilog_tx_empty(struct uart_port *port)
532 static unsigned int ip22zilog_get_mctrl(struct uart_port *port)
551 static void ip22zilog_set_mctrl(struct uart_port *port, unsigned int mctrl)
575 static void ip22zilog_stop_tx(struct uart_port *port)
583 static void ip22zilog_start_tx(struct uart_port *port)
625 static void ip22zilog_stop_rx(struct uart_port *port)
641 static void ip22zilog_enable_ms(struct uart_port *por
[all...]
H A D8250_acorn.c46 struct uart_port port;
65 memset(&port, 0, sizeof(struct uart_port));
H A Damba-pl010.c70 * We wrap our port structure around the generic uart_port.
73 struct uart_port port;
80 static void pl010_stop_tx(struct uart_port *port)
90 static void pl010_start_tx(struct uart_port *port)
100 static void pl010_stop_rx(struct uart_port *port)
110 static void pl010_enable_ms(struct uart_port *port)
265 static unsigned int pl010_tx_empty(struct uart_port *port)
272 static unsigned int pl010_get_mctrl(struct uart_port *port)
289 static void pl010_set_mctrl(struct uart_port *port, unsigned int mctrl)
297 static void pl010_break_ctl(struct uart_port *por
[all...]
H A Damba-pl011.c68 * We wrap our port structure around the generic uart_port.
71 struct uart_port port;
77 static void pl011_stop_tx(struct uart_port *port)
85 static void pl011_start_tx(struct uart_port *port)
93 static void pl011_stop_rx(struct uart_port *port)
102 static void pl011_enable_ms(struct uart_port *port)
253 static unsigned int pl01x_tx_empty(struct uart_port *port)
260 static unsigned int pl01x_get_mctrl(struct uart_port *port)
278 static void pl011_set_mctrl(struct uart_port *port, unsigned int mctrl)
301 static void pl011_break_ctl(struct uart_port *por
[all...]
H A Dimx.c189 struct uart_port port;
244 static void imx_stop_tx(struct uart_port *port)
256 static void imx_stop_rx(struct uart_port *port)
268 static void imx_enable_ms(struct uart_port *port)
297 static void imx_start_tx(struct uart_port *port)
426 static unsigned int imx_tx_empty(struct uart_port *port)
436 static unsigned int imx_get_mctrl(struct uart_port *port)
450 static void imx_set_mctrl(struct uart_port *port, unsigned int mctrl)
466 static void imx_break_ctl(struct uart_port *port, int break_state)
512 static int imx_startup(struct uart_port *por
[all...]
H A Dof_serial.c21 * Fill a struct uart_port for a given device node
24 int type, struct uart_port *port)
65 struct uart_port port;
H A Dsa1100.c94 struct uart_port port;
147 static void sa1100_stop_tx(struct uart_port *port)
160 static void sa1100_start_tx(struct uart_port *port)
173 static void sa1100_stop_rx(struct uart_port *port)
185 static void sa1100_enable_ms(struct uart_port *port)
326 static unsigned int sa1100_tx_empty(struct uart_port *port)
333 static unsigned int sa1100_get_mctrl(struct uart_port *port)
338 static void sa1100_set_mctrl(struct uart_port *port, unsigned int mctrl)
345 static void sa1100_break_ctl(struct uart_port *port, int break_state)
361 static int sa1100_startup(struct uart_port *por
[all...]
H A Dbfin_5xx.c80 static void bfin_serial_stop_tx(struct uart_port *port)
98 static void bfin_serial_start_tx(struct uart_port *port)
116 static void bfin_serial_stop_rx(struct uart_port *port)
129 static void bfin_serial_enable_ms(struct uart_port *port)
451 static unsigned int bfin_serial_tx_empty(struct uart_port *port)
463 static unsigned int bfin_serial_get_mctrl(struct uart_port *port)
477 static void bfin_serial_set_mctrl(struct uart_port *port, unsigned int mctrl)
520 static void bfin_serial_break_ctl(struct uart_port *port, int break_state)
532 static int bfin_serial_startup(struct uart_port *port)
593 static void bfin_serial_shutdown(struct uart_port *por
[all...]
H A Dsunsu.c81 struct uart_port port;
245 static void sunsu_stop_tx(struct uart_port *port)
260 static void sunsu_start_tx(struct uart_port *port)
278 static void sunsu_stop_rx(struct uart_port *port)
287 static void sunsu_enable_ms(struct uart_port *port)
470 sunsu_change_speed(struct uart_port *port, unsigned int cflag,
530 static unsigned int sunsu_tx_empty(struct uart_port *port)
543 static unsigned int sunsu_get_mctrl(struct uart_port *port)
563 static void sunsu_set_mctrl(struct uart_port *port, unsigned int mctrl)
582 static void sunsu_break_ctl(struct uart_port *por
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/serial/jsm/
H A Djsm_tty.c66 static unsigned int jsm_tty_tx_empty(struct uart_port *port)
74 static unsigned int jsm_tty_get_mctrl(struct uart_port *port)
96 static void jsm_tty_set_mctrl(struct uart_port *port, unsigned int mctrl)
118 static void jsm_tty_start_tx(struct uart_port *port)
130 static void jsm_tty_stop_tx(struct uart_port *port)
141 static void jsm_tty_send_xchar(struct uart_port *port, char ch)
157 static void jsm_tty_stop_rx(struct uart_port *port)
164 static void jsm_tty_break(struct uart_port *port, int break_state)
178 static int jsm_tty_open(struct uart_port *port)
266 static void jsm_tty_close(struct uart_port *por
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dserial.h182 struct uart_port; /* forward declaration */
183 extern int early_serial_setup(struct uart_port *port);
185 extern int serial8250_start_console(struct uart_port *port, char *options);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/serial/cpm_uart/
H A Dcpm_uart_core.c69 static int cpm_uart_tx_pump(struct uart_port *port);
126 static unsigned int cpm_uart_tx_empty(struct uart_port *port)
148 static void cpm_uart_set_mctrl(struct uart_port *port, unsigned int mctrl)
153 static unsigned int cpm_uart_get_mctrl(struct uart_port *port)
162 static void cpm_uart_stop_tx(struct uart_port *port)
179 static void cpm_uart_start_tx(struct uart_port *port)
207 static void cpm_uart_stop_rx(struct uart_port *port)
224 static void cpm_uart_enable_ms(struct uart_port *port)
232 static void cpm_uart_break_ctl(struct uart_port *port, int break_state)
249 static void cpm_uart_int_tx(struct uart_port *por
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/gt64120/wrppmc/
H A Dsetup.c103 struct uart_port up;
105 memset(&up, 0x00, sizeof(struct uart_port));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/mips-boards/atlas/
H A Datlas_setup.c73 struct uart_port s;

Completed in 222 milliseconds

12345