HomeSort by: relevance | last modified time | path
    Searched refs:mt2131_softc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/i2c/
mt2131var.h 8 struct mt2131_softc;
10 struct mt2131_softc * mt2131_open(device_t, i2c_tag_t, i2c_addr_t);
11 void mt2131_close(struct mt2131_softc *);
12 int mt2131_tune_dtv(struct mt2131_softc *, const struct dvb_frontend_parameters *);
13 int mt2131_get_status(struct mt2131_softc *);
mt2131.c 65 struct mt2131_softc { struct
73 static int mt2131_init(struct mt2131_softc *);
75 static int mt2131_read(struct mt2131_softc *, uint8_t, uint8_t *);
76 static int mt2131_write(struct mt2131_softc *, uint8_t, uint8_t);
78 struct mt2131_softc *
81 struct mt2131_softc *sc;
117 mt2131_close(struct mt2131_softc *sc)
123 mt2131_tune_dtv(struct mt2131_softc *sc, const struct dvb_frontend_parameters *p)
196 mt2131_init(struct mt2131_softc *sc)
228 mt2131_read(struct mt2131_softc *sc, uint8_t r, uint8_t *v
    [all...]

Completed in 13 milliseconds