Lines Matching defs:upd_softc
108 struct upd_softc {
124 void upd_attach_sensor_tree(struct upd_softc *, void *, int, int,
130 void upd_request_children(struct upd_softc *, struct upd_sensor_head *);
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);
144 sizeof(struct upd_softc), upd_match, upd_attach, upd_detach
178 struct upd_softc *sc = (struct upd_softc *)self;
223 upd_attach_sensor_tree(struct upd_softc *sc, void *desc, int size,
275 struct upd_softc *sc = (struct upd_softc *)self;
298 struct upd_softc *sc = arg;
308 upd_request_children(struct upd_softc *sc, struct upd_sensor_head *queue)
357 upd_lookup_sensor(struct upd_softc *sc, int page, int usage)
374 struct upd_softc *sc = priv;
393 upd_sensor_invalidate(struct upd_softc *sc, struct upd_sensor *sensor)
405 upd_sensor_update(struct upd_softc *sc, struct upd_sensor *sensor,