maxcollection     144 drivers/hid/hid-core.c 	if (parser->device->maxcollection == parser->device->collection_size) {
maxcollection     166 drivers/hid/hid-core.c 		parser->device->maxcollection;
maxcollection     168 drivers/hid/hid-core.c 	collection_index = parser->device->maxcollection++;
maxcollection     691 drivers/hid/hid-core.c 	device->maxcollection = 0;
maxcollection    1967 drivers/hid/hid-core.c 	for (i = 0; i < hdev->maxcollection; i++) {
maxcollection    1870 drivers/hid/hid-input.c 		for (i = 0; i < hid->maxcollection; i++) {
maxcollection    1878 drivers/hid/hid-input.c 		if (i == hid->maxcollection)
maxcollection     118 drivers/hid/hid-plantronics.c 	for (i = 0; i < hdev->maxcollection; i++) {
maxcollection      75 drivers/hid/hid-sensor-hub.c 	for (i = 0; i < hdev->maxcollection; ++i) {
maxcollection     653 drivers/hid/hid-sensor-hub.c 	for (i = 0; i < hdev->maxcollection; ++i) {
maxcollection     625 drivers/hid/usbhid/hiddev.c 		for (i = 0; i < hid->maxcollection; i++)
maxcollection     630 drivers/hid/usbhid/hiddev.c 		if (i < hid->maxcollection)
maxcollection     803 drivers/hid/usbhid/hiddev.c 		if (cinfo.index >= hid->maxcollection)
maxcollection     806 drivers/hid/usbhid/hiddev.c 						 hid->maxcollection);
maxcollection     889 drivers/hid/usbhid/hiddev.c 		for (i = 0; i < hid->maxcollection; i++)
maxcollection     895 drivers/hid/usbhid/hiddev.c 		if (i == hid->maxcollection)
maxcollection     552 include/linux/hid.h 	unsigned maxcollection;						/* Number of parsed collections */