Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-sensor-custom.c21 #define HID_CUSTOM_TOTAL_ATTRS (HID_CUSTOM_MAX_CORE_ATTRS + 1) macro
30 char attr_name[HID_CUSTOM_TOTAL_ATTRS][HID_CUSTOM_NAME_LENGTH];
31 struct attribute *attrs[HID_CUSTOM_TOTAL_ATTRS];
62 static struct attribute hid_custom_attrs[HID_CUSTOM_TOTAL_ATTRS] = {
579 while (j < HID_CUSTOM_TOTAL_ATTRS && in hid_sensor_custom_add_attributes()
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-sensor-custom.c23 #define HID_CUSTOM_TOTAL_ATTRS (HID_CUSTOM_MAX_CORE_ATTRS + 1) macro
33 char attr_name[HID_CUSTOM_TOTAL_ATTRS][HID_CUSTOM_NAME_LENGTH];
34 struct attribute *attrs[HID_CUSTOM_TOTAL_ATTRS];
66 static struct attribute hid_custom_attrs[HID_CUSTOM_TOTAL_ATTRS] = {
584 while (j < HID_CUSTOM_TOTAL_ATTRS && in hid_sensor_custom_add_attributes()

Completed in 4 milliseconds