Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/hwmon/
Dasus-ec-sensors.c637 static int find_ec_sensor_index(const struct ec_sensors_data *ec, in find_ec_sensor_index() function
892 int sidx = find_ec_sensor_index(state, type, channel); in asus_ec_hwmon_read()
912 int sensor_index = find_ec_sensor_index(state, type, channel); in asus_ec_hwmon_read_string()
924 return find_ec_sensor_index(state, type, channel) >= 0 ? S_IRUGO : 0; in asus_ec_hwmon_is_visible()