Searched defs:collection_index (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-sensor-hub.c | 98 sensor_hub_get_callback( struct hid_device *hdev, u32 usage_id, int collection_index, struct hid_sensor_hub_device **hsdev, void **priv) sensor_hub_get_callback() argument
|
H A D | hid-core.c | 125 int collection_index; in open_collection() local
|
H A D | wacom_wac.c | 2843 wacom_report_events(struct hid_device *hdev, struct hid_report *report, int collection_index, int field_index) wacom_report_events() argument 2869 wacom_wac_collection(struct hid_device *hdev, struct hid_report *report, int collection_index, struct hid_field *field, int field_index) wacom_wac_collection() argument
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-sensor-hub.c | 97 sensor_hub_get_callback( struct hid_device *hdev, u32 usage_id, int collection_index, struct hid_sensor_hub_device **hsdev, void **priv) sensor_hub_get_callback() argument
|
H A D | hid-core.c | 123 int collection_index; in open_collection() local
|
H A D | wacom_wac.c | 2901 wacom_report_events(struct hid_device *hdev, struct hid_report *report, int collection_index, int field_index) wacom_report_events() argument 2927 wacom_wac_collection(struct hid_device *hdev, struct hid_report *report, int collection_index, struct hid_field *field, int field_index) wacom_wac_collection() argument
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | hid.h | 416 unsigned collection_index[HID_MAX_USAGES]; /* collection index array */ member 437 unsigned collection_index; /* index into collection array */ member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | hid.h | 448 unsigned collection_index[HID_MAX_USAGES]; /* collection index array */ member 469 unsigned collection_index; /* index into collection array */ member
|
Completed in 31 milliseconds