sys/dev/i2c/anxedp.c
101
anxedp_read(struct anxedp_softc *sc, u_int off, uint8_t reg)
sys/dev/i2c/anxedp.c
112
anxedp_write(struct anxedp_softc *sc, u_int off, uint8_t reg, uint8_t val)
sys/dev/i2c/anxedp.c
140
anxedp_aux_wait(struct anxedp_softc *sc)
sys/dev/i2c/anxedp.c
173
anxedp_aux_transfer(struct anxedp_softc *sc, uint8_t comm, uint32_t addr,
sys/dev/i2c/anxedp.c
210
anxedp_read_edid(struct anxedp_softc *sc, uint8_t *edid, int edidlen)
sys/dev/i2c/anxedp.c
234
struct anxedp_softc * const sc = anxedp_connector->sc;
sys/dev/i2c/anxedp.c
268
struct anxedp_softc * const sc = bridge->driver_private;
sys/dev/i2c/anxedp.c
315
struct anxedp_softc * const sc = bridge->driver_private;
sys/dev/i2c/anxedp.c
340
struct anxedp_softc * const sc = device_private(dev);
sys/dev/i2c/anxedp.c
384
struct anxedp_softc * const sc = device_private(dev);
sys/dev/i2c/anxedp.c
406
struct anxedp_softc * const sc = device_private(self);
sys/dev/i2c/anxedp.c
422
CFATTACH_DECL_NEW(anxedp, sizeof(struct anxedp_softc),
sys/dev/i2c/anxedp.c
77
struct anxedp_softc;
sys/dev/i2c/anxedp.c
81
struct anxedp_softc *sc;