Searched refs:PORT_UNKNOWN (Results 1 - 25 of 39) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/irda/
H A Dirport.h42 #define PORT_UNKNOWN 0 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/serial/
H A Dof_serial.c78 case PORT_UNKNOWN:
118 { .type = "serial", .data = (void *)PORT_UNKNOWN, },
H A Dserial_core.c156 if (port->type == PORT_UNKNOWN)
427 if (!tty || !tty->termios || port->type == PORT_UNKNOWN)
747 if (old_type != PORT_UNKNOWN)
760 if (port->type != PORT_UNKNOWN) {
771 if (retval && old_type != PORT_UNKNOWN) {
784 port->type = PORT_UNKNOWN;
811 if (port->type == PORT_UNKNOWN)
911 if (port->type != PORT_UNKNOWN)
941 if (port->type != PORT_UNKNOWN)
1296 if (port->type == PORT_UNKNOWN || por
[all...]
H A Dsunsu.c1015 up->type_probed = PORT_UNKNOWN;
1075 up->port.type = PORT_UNKNOWN;
1133 if (up->port.type == PORT_UNKNOWN)
1180 if (up->port.type == PORT_UNKNOWN)
1428 up->port.type = PORT_UNKNOWN;
1448 if (up->port.type == PORT_UNKNOWN)
1478 } else if (up->port.type != PORT_UNKNOWN) {
H A D8250.c144 [PORT_UNKNOWN] = {
1074 up->port.type = PORT_UNKNOWN;
1120 if (up->port.type == PORT_UNKNOWN)
2300 if (up->port.type != PORT_UNKNOWN && flags & UART_CONFIG_IRQ)
2305 if (up->port.type == PORT_UNKNOWN)
2313 ser->baud_base < 9600 || ser->type < PORT_UNKNOWN ||
2675 if (up->port.type != PORT_UNKNOWN && up->port.dev == &dev->dev)
2689 if (up->port.type != PORT_UNKNOWN && up->port.dev == &dev->dev)
2737 if (serial8250_ports[i].port.type == PORT_UNKNOWN &&
2746 if (serial8250_ports[i].port.type == PORT_UNKNOWN)
[all...]
H A D8250_hp300.c112 port.type = PORT_UNKNOWN;
H A Dv850e_uart.c444 if (ser->type != PORT_UNKNOWN && ser->type != PORT_V850E_UART)
H A Dserial_txx9.c1014 uart->port.type = PORT_UNKNOWN;
1075 if (up->port.type != PORT_UNKNOWN && up->port.dev == &dev->dev)
1089 if (up->port.type != PORT_UNKNOWN && up->port.dev == &dev->dev)
H A D21285.c334 if (ser->type != PORT_UNKNOWN && ser->type != PORT_21285)
H A Duartlite.c446 port->type = PORT_UNKNOWN;
H A Dm32r_sio.c138 [PORT_UNKNOWN] = {
918 ser->baud_base < 9600 || ser->type < PORT_UNKNOWN ||
H A Dvr41xx_siu.c175 return PORT_UNKNOWN;
717 if (port->type == PORT_UNKNOWN)
H A Ddz.c576 if (ser->type != PORT_UNKNOWN && ser->type != PORT_DZ)
H A Dnetx-serial.c462 if (ser->type != PORT_UNKNOWN && ser->type != PORT_NETX)
H A Dpnx8xxx_uart.c587 * even then only between PORT_PNX8XXX and PORT_UNKNOWN
595 if (ser->type != PORT_UNKNOWN && ser->type != PORT_PNX8XXX)
H A Dserial_ks8695.c475 if (ser->type != PORT_UNKNOWN && ser->type != PORT_KS8695)
H A Dserial_lh7a40x.c445 if (ser->type != PORT_UNKNOWN && ser->type != PORT_LH7A40X)
H A Dsh-sci.c1453 if (p->type != PORT_UNKNOWN && p->port.dev == &dev->dev)
1467 if (p->type != PORT_UNKNOWN && p->port.dev == &dev->dev)
H A D68360serial.c96 * The "type" field is currently set to 0, for PORT_UNKNOWN. It is
1642 if (info->state->type == PORT_UNKNOWN)
1916 if (!state->port || (state->type == PORT_UNKNOWN)) {
2474 state->type = PORT_UNKNOWN;
H A Damba-pl010.c515 if (ser->type != PORT_UNKNOWN && ser->type != PORT_AMBA)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/vr41xx/common/
H A Dsiu.c31 PORT_UNKNOWN,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dserial.h65 #define PORT_UNKNOWN 0 macro
H A Dserial_core.h26 #define PORT_UNKNOWN 0 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dgeneric_serial.c916 sio.type = PORT_UNKNOWN;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/hp/sim/
H A Dsimserial.c979 if (state->type == PORT_UNKNOWN) continue;

Completed in 401 milliseconds

12