Home
last modified time | relevance | path

Searched refs:OCC_EXT_STAT_DVFS_OT (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwmon/occ/
H A Dsysfs.c18 #define OCC_EXT_STAT_DVFS_OT BIT(7) macro
46 val = !!(header->ext_status & OCC_EXT_STAT_DVFS_OT); in occ_sysfs_show()
135 if ((header->ext_status & OCC_EXT_STAT_DVFS_OT) != in occ_sysfs_poll_done()
136 (occ->prev_ext_stat & OCC_EXT_STAT_DVFS_OT)) { in occ_sysfs_poll_done()
/kernel/linux/linux-6.6/drivers/hwmon/occ/
H A Dsysfs.c18 #define OCC_EXT_STAT_DVFS_OT BIT(7) macro
68 val = !!(header->ext_status & OCC_EXT_STAT_DVFS_OT); in occ_sysfs_show()
181 if ((header->ext_status & OCC_EXT_STAT_DVFS_OT) != in occ_sysfs_poll_done()
182 (occ->prev_ext_stat & OCC_EXT_STAT_DVFS_OT)) { in occ_sysfs_poll_done()

Completed in 2 milliseconds