Searched refs:OCC_INIT_ATTR (Results 1 – 1 of 1) sorted by relevance
/drivers/hwmon/occ/ |
D | common.c | 716 #define OCC_INIT_ATTR(_name, _mode, _show, _store, _nr, _index) \ macro 818 attr->sensor = OCC_INIT_ATTR(attr->name, 0444, show_temp, NULL, in occ_setup_sensor_attrs() 831 attr->sensor = OCC_INIT_ATTR(attr->name, 0444, show_temp, NULL, in occ_setup_sensor_attrs() 838 attr->sensor = OCC_INIT_ATTR(attr->name, 0444, in occ_setup_sensor_attrs() 844 attr->sensor = OCC_INIT_ATTR(attr->name, 0444, in occ_setup_sensor_attrs() 854 attr->sensor = OCC_INIT_ATTR(attr->name, 0444, show_freq, NULL, in occ_setup_sensor_attrs() 859 attr->sensor = OCC_INIT_ATTR(attr->name, 0444, show_freq, NULL, in occ_setup_sensor_attrs() 878 attr->sensor = OCC_INIT_ATTR(attr->name, 0444, in occ_setup_sensor_attrs() 885 attr->sensor = OCC_INIT_ATTR(attr->name, 0444, in occ_setup_sensor_attrs() 892 attr->sensor = OCC_INIT_ATTR(attr->name, 0444, in occ_setup_sensor_attrs() [all …]
|