Searched refs:show_caps (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/hwmon/occ/ |
D | common.c | 790 ssize_t (*show_caps)(struct device *, struct device_attribute *, in occ_setup_sensor_attrs() local 843 show_caps = occ_show_caps_3; in occ_setup_sensor_attrs() 1010 attr->sensor = OCC_INIT_ATTR(attr->name, 0444, show_caps, NULL, in occ_setup_sensor_attrs() 1015 attr->sensor = OCC_INIT_ATTR(attr->name, 0444, show_caps, NULL, in occ_setup_sensor_attrs() 1020 attr->sensor = OCC_INIT_ATTR(attr->name, 0444, show_caps, NULL, in occ_setup_sensor_attrs() 1026 attr->sensor = OCC_INIT_ATTR(attr->name, 0444, show_caps, NULL, in occ_setup_sensor_attrs() 1031 attr->sensor = OCC_INIT_ATTR(attr->name, 0444, show_caps, NULL, in occ_setup_sensor_attrs() 1036 attr->sensor = OCC_INIT_ATTR(attr->name, 0444, show_caps, NULL, in occ_setup_sensor_attrs() 1042 attr->sensor = OCC_INIT_ATTR(attr->name, 0644, show_caps, in occ_setup_sensor_attrs() 1050 show_caps, NULL, 7, 0); in occ_setup_sensor_attrs() [all …]
|