Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hid/
Dhid-sensor-hub.c77 if (collection->type == HID_COLLECTION_PHYSICAL || in sensor_hub_get_physical_device_count()
662 if (collection->type == HID_COLLECTION_PHYSICAL || in sensor_hub_probe()
Dhid-core.c307 field->physical = hid_lookup_collection(parser, HID_COLLECTION_PHYSICAL); in hid_add_field()
802 type == HID_COLLECTION_PHYSICAL) in hid_scan_collection()
Dhid-input.c1906 col->type == HID_COLLECTION_PHYSICAL) in hidinput_connect()
/kernel/linux/linux-5.10/include/linux/
Dhid.h102 #define HID_COLLECTION_PHYSICAL 0 macro