Searched refs:flow (Results 26 - 50 of 85) sorted by relevance

1234

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/serial/
H A Dpnx8xxx_uart.c708 int flow = 'n'; local
720 uart_parse_options(options, &baud, &parity, &bits, &flow);
722 return uart_set_options(&sport->port, co, baud, parity, bits, flow);
H A Dpxa.c502 * CTS flow control flag and modem status interrupts
585 /* Wait up to 1s for flow control if necessary */
637 int flow = 'n'; local
644 uart_parse_options(options, &baud, &parity, &bits, &flow);
646 return uart_set_options(&up->port, co, baud, parity, bits, flow);
H A Dserial_ks8695.c575 int flow = 'n'; local
585 uart_parse_options(options, &baud, &parity, &bits, &flow);
589 return uart_set_options(port, co, baud, parity, bits, flow);
H A Dserial_lh7a40x.c583 int flow = 'n'; local
590 uart_parse_options (options, &baud, &parity, &bits, &flow);
594 return uart_set_options (port, co, baud, parity, bits, flow);
H A Dsh-sci.c1208 int flow = 'n'; local
1247 uart_parse_options(options, &baud, &parity, &bits, &flow);
1249 ret = uart_set_options(port, co, baud, parity, bits, flow);
1299 int flow = 'n'; local
1319 uart_parse_options(options, &baud, &parity, &bits, &flow);
1326 return uart_set_options(port, co, baud, parity, bits, flow);
H A Dbfin_5xx.c897 int flow = 'r'; local
899 int flow = 'n'; local
912 uart_parse_options(options, &baud, &parity, &bits, &flow);
916 return uart_set_options(&uart->port, co, baud, parity, bits, flow);
H A Damba-pl010.c621 int flow = 'n'; local
637 uart_parse_options(options, &baud, &parity, &bits, &flow);
641 return uart_set_options(&uap->port, co, baud, parity, bits, flow);
H A Damba-pl011.c655 int flow = 'n'; local
671 uart_parse_options(options, &baud, &parity, &bits, &flow);
675 return uart_set_options(&uap->port, co, baud, parity, bits, flow);
H A Datmel_serial.c582 /* CTS flow-control and modem-status interrupts */
818 int flow = 'n'; local
828 uart_parse_options(options, &baud, &parity, &bits, &flow);
832 return uart_set_options(port, co, baud, parity, bits, flow);
H A Dimx.c983 int flow = 'n'; local
995 uart_parse_options(options, &baud, &parity, &bits, &flow);
1001 return uart_set_options(&sport->port, co, baud, parity, bits, flow);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/irda/ircomm/
H A Dircomm_tty_attach.c298 IRDA_DEBUG(2, "%s(), flow-control = %d\n", __FUNCTION__ ,
379 self->flow = FLOW_STOP;
469 self->flow = FLOW_START;
500 self->flow = FLOW_START;
533 * flow-control, then declare the hardware as running. Otherwise we
H A Dircomm_core.c486 * Function ircomm_flow_request (self, flow)
491 void ircomm_flow_request(struct ircomm_cb *self, LOCAL_FLOW flow) argument
501 irttp_flow_request(self->tsap, flow);
H A Dircomm_tty.c389 self->flow = FLOW_STOP;
630 if(self->flow == FLOW_START)
802 * output buffers get emptied, or if the output flow control is acted.
821 * hw_stopped is the regular flow control.
890 /* Software flow control? */
894 /* Hardware flow control? */
921 /* Using software flow control? */
926 /* Using hardware flow control? */
1077 * flow control settings and other things
1164 if (self->tty->hw_stopped && (self->flow
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dcdk.h218 unsigned long flow; member in struct:asyport
H A Dnetfilter.h350 #include <net/flow.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/decnet/
H A Ddn_rules.c28 #include <net/flow.h>
H A Dsysctl_net_decnet.c23 #include <net/flow.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv6/netfilter/
H A Dip6t_REJECT.c28 #include <net/flow.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/irda/irnet/
H A Dirnet_irda.c1049 * flow control request... */
1075 * essential if I want to manage flow control smoothly... */
1085 return 0; /* Don't return an error code, only for flow control... */
1246 * Function irnet_flow_indication (instance, sap, flow)
1254 LOCAL_FLOW flow)
1259 DENTER(IRDA_TCB_TRACE, "(self=0x%p, flow=%d)\n", self, flow);
1262 self->tx_flow = flow;
1265 switch(flow)
1279 DEBUG(IRDA_CB_INFO, "Unknown flow comman
1252 irnet_flow_indication(void * instance, void * sap, LOCAL_FLOW flow) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/
H A Dip_fib.h19 #include <net/flow.h>
H A Droute.h29 #include <net/flow.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/irda/
H A Dirlmp.h245 void irlmp_flow_indication(struct lap_cb *self, LOCAL_FLOW flow);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/core/
H A Dflow.c0 /* flow.c: Generic flow cache.
24 #include <net/flow.h>
328 panic("NET: failed to allocate flow cache order %lu\n", order);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/irda/
H A Dirttp.c67 static void irttp_flow_indication(void *instance, void *sap, LOCAL_FLOW flow);
945 * get any LAP flow indication) and the user may be stopped as
997 static void irttp_flow_indication(void *instance, void *sap, LOCAL_FLOW flow) argument
1042 void irttp_flow_request(struct tsap_cb *self, LOCAL_FLOW flow) argument
1049 switch (flow) {
1051 IRDA_DEBUG(1, "%s(), flow stop\n", __FUNCTION__);
1055 IRDA_DEBUG(1, "%s(), flow start\n", __FUNCTION__);
1064 IRDA_DEBUG(1, "%s(), Unknown flow command!\n", __FUNCTION__);
1633 * starting to get filled by using the flow request, but this may
1774 * flow contro
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/serial/cpm_uart/
H A Dcpm_uart_core.c1163 int flow = 'n'; local
1193 uart_parse_options(options, &baud, &parity, &bits, &flow);
1219 uart_set_options(port, co, baud, parity, bits, flow);

Completed in 200 milliseconds

1234