Home
last modified time | relevance | path

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

/linux-6.6.21/include/uapi/linux/mmc/
Dioctl.h64 #define MMC_IOC_CMD _IOWR(MMC_BLOCK_MAJOR, 0, struct mmc_ioc_cmd)
70 #define MMC_IOC_MULTI_CMD _IOWR(MMC_BLOCK_MAJOR, 1, struct mmc_ioc_multi_cmd)
/linux-6.6.21/include/uapi/linux/
Dmajor.h157 #define MMC_BLOCK_MAJOR 179 macro
/linux-6.6.21/drivers/mmc/core/
Dblock.c2513 md->disk->major = MMC_BLOCK_MAJOR; in mmc_blk_alloc_req()
3158 res = register_blkdev(MMC_BLOCK_MAJOR, "mmc"); in mmc_blk_init()
3169 unregister_blkdev(MMC_BLOCK_MAJOR, "mmc"); in mmc_blk_init()
3180 unregister_blkdev(MMC_BLOCK_MAJOR, "mmc"); in mmc_blk_exit()