/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | sdhci-acpi.c | 108 struct intel_host { struct 117 static int __intel_dsm(struct intel_host *intel_host, struct device *dev, in __intel_dsm() argument 145 static int intel_dsm(struct intel_host *intel_host, struct device *dev, in intel_dsm() argument 148 if (fn > 31 || !(intel_host->dsm_fns & (1 << fn))) in intel_dsm() 151 return __intel_dsm(intel_host, dev, fn, result); in intel_dsm() 154 static void intel_dsm_init(struct intel_host *intel_host, struct device *dev, in intel_dsm_init() argument 159 intel_host in intel_dsm_init() 179 struct intel_host *intel_host = sdhci_acpi_priv(c); intel_start_signal_voltage_switch() local 386 struct intel_host *intel_host = sdhci_acpi_priv(c); intel_probe_slot() local 410 struct intel_host *intel_host = sdhci_acpi_priv(c); intel_setup_host() local 1001 struct intel_host *intel_host = sdhci_acpi_priv(c); sdhci_acpi_reset_signal_voltage_if_needed() local [all...] |
H A D | sdhci-pci-core.c | 514 struct intel_host { struct 530 static int __intel_dsm(struct intel_host *intel_host, struct device *dev, in __intel_dsm() argument 556 static int intel_dsm(struct intel_host *intel_host, struct device *dev, in intel_dsm() argument 559 if (fn > 31 || !(intel_host->dsm_fns & (1 << fn))) in intel_dsm() 562 return __intel_dsm(intel_host, dev, fn, result); in intel_dsm() 565 static void intel_dsm_init(struct intel_host *intel_host, struct device *dev, in intel_dsm_init() argument 571 intel_host in intel_dsm_init() 611 struct intel_host *intel_host = sdhci_pci_priv(slot); intel_select_drive_strength() local 648 struct intel_host *intel_host = sdhci_pci_priv(slot); sdhci_intel_set_power() local 717 struct intel_host *intel_host = sdhci_pci_priv(slot); intel_start_signal_voltage_switch() local 767 struct intel_host *intel_host = sdhci_pci_priv(slot); byt_read_dsm() local 804 struct intel_host *intel_host = sdhci_pci_priv(slot); intel_cache_ltr() local 815 struct intel_host *intel_host = sdhci_pci_priv(slot); intel_ltr_set() local 918 struct intel_host *intel_host = sdhci_pci_priv(slot); byt_add_debugfs() local 1053 struct intel_host *intel_host = sdhci_pci_priv(slot); glk_rpm_retune_wa() local 1165 struct intel_host *intel_host = sdhci_pci_priv(slot); byt_needs_pwr_off() local [all...] |
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | sdhci-acpi.c | 107 struct intel_host { struct 116 static int __intel_dsm(struct intel_host *intel_host, struct device *dev, in __intel_dsm() argument 144 static int intel_dsm(struct intel_host *intel_host, struct device *dev, in intel_dsm() argument 147 if (fn > 31 || !(intel_host->dsm_fns & (1 << fn))) in intel_dsm() 150 return __intel_dsm(intel_host, dev, fn, result); in intel_dsm() 153 static void intel_dsm_init(struct intel_host *intel_host, struct device *dev, in intel_dsm_init() argument 158 intel_host in intel_dsm_init() 178 struct intel_host *intel_host = sdhci_acpi_priv(c); intel_start_signal_voltage_switch() local 311 struct intel_host *intel_host = sdhci_acpi_priv(c); intel_probe_slot() local 335 struct intel_host *intel_host = sdhci_acpi_priv(c); intel_setup_host() local 952 struct intel_host *intel_host = sdhci_acpi_priv(c); sdhci_acpi_reset_signal_voltage_if_needed() local [all...] |
H A D | sdhci-pci-core.c | 463 struct intel_host { struct 479 static int __intel_dsm(struct intel_host *intel_host, struct device *dev, in __intel_dsm() argument 505 static int intel_dsm(struct intel_host *intel_host, struct device *dev, in intel_dsm() argument 508 if (fn > 31 || !(intel_host->dsm_fns & (1 << fn))) in intel_dsm() 511 return __intel_dsm(intel_host, dev, fn, result); in intel_dsm() 514 static void intel_dsm_init(struct intel_host *intel_host, struct device *dev, in intel_dsm_init() argument 520 intel_host in intel_dsm_init() 560 struct intel_host *intel_host = sdhci_pci_priv(slot); intel_select_drive_strength() local 590 struct intel_host *intel_host = sdhci_pci_priv(slot); sdhci_intel_set_power() local 659 struct intel_host *intel_host = sdhci_pci_priv(slot); intel_start_signal_voltage_switch() local 709 struct intel_host *intel_host = sdhci_pci_priv(slot); byt_read_dsm() local 746 struct intel_host *intel_host = sdhci_pci_priv(slot); intel_cache_ltr() local 757 struct intel_host *intel_host = sdhci_pci_priv(slot); intel_ltr_set() local 860 struct intel_host *intel_host = sdhci_pci_priv(slot); byt_add_debugfs() local 995 struct intel_host *intel_host = sdhci_pci_priv(slot); glk_rpm_retune_wa() local 1107 struct intel_host *intel_host = sdhci_pci_priv(slot); byt_needs_pwr_off() local [all...] |
/kernel/linux/linux-6.6/drivers/ufs/host/ |
H A D | ufshcd-pci.c | 32 struct intel_host { struct 45 static bool __intel_dsm_supported(struct intel_host *host, in __intel_dsm_supported() 54 static int __intel_dsm(struct intel_host *intel_host, struct device *dev, in __intel_dsm() argument 80 static int intel_dsm(struct intel_host *intel_host, struct device *dev, in intel_dsm() argument 83 if (!__intel_dsm_supported(intel_host, fn)) in intel_dsm() 86 return __intel_dsm(intel_host, dev, fn, result); in intel_dsm() 89 static void intel_dsm_init(struct intel_host *intel_host, struc argument [all...] |
/kernel/linux/linux-5.10/drivers/scsi/ufs/ |
H A D | ufshcd-pci.c | 19 struct intel_host { struct 66 struct intel_host *host = ufshcd_get_variant(hba); in intel_cache_ltr() 75 struct intel_host *host = ufshcd_get_variant(hba); in intel_ltr_set() 110 /* Cache the values into intel_host structure */ in intel_ltr_set() 131 struct intel_host *host = ufshcd_get_variant(hba); in intel_add_debugfs() 142 struct intel_host *host = ufshcd_get_variant(hba); in intel_remove_debugfs() 149 struct intel_host *host; in ufs_intel_common_init()
|