Home
last modified time | relevance | path

Searched refs:dsm_fns (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/drivers/ufs/host/
H A Dufshcd-pci.c34 u32 dsm_fns; member
48 return fn < 32 && fn >= 0 && (host->dsm_fns & (1u << fn)); in __intel_dsm_supported()
93 err = __intel_dsm(intel_host, dev, INTEL_DSM_FNS, &intel_host->dsm_fns); in intel_dsm_init()
94 dev_dbg(dev, "DSM fns %#x, error %d\n", intel_host->dsm_fns, err); in intel_dsm_init()
/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dsdhci-acpi.c109 u32 dsm_fns; member
148 if (fn > 31 || !(intel_host->dsm_fns & (1 << fn))) in intel_dsm()
161 err = __intel_dsm(intel_host, dev, INTEL_DSM_FNS, &intel_host->dsm_fns); in intel_dsm_init()
169 mmc_hostname(mmc), intel_host->dsm_fns); in intel_dsm_init()
H A Dsdhci-pci-core.c515 u32 dsm_fns; member
559 if (fn > 31 || !(intel_host->dsm_fns & (1 << fn))) in intel_dsm()
573 err = __intel_dsm(intel_host, dev, INTEL_DSM_FNS, &intel_host->dsm_fns); in intel_dsm_init()
581 mmc_hostname(mmc), intel_host->dsm_fns); in intel_dsm_init()
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dsdhci-acpi.c108 u32 dsm_fns; member
147 if (fn > 31 || !(intel_host->dsm_fns & (1 << fn))) in intel_dsm()
160 err = __intel_dsm(intel_host, dev, INTEL_DSM_FNS, &intel_host->dsm_fns); in intel_dsm_init()
168 mmc_hostname(mmc), intel_host->dsm_fns); in intel_dsm_init()
H A Dsdhci-pci-core.c464 u32 dsm_fns; member
508 if (fn > 31 || !(intel_host->dsm_fns & (1 << fn))) in intel_dsm()
522 err = __intel_dsm(intel_host, dev, INTEL_DSM_FNS, &intel_host->dsm_fns); in intel_dsm_init()
530 mmc_hostname(mmc), intel_host->dsm_fns); in intel_dsm_init()

Completed in 10 milliseconds