Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/hwmon/occ/
Dsysfs.c81 val = header->occ_state; in occ_sysfs_show()
133 static SENSOR_DEVICE_ATTR(occ_state, 0444, occ_sysfs_show, NULL, 6);
Dcommon.h46 u8 occ_state; member
Dcommon.c164 if (header->occ_state == OCC_STATE_SAFE) { in occ_poll()