Home
last modified time | relevance | path

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

/drivers/hwmon/occ/
Dsysfs.c58 val = header->occ_state; in occ_sysfs_show()
89 static SENSOR_DEVICE_ATTR(occ_state, 0444, occ_sysfs_show, NULL, 6);
Dcommon.h46 u8 occ_state; member
Dcommon.c158 if (header->occ_state == OCC_STATE_SAFE) { in occ_poll()