Home | History | Annotate | Download | only in sdmmc

Lines Matching refs:ld_softc

90 	struct ld_softc sc_ld;
114 static int ld_sdmmc_dump(struct ld_softc *, void *, daddr_t, int);
115 static int ld_sdmmc_start(struct ld_softc *, struct buf *);
117 static int ld_sdmmc_discard(struct ld_softc *, struct buf *);
118 static int ld_sdmmc_ioctl(struct ld_softc *, u_long, void *, int32_t, bool);
247 struct ld_softc *ld = &sc->sc_ld;
323 struct ld_softc *ld = &sc->sc_ld;
356 struct ld_softc *ld = &sc->sc_ld;
401 ld_sdmmc_start(struct ld_softc *ld, struct buf *bp)
513 ld_sdmmc_dump(struct ld_softc *ld, void *data, daddr_t blkno, int blkcnt)
556 ld_sdmmc_discard(struct ld_softc *ld, struct buf *bp)
607 ld_sdmmc_cachesync(struct ld_softc *ld, bool poll)
662 ld_sdmmc_ioctl(struct ld_softc *ld, u_long cmd, void *addr, int32_t flag,