Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hwmon/
Dapplesmc.c103 #define to_option(attr) (to_sensor_dev_attr(attr)->index >> 16) macro
814 sprintf(newkey, fan_speed_fmt[to_option(attr)], to_index(attr)); in applesmc_show_fan_speed()
837 sprintf(newkey, fan_speed_fmt[to_option(attr)], to_index(attr)); in applesmc_store_fan_speed()