Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/hid/ !
Dhid-sensor-hub.c90 if (collection->type == HID_COLLECTION_PHYSICAL || in sensor_hub_get_physical_device_count()
675 if (collection->type == HID_COLLECTION_PHYSICAL || in sensor_hub_probe()
Dhid-core.c311 field->physical = hid_lookup_collection(parser, HID_COLLECTION_PHYSICAL); in hid_add_field()
805 type == HID_COLLECTION_PHYSICAL) in hid_scan_collection()
Dhid-input.c1766 col->type == HID_COLLECTION_PHYSICAL) in hidinput_connect()
/linux-4.19.296/include/linux/ !
Dhid.h114 #define HID_COLLECTION_PHYSICAL 0 macro