Home
last modified time | relevance | path

Searched refs:collection_index (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/include/linux/
Dhid.h349 unsigned collection_index[HID_MAX_USAGES]; /* collection index array */ member
369 unsigned collection_index; /* index into collection array */ member
/linux-2.6.39/drivers/hid/
Dhid-core.c203 parser->local.collection_index[parser->local.usage_index] = in hid_add_usage()
255 field->usage[i].collection_index = in hid_add_field()
256 parser->local.collection_index[j]; in hid_add_field()
/linux-2.6.39/drivers/hid/usbhid/
Dhiddev.c526 i = field->usage[uref->usage_index].collection_index; in hiddev_ioctl_usage()
Dhid-pidff.c843 i = report->field[0]->usage[0].collection_index; in pidff_find_reports()