Lines Matching defs:iguanair
19 struct iguanair { struct
20 struct rc_dev *rc;
22 struct device *dev;
23 struct usb_device *udev;
25 uint16_t version;
26 uint8_t bufsize;
27 uint8_t cycle_overhead;
30 bool receiver_on;
31 dma_addr_t dma_in, dma_out;
32 uint8_t *buf_in;
33 struct urb *urb_in, *urb_out;
34 struct completion completion;
37 bool tx_overflow;
38 uint32_t carrier;
39 struct send_packet *packet;
41 char name[64];
42 char phys[64];