pseye.c | 115 static uint8_t pseye_getreg(struct pseye_softc *, uint16_t); 534 val = pseye_getreg(sc, 0x21); 537 val = pseye_getreg(sc, 0x23); 546 pseye_getreg(struct pseye_softc *sc, uint16_t reg) function in typeref:typename:uint8_t 590 if (pseye_getreg(sc, reg) != val) 614 reg = pseye_getreg(sc, PSEYE_SCCB_STATUS);
|