Home
last modified time | relevance | path

Searched refs:occs_present (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/hwmon/occ/
H A Dsysfs.c85 val = hweight8(header->occs_present); in occ_sysfs_show()
134 static SENSOR_DEVICE_ATTR(occs_present, 0444, occ_sysfs_show, NULL, 7);
218 header->occs_present != occ->prev_occs_present) { in occ_sysfs_poll_done()
244 occ->prev_occs_present = header->occs_present; in occ_sysfs_poll_done()
H A Dcommon.h44 u8 occs_present; member