sys/dev/mmc/mmcsd.c
101
struct mmcsd_softc *sc;
sys/dev/mmc/mmcsd.c
1088
mmcsd_set_blockcount(struct mmcsd_softc *sc, u_int count, bool reliable)
sys/dev/mmc/mmcsd.c
1109
struct mmcsd_softc *sc;
sys/dev/mmc/mmcsd.c
1169
struct mmcsd_softc *sc;
sys/dev/mmc/mmcsd.c
1242
struct mmcsd_softc *sc;
sys/dev/mmc/mmcsd.c
1377
struct mmcsd_softc *sc;
sys/dev/mmc/mmcsd.c
1422
struct mmcsd_softc *sc;
sys/dev/mmc/mmcsd.c
1510
mmcsd_flush_cache(struct mmcsd_softc *sc)
sys/dev/mmc/mmcsd.c
1546
sizeof(struct mmcsd_softc),
sys/dev/mmc/mmcsd.c
179
static void mmcsd_add_part(struct mmcsd_softc *sc, u_int type,
sys/dev/mmc/mmcsd.c
184
static int mmcsd_flush_cache(struct mmcsd_softc *sc);
sys/dev/mmc/mmcsd.c
191
static int mmcsd_set_blockcount(struct mmcsd_softc *sc, u_int count, bool rel);
sys/dev/mmc/mmcsd.c
230
struct mmcsd_softc *sc;
sys/dev/mmc/mmcsd.c
478
mmcsd_add_part(struct mmcsd_softc *sc, u_int type, const char *name, u_int cnt,
sys/dev/mmc/mmcsd.c
623
struct mmcsd_softc *sc;
sys/dev/mmc/mmcsd.c
650
struct mmcsd_softc *sc = device_get_softc(dev);
sys/dev/mmc/mmcsd.c
706
struct mmcsd_softc *sc = device_get_softc(dev);
sys/dev/mmc/mmcsd.c
716
struct mmcsd_softc *sc = device_get_softc(dev);
sys/dev/mmc/mmcsd.c
753
struct mmcsd_softc *sc = device_get_softc(dev);
sys/dev/mmc/mmcsd.c
783
struct mmcsd_softc *sc;
sys/dev/mmc/mmcsd.c
878
struct mmcsd_softc *sc;
sys/dev/mmc/mmcsd.c
96
struct mmcsd_softc;