Home | History | Annotate | Download | only in ic

Lines Matching defs:wb_softc

31 struct wb_softc {
53 void wb_attach(struct wb_softc *);
54 int wb_detach(struct wb_softc *, int);
57 uint8_t wb_read(struct wb_softc *, uint8_t);
58 void wb_write(struct wb_softc *, uint8_t, uint8_t);
59 uint8_t wb_idx_read(struct wb_softc *, uint8_t);
60 void wb_idx_write(struct wb_softc *, uint8_t, uint8_t);
62 void wb_led(struct wb_softc *, bool);
64 bool wb_suspend(struct wb_softc *);
65 bool wb_resume(struct wb_softc *);