Lines Matching refs:igorplugusb
22 #define DRIVER_NAME "igorplugusb"
32 struct igorplugusb {
46 static void igorplugusb_cmd(struct igorplugusb *ir, int cmd);
48 static void igorplugusb_irdata(struct igorplugusb *ir, unsigned len)
56 * If more than 36 pulses and spaces follow each other, the igorplugusb
97 struct igorplugusb *ir = urb->context;
122 static void igorplugusb_cmd(struct igorplugusb *ir, int cmd)
135 struct igorplugusb *ir = from_timer(ir, t, timer);
146 struct igorplugusb *ir;
232 struct igorplugusb *ir = usb_get_intfdata(intf);