Searched refs:ircomm_cb (Results 1 – 5 of 5) sorted by relevance
/include/net/irda/ |
D | ircomm_core.h | 41 struct ircomm_cb; /* Forward decl. */ 48 int (*data_request)(struct ircomm_cb *, struct sk_buff *, int clen); 49 int (*connect_request)(struct ircomm_cb *, struct sk_buff *, 51 int (*connect_response)(struct ircomm_cb *, struct sk_buff *); 52 int (*disconnect_request)(struct ircomm_cb *, struct sk_buff *, 56 struct ircomm_cb { struct 86 struct ircomm_cb *ircomm_open(notify_t *notify, __u8 service_type, int line); argument 87 int ircomm_close(struct ircomm_cb *self); 89 int ircomm_data_request(struct ircomm_cb *self, struct sk_buff *skb); 90 void ircomm_data_indication(struct ircomm_cb *self, struct sk_buff *skb); [all …]
|
D | ircomm_event.h | 79 struct ircomm_cb; /* Forward decl. */ 81 int ircomm_do_event(struct ircomm_cb *self, IRCOMM_EVENT event, 83 void ircomm_next_state(struct ircomm_cb *self, IRCOMM_STATE state);
|
D | ircomm_lmp.h | 36 int ircomm_open_lsap(struct ircomm_cb *self);
|
D | ircomm_ttp.h | 36 int ircomm_open_tsap(struct ircomm_cb *self);
|
D | ircomm_tty.h | 70 struct ircomm_cb *ircomm; /* IrCOMM layer instance */
|