Searched defs:mpsse_priv (Results 1 – 1 of 1) sorted by relevance
15 struct mpsse_priv { struct16 struct gpio_chip gpio;17 struct usb_device *udev; /* USB device encompassing all MPSSEs */18 struct usb_interface *intf; /* USB interface for this MPSSE */19 u8 intf_id; /* USB interface number for this MPSSE */20 struct work_struct irq_work; /* polling work thread */21 struct mutex irq_mutex; /* lock over irq_data */22 atomic_t irq_type[16]; /* pin -> edge detection type */23 atomic_t irq_enabled;24 int id;[all …]