Searched refs:occ_active (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/hwmon/occ/ |
H A D | sysfs.c | 37 rc = occ_active(occ, active); in occ_active_store() 127 static SENSOR_DEVICE_ATTR(occ_active, 0644, occ_sysfs_show, occ_active_store,
|
H A D | common.h | 128 int occ_active(struct occ *occ, bool active);
|
H A D | common.c | 1150 int occ_active(struct occ *occ, bool active) in occ_active() function 1226 rc = occ_active(occ, true); in occ_setup()
|
/kernel/linux/linux-5.10/drivers/hwmon/occ/ |
H A D | sysfs.c | 84 static SENSOR_DEVICE_ATTR(occ_active, 0444, occ_sysfs_show, NULL, 1);
|
Completed in 4 milliseconds