HomeSort by: relevance | last modified time | path
    Searched defs:tea5767_softc (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/i2c/
tea5767.c 61 struct tea5767_softc { struct
94 CFATTACH_DECL_NEW(tea5767radio, sizeof(struct tea5767_softc), tea5767_match,
111 struct tea5767_softc *sc = device_private(self);
150 tea5767_write(struct tea5767_softc *sc, uint8_t *reg)
176 tea5767_read(struct tea5767_softc *sc, uint8_t *reg)
224 tea5767_set_properties(struct tea5767_softc *sc, uint8_t *reg)
275 struct tea5767_softc *sc = v;
293 struct tea5767_softc *sc = v;
321 struct tea5767_softc *sc = v;

Completed in 98 milliseconds