Searched defs:ircomm_tty_cb (Results 1 – 1 of 1) sorted by relevance
57 struct ircomm_tty_cb { struct58 irda_queue_t queue; /* Must be first */59 magic_t magic;61 int state; /* Connect state */63 struct tty_struct *tty;64 struct ircomm_cb *ircomm; /* IrCOMM layer instance */66 struct sk_buff *tx_skb; /* Transmit buffer */67 struct sk_buff *ctrl_skb; /* Control data buffer */70 struct ircomm_params settings;72 __u8 service_type; /* The service that we support */[all …]