Searched refs:intel_host (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/mmc/host/ |
| H A D | sdhci-acpi.c | 110 struct intel_host { struct 119 static int __intel_dsm(struct intel_host *intel_host, struct device *dev, in __intel_dsm() argument 147 static int intel_dsm(struct intel_host *intel_host, struct device *dev, in intel_dsm() argument 150 if (fn > 31 || !(intel_host->dsm_fns & (1 << fn))) in intel_dsm() 153 return __intel_dsm(intel_host, dev, fn, result); in intel_dsm() 156 static void intel_dsm_init(struct intel_host *intel_host, struct device *dev, in intel_dsm_init() argument 161 intel_host->hs_caps = ~0; in intel_dsm_init() 163 err = __intel_dsm(intel_host, dev, INTEL_DSM_FNS, &intel_host->dsm_fns); in intel_dsm_init() 171 mmc_hostname(mmc), intel_host->dsm_fns); in intel_dsm_init() 173 intel_dsm(intel_host, dev, INTEL_DSM_HS_CAPS, &intel_host->hs_caps); in intel_dsm_init() [all …]
|
| H A D | sdhci-pci-core.c | 454 struct intel_host { struct 470 static int __intel_dsm(struct intel_host *intel_host, struct device *dev, in __intel_dsm() argument 497 static int intel_dsm(struct intel_host *intel_host, struct device *dev, in intel_dsm() argument 500 if (fn > 31 || !(intel_host->dsm_fns & (1 << fn))) in intel_dsm() 503 return __intel_dsm(intel_host, dev, fn, result); in intel_dsm() 506 static void intel_dsm_init(struct intel_host *intel_host, struct device *dev, in intel_dsm_init() argument 512 intel_host->d3_retune = true; in intel_dsm_init() 514 err = __intel_dsm(intel_host, dev, INTEL_DSM_FNS, &intel_host->dsm_fns); in intel_dsm_init() 522 mmc_hostname(mmc), intel_host->dsm_fns); in intel_dsm_init() 524 err = intel_dsm(intel_host, dev, INTEL_DSM_DRV_STRENGTH, &val); in intel_dsm_init() [all …]
|
| /linux/drivers/ufs/host/ |
| H A D | ufshcd-pci.c | 31 struct intel_host { struct 44 static bool __intel_dsm_supported(struct intel_host *host, in __intel_dsm_supported() argument 53 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, struct device *dev) in intel_dsm_init() argument 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() 227 struct intel_host *host = ufshcd_get_variant(hba); in intel_cache_ltr() [all …]
|
| /linux/drivers/i3c/master/mipi-i3c-hci/ |
| H A D | mipi-i3c-hci-pci.c | 60 struct intel_host { struct 67 static void intel_cache_ltr(struct intel_host *host) in intel_cache_ltr() argument 76 struct intel_host *host = hci->private; in intel_ltr_set() 128 struct intel_host *host = hci->private; in intel_add_debugfs() 139 struct intel_host *host = hci->private; in intel_remove_debugfs() 158 struct intel_host *host = devm_kzalloc(&hci->pci->dev, sizeof(*host), GFP_KERNEL); in intel_i3c_init()
|