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