Lines Matching defs:dev_data
112 struct dev_data { struct
113 spinlock_t lock;
114 refcount_t count;
115 int udc_usage;
116 enum ep0_state state; /* P: lock */
117 struct usb_gadgetfs_event event [N_EVENT];
118 unsigned ev_next;
119 struct fasync_struct *fasync;
120 u8 current_config;
125 unsigned usermode_setup : 1,
149 static inline void get_dev (struct dev_data *data) in get_dev() argument