Lines Matching defs:w83977af_ir
168 struct w83977af_ir { struct
169 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 */
182 dma_addr_t tx_buff_dma;
183 dma_addr_t rx_buff_dma;
188 spinlock_t lock; /* For serializing operations */
190 __u32 new_speed;