Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/mmc/host/
Dsdhci-acpi.c144 static int intel_dsm(struct intel_host *intel_host, struct device *dev, in intel_dsm() function
170 intel_dsm(intel_host, dev, INTEL_DSM_HS_CAPS, &intel_host->hs_caps); in intel_dsm_init()
198 err = intel_dsm(intel_host, dev, fn, &result); in intel_start_signal_voltage_switch()
958 intel_dsm(intel_host, dev, fn, &result); in sdhci_acpi_reset_signal_voltage_if_needed()
Dsdhci-pci-core.c510 static int intel_dsm(struct intel_host *intel_host, struct device *dev, in intel_dsm() function
537 err = intel_dsm(intel_host, dev, INTEL_DSM_DRV_STRENGTH, &val); in intel_dsm_init()
540 err = intel_dsm(intel_host, dev, INTEL_DSM_D3_RETUNE, &val); in intel_dsm_init()
684 err = intel_dsm(intel_host, dev, fn, &result); in intel_start_signal_voltage_switch()
/Linux-v6.1/drivers/ufs/host/
Dufshcd-pci.c80 static int intel_dsm(struct intel_host *intel_host, struct device *dev, in intel_dsm() function
316 err = intel_dsm(host, hba->dev, INTEL_DSM_RESET, &result); in ufs_intel_device_reset()