Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/hid/
Dhid-sensor-hub.c77 collection->type == HID_COLLECTION_APPLICATION) in sensor_hub_get_physical_device_count()
661 collection->type == HID_COLLECTION_APPLICATION) { in sensor_hub_probe()
707 if (collection->type == HID_COLLECTION_APPLICATION && in sensor_hub_probe()
Dhid-core.c179 if (type == HID_COLLECTION_APPLICATION) in open_collection()
269 application = hid_lookup_collection(parser, HID_COLLECTION_APPLICATION); in hid_add_field()
2209 if (col->type == HID_COLLECTION_APPLICATION && in hid_connect()
Dhid-input.c2199 if (col->type == HID_COLLECTION_APPLICATION || in hidinput_connect()
/Linux-v6.1/drivers/hid/usbhid/
Dhiddev.c631 HID_COLLECTION_APPLICATION && arg-- == 0) in hiddev_ioctl()
885 HID_COLLECTION_APPLICATION && in hiddev_connect()
/Linux-v6.1/include/linux/
Dhid.h103 #define HID_COLLECTION_APPLICATION 1 macro