Home
last modified time | relevance | path

Searched defs:ircomm_tty_cb (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/include/net/irda/
Dircomm_tty.h57 struct ircomm_tty_cb { struct
58 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 …]