Searched refs:mmc (Results 1 – 5 of 5) sorted by relevance
1 on property:persist.mmc.max_read_speed=*2 write /sys/block/mmcblk0/max_read_speed ${persist.mmc.max_read_speed}4 on property:persist.mmc.max_write_speed=*5 write /sys/block/mmcblk0/max_write_speed ${persist.mmc.max_write_speed}7 on property:persist.mmc.cache_size=*8 write /sys/block/mmcblk0/cache_size ${persist.mmc.cache_size}
80 } mmc = {}; in rpmb_send() local81 struct mmc_ioc_cmd *cmd = mmc.multi.cmds; in rpmb_send()119 mmc.multi.num_of_cmds++; in rpmb_send()141 mmc.multi.num_of_cmds++; in rpmb_send()162 mmc.multi.num_of_cmds++; in rpmb_send()166 rc = ioctl(rpmb_fd, MMC_IOC_MULTI_CMD, &mmc.multi); in rpmb_send()
1 The code in this directory is used to process data from the mmc tracepoints2 in the kernel. To turn on mmc tracing, do this:4 adb shell echo 1 >/d/tracing/events/mmc/enable24 The file mmc_trace_sample_data contains sample mmc trace data from a Nexus 10.
35 emmc_info_t mmc; in report_storage_health() local38 mmc.report(); in report_storage_health()
52 persist.mmc. u:object_r:mmc_prop:s0