Lines Matching defs:dev_data
121 struct dev_data { struct
122 spinlock_t lock;
123 refcount_t count;
124 int udc_usage;
125 enum ep0_state state; /* P: lock */
126 struct usb_gadgetfs_event event [N_EVENT];
127 unsigned ev_next;
128 struct fasync_struct *fasync;
129 u8 current_config;
134 unsigned usermode_setup : 1,
158 static inline void get_dev (struct dev_data *data) in get_dev() argument