Searched refs:ircomm_flow_request (Results 1 – 3 of 3) sorted by relevance
103 void ircomm_flow_request(struct ircomm_cb *self, LOCAL_FLOW flow);
903 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()
470 void ircomm_flow_request(struct ircomm_cb *self, LOCAL_FLOW flow) in ircomm_flow_request() function