Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/mmcnull/
H A Dmmcnull.c374 cpi->protocol = PROTO_MMCSD; in mmcnull_action_sd()
390 cts->protocol = PROTO_MMCSD; in mmcnull_action_sd()
/freebsd-14.2/sys/cam/mmc/
H A Dmmc_sim.c124 cts->protocol = PROTO_MMCSD; in mmc_cam_sim_default_action()
H A Dmmc_xpt.c169 .proto = PROTO_MMCSD,
883 path->device->protocol = PROTO_MMCSD; in mmcprobe_done()
1222 cpi->protocol = PROTO_MMCSD; in mmc_path_inq()
H A Dmmc_da.c668 if (cgd->protocol != PROTO_MMCSD) in sddaasync()
/freebsd-14.2/sys/dev/sdio/
H A Dsdiob.c1109 if (cgd->protocol != PROTO_MMCSD) in sdiobasync()
/freebsd-14.2/sys/cam/
H A Dcam_ccb.h283 PROTO_MMCSD, /* MMC, SD, SDIO */ enumerator
/freebsd-14.2/sys/dev/sdhci/
H A Dsdhci.c2668 cts->protocol = PROTO_MMCSD;
/freebsd-14.2/sbin/camcontrol/
H A Dcamcontrol.c587 } else if (dev_result->protocol == PROTO_MMCSD){ in getdevtree()
5582 case PROTO_MMCSD: in get_device_type()