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