Home
last modified time | relevance | path

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

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