Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/hwmon/occ/
Dsysfs.c37 rc = occ_active(occ, active); in occ_active_store()
127 static SENSOR_DEVICE_ATTR(occ_active, 0644, occ_sysfs_show, occ_active_store,
Dcommon.h128 int occ_active(struct occ *occ, bool active);
Dcommon.c1153 int occ_active(struct occ *occ, bool active) in occ_active() function