Searched refs:AWCC_ID_BITMAP_SIZE (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/platform/x86/dell/ |
| H A D | alienware-wmi-wmax.c | 56 #define AWCC_ID_BITMAP_SIZE (U8_MAX + 1) macro 57 #define AWCC_ID_BITMAP_LONGS BITS_TO_LONGS(AWCC_ID_BITMAP_SIZE) 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() 1157 bitmap_zero(fan_temps, AWCC_ID_BITMAP_SIZE); in awcc_hwmon_fans_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()
|