Home
last modified time | relevance | path

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

/Linux-v6.6/Documentation/hwmon/
Dds620.rst29 (struct ds620_platform_data) .pomode == 0 (default), the thermostat output pin
30 PO is always low. If .pomode == 1, the thermostat is in PO_LOW mode. I.e., the
34 Likewise, with .pomode == 2, the thermostat is in PO_HIGH mode. I.e., the PO
/Linux-v6.6/include/linux/platform_data/
Dds620.h19 int pomode; member
/Linux-v6.6/drivers/hwmon/
Dds620.c78 if (ds620_info && ds620_info->pomode == 1) in ds620_init_client()
80 else if (ds620_info && ds620_info->pomode == 2) in ds620_init_client()