Home
last modified time | relevance | path

Searched refs:PROTO_MMCSD (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/sys/dev/mmcnull/
H A Dmmcnull.c376 cpi->protocol = PROTO_MMCSD; in mmcnull_action_sd()
392 cts->protocol = PROTO_MMCSD; in mmcnull_action_sd()
/freebsd-13.1/sys/cam/mmc/
H A Dmmc_sim.c128 cts->protocol = PROTO_MMCSD; in mmc_cam_sim_default_action()
H A Dmmc_xpt.c170 .proto = PROTO_MMCSD,
893 path->device->protocol = PROTO_MMCSD; in mmcprobe_done()
1232 cpi->protocol = PROTO_MMCSD; in mmc_path_inq()
H A Dmmc_da.c668 if (cgd->protocol != PROTO_MMCSD) in sddaasync()
/freebsd-13.1/sys/dev/sdio/
H A Dsdiob.c1115 if (cgd->protocol != PROTO_MMCSD) in sdiobasync()
/freebsd-13.1/sys/cam/
H A Dcam_ccb.h279 PROTO_MMCSD, /* MMC, SD, SDIO */ enumerator
/freebsd-13.1/sys/dev/sdhci/
H A Dsdhci.c2550 cts->protocol = PROTO_MMCSD;
/freebsd-13.1/sbin/camcontrol/
H A Dcamcontrol.c582 } else if (dev_result->protocol == PROTO_MMCSD){ in getdevtree()
5508 case PROTO_MMCSD: in get_device_type()