Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/hid/
Dhid-sensor-custom.c22 #define HID_CUSTOM_TOTAL_ATTRS (HID_CUSTOM_MAX_CORE_ATTRS + 1) macro
32 char attr_name[HID_CUSTOM_TOTAL_ATTRS][HID_CUSTOM_NAME_LENGTH];
33 struct attribute *attrs[HID_CUSTOM_TOTAL_ATTRS];
65 static struct attribute hid_custom_attrs[HID_CUSTOM_TOTAL_ATTRS] = {
583 while (j < HID_CUSTOM_TOTAL_ATTRS && in hid_sensor_custom_add_attributes()