Searched refs:pseye_softc (Results 1 – 1 of 1) sorted by relevance
81 struct pseye_softc { struct110 static void pseye_init(struct pseye_softc *); argument111 static void pseye_sccb_init(struct pseye_softc *);112 static void pseye_stop(struct pseye_softc *);113 static void pseye_start(struct pseye_softc *);114 static void pseye_led(struct pseye_softc *, bool);115 static uint8_t pseye_getreg(struct pseye_softc *, uint16_t);116 static void pseye_setreg(struct pseye_softc *, uint16_t, uint8_t);117 static void pseye_setregv(struct pseye_softc *, uint16_t, uint8_t);118 static void pseye_sccb_setreg(struct pseye_softc *, uint8_t, uint8_t);[all …]