Home
last modified time | relevance | path

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

/linux/drivers/mmc/core/
H A Dblock.c2747 * mmc_rpmb_ioctl() - ioctl handler for the RPMB chardev
2755 static long mmc_rpmb_ioctl(struct file *filp, unsigned int cmd, in mmc_rpmb_ioctl() function
2784 return mmc_rpmb_ioctl(filp, cmd, (unsigned long)compat_ptr(arg)); in mmc_rpmb_ioctl_compat()
2813 .unlocked_ioctl = mmc_rpmb_ioctl,