Lines Matching defs:upd_sensor
91 SLIST_HEAD(upd_sensor_head, upd_sensor);
99 struct upd_sensor {
104 SLIST_ENTRY(upd_sensor) dep_next; /* next in the child list */
105 SLIST_ENTRY(upd_sensor) rep_next; /* next in the report list */
118 struct upd_sensor *sc_sensors;
133 void upd_sensor_invalidate(struct upd_softc *, struct upd_sensor *);
134 void upd_sensor_update(struct upd_softc *, struct upd_sensor *, uint8_t *, int);
137 struct upd_sensor *upd_lookup_sensor(struct upd_softc *, int, int);
200 sizeof(struct upd_sensor), M_USBDEV, M_WAITOK | M_ZERO);
229 struct upd_sensor *sensor;
276 struct upd_sensor *sensor;
291 free(sc->sc_sensors, M_USBDEV, UPD_MAX_SENSORS * sizeof(struct upd_sensor));
310 struct upd_sensor *sensor;
356 struct upd_sensor *
359 struct upd_sensor *sensor = NULL;
376 struct upd_sensor *sensor;
393 upd_sensor_invalidate(struct upd_softc *sc, struct upd_sensor *sensor)
395 struct upd_sensor *child;
405 upd_sensor_update(struct upd_softc *sc, struct upd_sensor *sensor,
408 struct upd_sensor *child;