Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/
H A Dgigabyte-wmi.c15 static u8 usable_sensors_mask; variable
94 return usable_sensors_mask & BIT(channel) ? 0444 : 0; in gigabyte_wmi_hwmon_is_visible()
135 usable_sensors_mask = gigabyte_wmi_detect_sensor_usability(wdev); in gigabyte_wmi_probe()
136 if (!usable_sensors_mask) { in gigabyte_wmi_probe()