Home
last modified time | relevance | path

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

/freebsd/cddl/lib/libdtrace/
H A Dcam.d122 inline int PROTO_MMCSD = 8; variable
/freebsd/sys/dev/mmcnull/
H A Dmmcnull.c373 cpi->protocol = PROTO_MMCSD; in mmcnull_action_sd()
389 cts->protocol = PROTO_MMCSD; in mmcnull_action_sd()
/freebsd/sys/cam/mmc/
H A Dmmc_sim.c123 cts->protocol = PROTO_MMCSD; in mmc_cam_sim_default_action()
H A Dmmc_xpt.c167 .proto = PROTO_MMCSD,
881 path->device->protocol = PROTO_MMCSD; in mmcprobe_done()
1220 cpi->protocol = PROTO_MMCSD; in mmc_path_inq()
H A Dmmc_da.c667 if (cgd->protocol != PROTO_MMCSD) in sddaasync()
/freebsd/sys/dev/sdio/
H A Dsdiob.c1103 if (cgd->protocol != PROTO_MMCSD) in sdiobasync()
/freebsd/sys/cam/
H A Dcam_ccb.h283 PROTO_MMCSD, /* MMC, SD, SDIO */ enumerator
/freebsd/sys/dev/sdhci/
H A Dsdhci.c2686 cts->protocol = PROTO_MMCSD;
/freebsd/sbin/camcontrol/
H A Dcamcontrol.c588 } else if (dev_result->protocol == PROTO_MMCSD){ in getdevtree()
5611 case PROTO_MMCSD: in get_device_type()