Searched defs:irtty_cb (Results 1 – 1 of 1) sorted by relevance
47 struct irtty_cb { struct48 irda_queue_t q; /* Must be first */49 magic_t magic;51 struct net_device *netdev; /* Yes! we are some kind of netdevice */52 struct irda_task *task;53 struct net_device_stats stats;55 struct tty_struct *tty;56 struct irlap_cb *irlap; /* The link layer we are binded to */58 chipio_t io; /* IrDA controller information */59 iobuff_t tx_buff; /* Transmit buffer */[all …]