Home
last modified time | relevance | path

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

/linux/drivers/hwmon/occ/
H A 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,
H A Dcommon.h128 int occ_active(struct occ *occ, bool active);
H A Dcommon.c1106 int occ_active(struct occ *occ, bool active) in occ_active() function
1182 rc = occ_active(occ, true); in occ_setup()