Lines Matching defs:uda1341_softc
51 struct uda1341_softc {
63 static void uda1341_output_high(struct uda1341_softc *);
64 static void uda1341_output_low(struct uda1341_softc *);
65 static void uda1341_L3_init(struct uda1341_softc *);
66 static void uda1341_init(struct uda1341_softc *);
67 static void uda1341_reset(struct uda1341_softc *);
68 static void uda1341_reginit(struct uda1341_softc *);
71 static int L3_getbit(struct uda1341_softc *);
73 static void L3_sendbit(struct uda1341_softc *, int);
75 static uint8_t L3_getbyte(struct uda1341_softc *, int);
77 static void L3_sendbyte(struct uda1341_softc *, uint8_t, int);
79 static int L3_read(struct uda1341_softc *, uint8_t, uint8_t *, int);
81 static int L3_write(struct uda1341_softc *, uint8_t, uint8_t *, int);
83 CFATTACH_DECL_NEW(uda, sizeof(struct uda1341_softc),
125 struct uda1341_softc *sc = device_private(self);
168 uda1341_output_high(struct uda1341_softc *sc)
178 uda1341_output_low(struct uda1341_softc *sc)
188 uda1341_L3_init(struct uda1341_softc *sc)
200 uda1341_init(struct uda1341_softc *sc)
244 uda1341_reset(struct uda1341_softc *sc)
262 uda1341_reginit(struct uda1341_softc *sc)
321 L3_getbit(struct uda1341_softc *sc)
339 L3_sendbit(struct uda1341_softc *sc, int bit)
355 L3_getbyte(struct uda1341_softc *sc, int mode)
383 L3_sendbyte(struct uda1341_softc *sc, uint8_t data, int mode)
413 L3_read(struct uda1341_softc *sc, uint8_t addr, uint8_t *data, int len)
434 L3_write(struct uda1341_softc *sc, uint8_t addr, uint8_t *data, int len)