Lines Matching defs:ircomm_tty_cb
56 struct ircomm_tty_cb { struct
57 irda_queue_t queue; /* Must be first */
58 struct tty_port port;
59 magic_t magic;
61 int state; /* Connect state */
63 struct ircomm_cb *ircomm; /* IrCOMM layer instance */
65 struct sk_buff *tx_skb; /* Transmit buffer */
66 struct sk_buff *ctrl_skb; /* Control data buffer */
69 struct ircomm_params settings;
71 __u8 service_type; /* The service that we support */
72 int client; /* True if we are a client */
73 LOCAL_FLOW flow; /* IrTTP flow status */
75 int line;
77 __u8 dlsap_sel;
78 __u8 slsap_sel;
80 __u32 saddr;
104 void ircomm_tty_check_modem_status(struct ircomm_tty_cb *self); argument