Home
last modified time | relevance | path

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

/linux/drivers/hwmon/ !
H A Dftsteutates.c81 u8 fan_source[FTS_NO_FAN_SENSORS]; member
186 data->fan_source[i] = err; in fts_update_device()
189 data->fan_source[i] = FTS_FAN_SOURCE_INVALID; in fts_update_device()
427 u8 fan_source = data->fan_source[channel]; in fts_read() local
429 if (fan_source == FTS_FAN_SOURCE_INVALID || fan_source >= BITS_PER_LONG) in fts_read()
432 *val = BIT(fan_source); in fts_read()