Home
last modified time | relevance | path

Searched refs:nct6775_attr_mode (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/hwmon/
H A Dnct6775.h219 static inline umode_t nct6775_attr_mode(struct nct6775_data *data, struct attribute *attr) in nct6775_attr_mode() function
H A Dnct6775-core.c1925 return nct6775_attr_mode(data, attr); in nct6775_in_is_visible()
2158 return nct6775_attr_mode(data, attr); in nct6775_fan_is_visible()
2382 return nct6775_attr_mode(data, attr); in nct6775_temp_is_visible()
2449 return (data->have_tsi_temp & BIT(temp)) ? nct6775_attr_mode(data, attr) : 0; in nct6775_tsi_temp_is_visible()
3308 return nct6775_attr_mode(data, attr); in nct6775_pwm_is_visible()
H A Dnct6775-platform.c819 return nct6775_attr_mode(data, attr); in nct6775_other_is_visible()