Searched refs:hidg (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Df_hid.c139 struct f_hidg *hidg = file->private_data; local
149 spin_lock_irqsave(&hidg->spinlock, flags);
151 #define READ_COND (hidg->set_report_buff != NULL)
154 spin_unlock_irqrestore(&hidg->spinlock, flags);
158 if (wait_event_interruptible(hidg->read_queue, READ_COND))
161 spin_lock_irqsave(&hidg->spinlock, flags);
165 count = min_t(unsigned, count, hidg->set_report_length);
166 tmp_buff = hidg->set_report_buff;
167 hidg->set_report_buff = NULL;
169 spin_unlock_irqrestore(&hidg
183 struct f_hidg *hidg = (struct f_hidg *)ep->driver_data; local
197 struct f_hidg *hidg = file->private_data; local
254 struct f_hidg *hidg = file->private_data; local
280 struct f_hidg *hidg = local
293 struct f_hidg *hidg = (struct f_hidg *)req->context; local
322 struct f_hidg *hidg = func_to_hidg(f); local
406 struct f_hidg *hidg = func_to_hidg(f); local
417 struct f_hidg *hidg = func_to_hidg(f); local
453 struct f_hidg *hidg = func_to_hidg(f); local
548 struct f_hidg *hidg = func_to_hidg(f); local
594 struct f_hidg *hidg; local
[all...]

Completed in 76 milliseconds