Searched refs:uart_set_options (Results 1 - 25 of 28) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dserial_core.h389 int uart_set_options(struct uart_port *port, struct console *co, int baud,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/serial/
H A D21285.c448 return uart_set_options(port, co, baud, parity, bits, flow);
H A Dclps711x.c514 return uart_set_options(port, co, baud, parity, bits, flow);
H A Duartlite.c378 return uart_set_options(port, co, baud, parity, bits, flow);
H A Dmpc52xx_uart.c671 return uart_set_options(port, co, baud, parity, bits, flow);
742 return uart_set_options(port, co, baud, parity, bits, flow);
H A Ddz.c725 return uart_set_options(&dport->port, co, baud, parity, bits, flow);
H A Dnetx-serial.c624 return uart_set_options(&sport->port, co, baud, parity, bits, flow);
H A Dpnx8xxx_uart.c722 return uart_set_options(&sport->port, co, baud, parity, bits, flow);
H A Dpxa.c646 return uart_set_options(&up->port, co, baud, parity, bits, flow);
H A Dserial_ks8695.c589 return uart_set_options(port, co, baud, parity, bits, flow);
H A Dserial_lh7a40x.c594 return uart_set_options (port, co, baud, parity, bits, flow);
H A Dsh-sci.c1249 ret = uart_set_options(port, co, baud, parity, bits, flow);
1326 return uart_set_options(port, co, baud, parity, bits, flow);
H A Damba-pl010.c641 return uart_set_options(&uap->port, co, baud, parity, bits, flow);
H A Damba-pl011.c675 return uart_set_options(&uap->port, co, baud, parity, bits, flow);
H A Datmel_serial.c832 return uart_set_options(port, co, baud, parity, bits, flow);
H A Dbfin_5xx.c916 return uart_set_options(&uart->port, co, baud, parity, bits, flow);
H A Dimx.c1001 return uart_set_options(&sport->port, co, baud, parity, bits, flow);
H A Dm32r_sio.c1090 return uart_set_options(port, co, baud, parity, bits, flow);
H A Dsa1100.c787 return uart_set_options(&sport->port, co, baud, parity, bits, flow);
H A Dserial_txx9.c900 return uart_set_options(port, co, baud, parity, bits, flow);
H A Dvr41xx_siu.c808 return uart_set_options(port, con, baud, parity, bits, flow);
H A Ds3c2410.c1848 return uart_set_options(port, co, baud, parity, bits, flow);
H A Dsunsu.c1325 return uart_set_options(port, co, baud, parity, bits, flow);
H A Dmpsc.c1688 return uart_set_options(&pi->port, co, baud, parity, bits, flow);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/serial/cpm_uart/
H A Dcpm_uart_core.c1219 uart_set_options(port, co, baud, parity, bits, flow);

Completed in 224 milliseconds

12