HomeSort by relevance Sort by last modified time
    Searched refs:fake_hid (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluez/input/
fakehid.h 24 struct fake_hid;
27 struct fake_hid { struct
33 int (*setup_uinput) (struct fake_input *fake, struct fake_hid *fake_hid);
36 struct fake_hid *get_fake_hid(uint16_t vendor, uint16_t product);
39 struct fake_hid *fake_hid);
fakehid.c 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))
    [all...]
device.c 468 struct fake_hid *fhid = iconn->fake->priv;
475 struct fake_hid *fhid = iconn->fake->priv;
609 struct fake_hid *fake_hid; local
637 fake_hid = get_fake_hid(req->vendor, req->product);
638 if (fake_hid) {
642 fake->priv = fake_hid;
643 err = fake_hid_connadd(fake, iconn->intr_io, fake_hid);

Completed in 3503 milliseconds