Lines Matching defs:sensors
21 * Driver for USB Power Devices sensors
30 #include <sys/sensors.h>
95 struct upd_sensor_head sensors; /* List in dependency order */
103 struct upd_sensor_head children; /* list of children sensors */
198 SLIST_INIT(&sc->sc_reports[i].sensors);
265 if (SLIST_EMPTY(&report->sensors))
268 SLIST_INSERT_HEAD(&report->sensors, sensor, rep_next);
301 /* request root sensors, do not let async handlers fire yet */
327 /* request failed, force-invalidate all sensors in report */
383 SLIST_FOREACH(sensor, &report->sensors, rep_next)
386 SLIST_FOREACH(sensor, &report->sensors, rep_next)