Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/dell/
H A Dalienware-wmi-wmax.c358 unsigned long temp_sensors[AWCC_ID_BITMAP_LONGS]; member
829 temp_count = bitmap_weight(priv->temp_sensors, AWCC_ID_BITMAP_SIZE); in awcc_hwmon_is_visible()
852 temp = find_nth_bit(priv->temp_sensors, AWCC_ID_BITMAP_SIZE, channel); in awcc_hwmon_read()
916 temp = find_nth_bit(priv->temp_sensors, AWCC_ID_BITMAP_SIZE, channel); in awcc_hwmon_read_string()
1113 __set_bit(id, priv->temp_sensors); in awcc_hwmon_temps_init()
1172 bitmap_gather(gather, fan_temps, priv->temp_sensors, AWCC_ID_BITMAP_SIZE); in awcc_hwmon_fans_init()
1406 for_each_set_bit(bit, priv->temp_sensors, AWCC_ID_BITMAP_SIZE) in awcc_debugfs_hwmon_data_read()