Searched refs:show_caps (Results 1 – 1 of 1) sorted by relevance
/drivers/hwmon/occ/ |
D | common.c | 737 ssize_t (*show_caps)(struct device *, struct device_attribute *, in occ_setup_sensor_attrs() local 783 show_caps = occ_show_caps_3; in occ_setup_sensor_attrs() 943 attr->sensor = OCC_INIT_ATTR(attr->name, 0444, show_caps, NULL, in occ_setup_sensor_attrs() 948 attr->sensor = OCC_INIT_ATTR(attr->name, 0444, show_caps, NULL, in occ_setup_sensor_attrs() 953 attr->sensor = OCC_INIT_ATTR(attr->name, 0444, show_caps, NULL, in occ_setup_sensor_attrs() 959 attr->sensor = OCC_INIT_ATTR(attr->name, 0444, show_caps, NULL, in occ_setup_sensor_attrs() 964 attr->sensor = OCC_INIT_ATTR(attr->name, 0444, show_caps, NULL, in occ_setup_sensor_attrs() 969 attr->sensor = OCC_INIT_ATTR(attr->name, 0444, show_caps, NULL, in occ_setup_sensor_attrs() 975 attr->sensor = OCC_INIT_ATTR(attr->name, 0644, show_caps, in occ_setup_sensor_attrs() 983 show_caps, NULL, 7, 0); in occ_setup_sensor_attrs()
|