Home | History | Annotate | Download | only in input

Lines Matching refs:fake_hid

275 				  struct fake_hid *fake_hid)
295 dev.id.vendor = fake_hid->vendor;
296 dev.id.product = fake_hid->product;
342 static struct fake_hid fake_hid_table[] = {
357 struct fake_hid *fhid)
362 struct fake_hid *get_fake_hid(uint16_t vendor, uint16_t product)
374 struct fake_hid *fake_hid)
376 if (fake_hid->setup_uinput(fake, fake_hid)) {
384 (GIOFunc) fake_hid->event, fake);