Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/mmc/
Dioctl.h59 #define MMC_IOC_CMD _IOWR(MMC_BLOCK_MAJOR, 0, struct mmc_ioc_cmd)
65 #define MMC_IOC_MULTI_CMD _IOWR(MMC_BLOCK_MAJOR, 1, struct mmc_ioc_multi_cmd)
/linux-4.4.14/include/uapi/linux/
Dmajor.h158 #define MMC_BLOCK_MAJOR 179 macro
/linux-4.4.14/drivers/mmc/card/
Dblock.c2248 md->disk->major = MMC_BLOCK_MAJOR; in mmc_blk_alloc_req()
2698 res = register_blkdev(MMC_BLOCK_MAJOR, "mmc"); in mmc_blk_init()
2708 unregister_blkdev(MMC_BLOCK_MAJOR, "mmc"); in mmc_blk_init()
2716 unregister_blkdev(MMC_BLOCK_MAJOR, "mmc"); in mmc_blk_exit()