Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mmc/core/
Dhost.c360 host->fixed_drv_type = drv_type; in mmc_of_parse()
507 host->fixed_drv_type = -EINVAL; in mmc_alloc_host()
Dmmc.c1322 int fixed_drv_type = card->host->fixed_drv_type; in mmc_select_driver_type() local
1327 if (fixed_drv_type >= 0) in mmc_select_driver_type()
1328 drive_strength = card_drv_type & mmc_driver_type_mask(fixed_drv_type) in mmc_select_driver_type()
1329 ? fixed_drv_type : 0; in mmc_select_driver_type()
/kernel/linux/linux-5.10/include/linux/mmc/
Dhost.h378 int fixed_drv_type; /* fixed driver type for non-removable media */ member
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0030_linux_drivers_pci_misc_nvmem_of_mtd_mmc.patch2966 host->fixed_drv_type = -EINVAL;