Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/hid/
Dhid-sensor-custom.c593 struct device_attribute *device_attr; in hid_sensor_custom_add_attributes() local
595 device_attr = &sensor_inst->fields[i].sd_attrs[j]; in hid_sensor_custom_add_attributes()
601 sysfs_attr_init(&device_attr->attr); in hid_sensor_custom_add_attributes()
602 device_attr->attr.name = in hid_sensor_custom_add_attributes()
604 device_attr->attr.mode = hid_custom_attrs[j].mode; in hid_sensor_custom_add_attributes()
605 device_attr->show = show_value; in hid_sensor_custom_add_attributes()
607 device_attr->store = store_value; in hid_sensor_custom_add_attributes()
608 sensor_inst->fields[i].attrs[j] = &device_attr->attr; in hid_sensor_custom_add_attributes()
/linux-4.19.296/include/rdma/
Dib_verbs.h2307 struct ib_device_attr *device_attr,