Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hwmon/occ/
H A Dsysfs.c14 #define OCC_STAT_MASTER BIT(7) macro
40 val = !!(header->status & OCC_STAT_MASTER); in occ_sysfs_show()
61 if (header->status & OCC_STAT_MASTER) in occ_sysfs_show()
123 if ((header->status & OCC_STAT_MASTER) != in occ_sysfs_poll_done()
124 (occ->prev_stat & OCC_STAT_MASTER)) { in occ_sysfs_poll_done()
159 if ((header->status & OCC_STAT_MASTER) && in occ_sysfs_poll_done()
/kernel/linux/linux-6.6/drivers/hwmon/occ/
H A 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()

Completed in 2 milliseconds