Lines Matching defs:ugold_softc
80 struct ugold_softc;
82 struct ugold_softc {
96 void (*sc_intr)(struct ugold_softc *, uint8_t *, u_int);
111 void ugold_setup_sensors(struct ugold_softc *);
113 void ugold_ds75_intr(struct ugold_softc *, uint8_t *, u_int);
114 void ugold_si700x_intr(struct ugold_softc *, uint8_t *, u_int);
117 int ugold_issue_cmd(struct ugold_softc *, uint8_t *, int);
124 sizeof(struct ugold_softc), ugold_match, ugold_attach, ugold_detach,
158 struct ugold_softc *sc = (struct ugold_softc *)self;
213 struct ugold_softc *sc = (struct ugold_softc *)self;
233 ugold_setup_sensors(struct ugold_softc *sc)
306 ugold_ds75_type(struct ugold_softc *sc)
332 ugold_ds75_intr(struct ugold_softc *sc, uint8_t *buf, u_int len)
431 ugold_si700x_type(struct ugold_softc *sc)
532 ugold_si700x_intr(struct ugold_softc *sc, uint8_t *buf, u_int len)
594 struct ugold_softc *sc = (struct ugold_softc *)addr;
656 struct ugold_softc *sc = arg;
682 ugold_issue_cmd(struct ugold_softc *sc, uint8_t *cmd, int len)