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

  /src/sys/dev/ic/
dwc_mmc_var.h 32 struct dwc_mmc_softc { struct
83 void (*sc_pre_power_on)(struct dwc_mmc_softc *);
84 void (*sc_post_power_on)(struct dwc_mmc_softc *);
86 int (*sc_card_detect)(struct dwc_mmc_softc *);
87 int (*sc_write_protect)(struct dwc_mmc_softc *);
88 void (*sc_set_led)(struct dwc_mmc_softc *, int);
89 int (*sc_bus_clock)(struct dwc_mmc_softc *, int);
90 int (*sc_signal_voltage)(struct dwc_mmc_softc *, int);
93 int dwc_mmc_init(struct dwc_mmc_softc *);

Completed in 10 milliseconds