Home | History | Annotate | Download | only in i2c

Lines Matching defs:anxedp_softc

76 struct anxedp_softc;
80 struct anxedp_softc *sc;
83 struct anxedp_softc {
99 anxedp_read(struct anxedp_softc *sc, u_int off, uint8_t reg)
110 anxedp_write(struct anxedp_softc *sc, u_int off, uint8_t reg, uint8_t val)
152 anxedp_aux_wait(struct anxedp_softc *sc)
185 anxedp_aux_transfer(struct anxedp_softc *sc, uint8_t comm, uint32_t addr,
222 anxedp_read_edid(struct anxedp_softc *sc, uint8_t *edid, int edidlen)
246 struct anxedp_softc * const sc = anxedp_connector->sc;
271 struct anxedp_softc * const sc = bridge->driver_private;
318 struct anxedp_softc * const sc = bridge->driver_private;
343 struct anxedp_softc * const sc = device_private(dev);
387 struct anxedp_softc * const sc = device_private(dev);
409 struct anxedp_softc * const sc = device_private(self);
425 CFATTACH_DECL_NEW(anxedp, sizeof(struct anxedp_softc),