Home
last modified time | relevance | path

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

/linux/Documentation/hwmon/
A 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/include/linux/platform_data/
A Dds620.h19 int pomode; member
/linux/drivers/hwmon/
A 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()

Completed in 5 milliseconds