Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hid/
Dhid-sensor-hub.c90 collection->type == HID_COLLECTION_APPLICATION) in sensor_hub_get_physical_device_count()
671 collection->type == HID_COLLECTION_APPLICATION) { in sensor_hub_probe()
717 if (collection->type == HID_COLLECTION_APPLICATION && in sensor_hub_probe()
Dhid-core.c161 if (type == HID_COLLECTION_APPLICATION) in open_collection()
263 field->application = hid_lookup_collection(parser, HID_COLLECTION_APPLICATION); in hid_add_field()
1667 if (col->type == HID_COLLECTION_APPLICATION && in hid_connect()
Dhid-input.c1469 if (col->type == HID_COLLECTION_APPLICATION || in hidinput_connect()
/linux-4.4.14/drivers/hid/usbhid/
Dhiddev.c633 HID_COLLECTION_APPLICATION && arg-- == 0) in hiddev_ioctl()
888 HID_COLLECTION_APPLICATION && in hiddev_connect()
/linux-4.4.14/include/linux/
Dhid.h113 #define HID_COLLECTION_APPLICATION 1 macro