Searched defs:w83977af_ir (Results 1 – 1 of 1) sorted by relevance
168 struct w83977af_ir { struct169 struct st_fifo st_fifo;171 int tx_buff_offsets[10]; /* Offsets between frames in tx_buff */172 int tx_len; /* Number of frames in tx_buff */174 struct net_device *netdev; /* Yes! we are some kind of netdevice */176 struct irlap_cb *irlap; /* The link layer we are binded to */177 struct qos_info qos; /* QoS capabilities for this device */179 chipio_t io; /* IrDA controller information */180 iobuff_t tx_buff; /* Transmit buffer */181 iobuff_t rx_buff; /* Receive buffer */[all …]