HomeSort by: relevance | last modified time | path
    Searched defs:wb_softc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
w83l518dvar.h 31 struct wb_softc { struct
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 *);
    [all...]
w83l518dvar.h 31 struct wb_softc { struct
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 *);
    [all...]

Completed in 72 milliseconds