Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/hwmon/occ/
Dsysfs.c15 #define OCC_STAT_ACTIVE BIT(0) macro
43 val = !!(header->status & OCC_STAT_ACTIVE); in occ_sysfs_show()
129 if ((header->status & OCC_STAT_ACTIVE) != in occ_sysfs_poll_done()
130 (occ->prev_stat & OCC_STAT_ACTIVE)) { in occ_sysfs_poll_done()