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