Home
last modified time | relevance | path

Searched refs:ircomm_flow_request (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/net/irda/
Dircomm_core.h103 void ircomm_flow_request(struct ircomm_cb *self, LOCAL_FLOW flow);
/linux-2.4.37.9/net/irda/ircomm/
Dircomm_tty.c903 ircomm_flow_request(self->ircomm, FLOW_STOP); in ircomm_tty_throttle()
934 ircomm_flow_request(self->ircomm, FLOW_START); in ircomm_tty_unthrottle()
1052 ircomm_flow_request(self->ircomm, FLOW_START); in ircomm_tty_start()
1068 ircomm_flow_request(self->ircomm, FLOW_STOP); in ircomm_tty_stop()
Dircomm_core.c470 void ircomm_flow_request(struct ircomm_cb *self, LOCAL_FLOW flow) in ircomm_flow_request() function