Lines Matching refs:sdhc_softc
30 struct sdhc_softc {
80 int (*sc_vendor_rod)(struct sdhc_softc *, int);
81 int (*sc_vendor_write_protect)(struct sdhc_softc *);
82 int (*sc_vendor_card_detect)(struct sdhc_softc *);
83 int (*sc_vendor_bus_width)(struct sdhc_softc *, int);
84 int (*sc_vendor_bus_clock)(struct sdhc_softc *, int);
85 int (*sc_vendor_bus_clock_post)(struct sdhc_softc *, int);
86 int (*sc_vendor_transfer_data_dma)(struct sdhc_softc *, struct sdmmc_command *);
87 void (*sc_vendor_hw_reset)(struct sdhc_softc *, struct sdhc_host *);
88 int (*sc_vendor_signal_voltage)(struct sdhc_softc *, int);
92 int sdhc_host_found(struct sdhc_softc *, bus_space_tag_t,
95 int sdhc_detach(struct sdhc_softc *, int);