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

  /src/sys/dev/ic/
w83l518d_sdmmc.h 31 void wb_sdmmc_attach(struct wb_softc *);
32 int wb_sdmmc_detach(struct wb_softc *, int);
33 int wb_sdmmc_intr(struct wb_softc *);
34 bool wb_sdmmc_suspend(struct wb_softc *);
35 bool wb_sdmmc_resume(struct wb_softc *);
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...]
w83l518d.c 47 wb_idx_read(struct wb_softc *wb, uint8_t reg)
54 wb_idx_write(struct wb_softc *wb, uint8_t reg, uint8_t val)
61 wb_read(struct wb_softc *wb, uint8_t reg)
67 wb_write(struct wb_softc *wb, uint8_t reg, uint8_t val)
73 wb_led(struct wb_softc *wb, bool enable)
86 wb_attach(struct wb_softc *wb)
110 wb_detach(struct wb_softc *wb, int flags)
127 struct wb_softc *wb = opaque;
142 wb_suspend(struct wb_softc *wb)
151 wb_resume(struct wb_softc *wb
    [all...]
w83l518d_sdmmc.c 64 aprint_normal_dev(((struct wb_softc *)(_wb))->wb_dev, \
97 wb_sdmmc_read_data(struct wb_softc *wb, uint8_t *data, int len)
103 wb_sdmmc_write_data(struct wb_softc *wb, uint8_t *data, int len)
111 struct wb_softc *wb = opaque;
119 wb_sdmmc_enable(struct wb_softc *wb)
152 wb_sdmmc_disable(struct wb_softc *wb)
166 wb_sdmmc_attach(struct wb_softc *wb)
192 wb_sdmmc_detach(struct wb_softc *wb, int flags)
237 struct wb_softc *wb = sch;
252 struct wb_softc *wb = sch
    [all...]
  /src/sys/arch/sparc64/dev/
wb_ebus.c 52 CFATTACH_DECL_NEW(wb_ebus, sizeof(struct wb_softc),
66 struct wb_softc *sc = device_private(self);
  /src/sys/dev/acpi/
wb_acpi.c 56 struct wb_softc sc_wb;

Completed in 34 milliseconds