Home
last modified time | relevance | path

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

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