Searched refs:to_option (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | applesmc.c | 95 #define to_option(attr) (to_sensor_dev_attr(attr)->index >> 16) macro 846 scnprintf(newkey, sizeof(newkey), fan_speed_fmt[to_option(attr)], in applesmc_show_fan_speed() 869 scnprintf(newkey, sizeof(newkey), fan_speed_fmt[to_option(attr)], in applesmc_store_fan_speed()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | applesmc.c | 95 #define to_option(attr) (to_sensor_dev_attr(attr)->index >> 16) macro 846 scnprintf(newkey, sizeof(newkey), fan_speed_fmt[to_option(attr)], in applesmc_show_fan_speed() 869 scnprintf(newkey, sizeof(newkey), fan_speed_fmt[to_option(attr)], in applesmc_store_fan_speed()
|
Completed in 6 milliseconds