Searched refs:occ_active (Results 1 – 3 of 3) sorted by relevance
37 rc = occ_active(occ, active); in occ_active_store()127 static SENSOR_DEVICE_ATTR(occ_active, 0644, occ_sysfs_show, occ_active_store,
128 int occ_active(struct occ *occ, bool active);
1153 int occ_active(struct occ *occ, bool active) in occ_active() function