Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/hid/
Dhid-sensor-hub.c76 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.c309 field->physical = hid_lookup_collection(parser, HID_COLLECTION_PHYSICAL); in hid_add_field()
806 (type == HID_COLLECTION_PHYSICAL || in hid_scan_collection()
Dhid-input.c2293 col->type == HID_COLLECTION_PHYSICAL) in hidinput_connect()
/Linux-v6.6/include/linux/
Dhid.h103 #define HID_COLLECTION_PHYSICAL 0 macro