Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dhid-sensor-hub.c77 collection->type == HID_COLLECTION_APPLICATION) in sensor_hub_get_physical_device_count()
734 collection->type == HID_COLLECTION_APPLICATION) { in sensor_hub_probe()
780 if (collection->type == HID_COLLECTION_APPLICATION && in sensor_hub_probe()
H A Dhid-core.c209 if (type == HID_COLLECTION_APPLICATION) in open_collection()
300 application = hid_lookup_collection(parser, HID_COLLECTION_APPLICATION); in hid_add_field()
869 type == HID_COLLECTION_APPLICATION)) in hid_scan_collection()
2358 if (col->type == HID_COLLECTION_APPLICATION && in hid_connect()
/linux/drivers/hid/usbhid/
H A Dhiddev.c631 HID_COLLECTION_APPLICATION && arg-- == 0) in hiddev_ioctl()
885 HID_COLLECTION_APPLICATION && in hiddev_connect()
/linux/include/linux/
H A Dhid.h106 #define HID_COLLECTION_APPLICATION 1 macro