Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/mmc/host/
Dsdhci-acpi.c147 static int intel_dsm(struct intel_host *intel_host, struct device *dev, in intel_dsm() function
173 intel_dsm(intel_host, dev, INTEL_DSM_HS_CAPS, &intel_host->hs_caps); in intel_dsm_init()
201 err = intel_dsm(intel_host, dev, fn, &result); in intel_start_signal_voltage_switch()
1005 intel_dsm(intel_host, dev, fn, &result); in sdhci_acpi_reset_signal_voltage_if_needed()
Dsdhci-pci-core.c506 static int intel_dsm(struct intel_host *intel_host, struct device *dev, in intel_dsm() function
533 err = intel_dsm(intel_host, dev, INTEL_DSM_DRV_STRENGTH, &val); in intel_dsm_init()
536 err = intel_dsm(intel_host, dev, INTEL_DSM_D3_RETUNE, &val); in intel_dsm_init()
680 err = intel_dsm(intel_host, dev, fn, &result); in intel_start_signal_voltage_switch()
/linux-6.12.1/drivers/ufs/host/
Dufshcd-pci.c83 static int intel_dsm(struct intel_host *intel_host, struct device *dev, in intel_dsm() function
319 err = intel_dsm(host, hba->dev, INTEL_DSM_RESET, &result); in ufs_intel_device_reset()