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