Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hid/
Dhid-sensor-hub.c89 if (collection->type == HID_COLLECTION_PHYSICAL || in sensor_hub_get_physical_device_count()
670 if (collection->type == HID_COLLECTION_PHYSICAL || in sensor_hub_probe()
Dhid-core.c261 field->physical = hid_lookup_collection(parser, HID_COLLECTION_PHYSICAL); in hid_add_field()
723 type == HID_COLLECTION_PHYSICAL) in hid_scan_collection()
Dhid-input.c1470 col->type == HID_COLLECTION_PHYSICAL) in hidinput_connect()
/linux-4.4.14/include/linux/
Dhid.h112 #define HID_COLLECTION_PHYSICAL 0 macro