Home
last modified time | relevance | path

Searched refs:occs_present (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwmon/occ/
H A Dsysfs.c62 val = hweight8(header->occs_present); in occ_sysfs_show()
90 static SENSOR_DEVICE_ATTR(occs_present, 0444, occ_sysfs_show, NULL, 7);
160 header->occs_present != occ->prev_occs_present) { in occ_sysfs_poll_done()
176 occ->prev_occs_present = header->occs_present; in occ_sysfs_poll_done()
H A Dcommon.h44 u8 occs_present; member
/kernel/linux/linux-6.6/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

Completed in 2 milliseconds