Searched defs:fake_hid (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/bluez/input/
H A Dfakehid.h24 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);
H A Dfakehid.c275 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
274 ps3remote_setup_uinput(struct fake_input *fake, struct fake_hid *fake_hid) argument
373 fake_hid_connadd(struct fake_input *fake, GIOChannel *intr_io, struct fake_hid *fake_hid) argument
[all...]
H A Ddevice.c468 struct fake_hid *fhid = iconn->fake->priv;
475 struct fake_hid *fhid = iconn->fake->priv;
608 struct fake_hid *fake_hid; local
636 fake_hid = get_fake_hid(req->vendor, req->product);
637 if (fake_hid) {
641 fake->priv = fake_hid;
642 err = fake_hid_connadd(fake, iconn->intr_io, fake_hid);

Completed in 657 milliseconds