Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/hwmon/occ/
Dsysfs.c15 #define OCC_STAT_MASTER BIT(7) macro
62 val = !!(header->status & OCC_STAT_MASTER); in occ_sysfs_show()
84 if (header->status & OCC_STAT_MASTER) in occ_sysfs_show()
175 if ((header->status & OCC_STAT_MASTER) != in occ_sysfs_poll_done()
176 (occ->prev_stat & OCC_STAT_MASTER)) { in occ_sysfs_poll_done()
217 if ((header->status & OCC_STAT_MASTER) && in occ_sysfs_poll_done()