Symbol: intel_host
drivers/i3c/master/mipi-i3c-hci/mipi-i3c-hci-pci.c
128
struct intel_host *host = hci->private;
drivers/i3c/master/mipi-i3c-hci/mipi-i3c-hci-pci.c
139
struct intel_host *host = hci->private;
drivers/i3c/master/mipi-i3c-hci/mipi-i3c-hci-pci.c
158
struct intel_host *host = devm_kzalloc(&hci->pci->dev, sizeof(*host), GFP_KERNEL);
drivers/i3c/master/mipi-i3c-hci/mipi-i3c-hci-pci.c
67
static void intel_cache_ltr(struct intel_host *host)
drivers/i3c/master/mipi-i3c-hci/mipi-i3c-hci-pci.c
76
struct intel_host *host = hci->private;
drivers/mmc/host/sdhci-acpi.c
119
static int __intel_dsm(struct intel_host *intel_host, struct device *dev,
drivers/mmc/host/sdhci-acpi.c
147
static int intel_dsm(struct intel_host *intel_host, struct device *dev,
drivers/mmc/host/sdhci-acpi.c
150
if (fn > 31 || !(intel_host->dsm_fns & (1 << fn)))
drivers/mmc/host/sdhci-acpi.c
153
return __intel_dsm(intel_host, dev, fn, result);
drivers/mmc/host/sdhci-acpi.c
156
static void intel_dsm_init(struct intel_host *intel_host, struct device *dev,
drivers/mmc/host/sdhci-acpi.c
161
intel_host->hs_caps = ~0;
drivers/mmc/host/sdhci-acpi.c
163
err = __intel_dsm(intel_host, dev, INTEL_DSM_FNS, &intel_host->dsm_fns);
drivers/mmc/host/sdhci-acpi.c
171
mmc_hostname(mmc), intel_host->dsm_fns);
drivers/mmc/host/sdhci-acpi.c
173
intel_dsm(intel_host, dev, INTEL_DSM_HS_CAPS, &intel_host->hs_caps);
drivers/mmc/host/sdhci-acpi.c
181
struct intel_host *intel_host = sdhci_acpi_priv(c);
drivers/mmc/host/sdhci-acpi.c
201
err = intel_dsm(intel_host, dev, fn, &result);
drivers/mmc/host/sdhci-acpi.c
314
struct intel_host *intel_host = sdhci_acpi_priv(c);
drivers/mmc/host/sdhci-acpi.c
325
intel_dsm_init(intel_host, &pdev->dev, host->mmc);
drivers/mmc/host/sdhci-acpi.c
338
struct intel_host *intel_host = sdhci_acpi_priv(c);
drivers/mmc/host/sdhci-acpi.c
340
if (!(intel_host->hs_caps & INTEL_DSM_HS_CAPS_SDR25))
drivers/mmc/host/sdhci-acpi.c
343
if (!(intel_host->hs_caps & INTEL_DSM_HS_CAPS_SDR50))
drivers/mmc/host/sdhci-acpi.c
346
if (!(intel_host->hs_caps & INTEL_DSM_HS_CAPS_DDR50))
drivers/mmc/host/sdhci-acpi.c
349
if (!(intel_host->hs_caps & INTEL_DSM_HS_CAPS_SDR104))
drivers/mmc/host/sdhci-acpi.c
368
.priv_size = sizeof(struct intel_host),
drivers/mmc/host/sdhci-acpi.c
382
.priv_size = sizeof(struct intel_host),
drivers/mmc/host/sdhci-acpi.c
395
.priv_size = sizeof(struct intel_host),
drivers/mmc/host/sdhci-acpi.c
983
struct intel_host *intel_host = sdhci_acpi_priv(c);
drivers/mmc/host/sdhci-acpi.c
987
intel_dsm(intel_host, dev, fn, &result);
drivers/mmc/host/sdhci-pci-core.c
1003
struct intel_host *intel_host = sdhci_pci_priv(slot);
drivers/mmc/host/sdhci-pci-core.c
1009
if (intel_host->rpm_retune_ok || !mmc_can_retune(host->mmc))
drivers/mmc/host/sdhci-pci-core.c
1016
intel_host->glk_rx_ctrl1 = glk_rx_ctrl1;
drivers/mmc/host/sdhci-pci-core.c
1017
intel_host->glk_tun_val = glk_tun_val;
drivers/mmc/host/sdhci-pci-core.c
1021
if (!intel_host->glk_tun_val)
drivers/mmc/host/sdhci-pci-core.c
1024
if (glk_rx_ctrl1 != intel_host->glk_rx_ctrl1) {
drivers/mmc/host/sdhci-pci-core.c
1025
intel_host->rpm_retune_ok = true;
drivers/mmc/host/sdhci-pci-core.c
1030
(intel_host->glk_tun_val << 1));
drivers/mmc/host/sdhci-pci-core.c
1037
intel_host->rpm_retune_ok = true;
drivers/mmc/host/sdhci-pci-core.c
1115
struct intel_host *intel_host = sdhci_pci_priv(slot);
drivers/mmc/host/sdhci-pci-core.c
1118
intel_host->needs_pwr_off = reg & SDHCI_POWER_ON;
drivers/mmc/host/sdhci-pci-core.c
1182
.priv_size = sizeof(struct intel_host),
drivers/mmc/host/sdhci-pci-core.c
1204
.priv_size = sizeof(struct intel_host),
drivers/mmc/host/sdhci-pci-core.c
1223
.priv_size = sizeof(struct intel_host),
drivers/mmc/host/sdhci-pci-core.c
1242
.priv_size = sizeof(struct intel_host),
drivers/mmc/host/sdhci-pci-core.c
1287
.priv_size = sizeof(struct intel_host),
drivers/mmc/host/sdhci-pci-core.c
470
static int __intel_dsm(struct intel_host *intel_host, struct device *dev,
drivers/mmc/host/sdhci-pci-core.c
497
static int intel_dsm(struct intel_host *intel_host, struct device *dev,
drivers/mmc/host/sdhci-pci-core.c
500
if (fn > 31 || !(intel_host->dsm_fns & (1 << fn)))
drivers/mmc/host/sdhci-pci-core.c
503
return __intel_dsm(intel_host, dev, fn, result);
drivers/mmc/host/sdhci-pci-core.c
506
static void intel_dsm_init(struct intel_host *intel_host, struct device *dev,
drivers/mmc/host/sdhci-pci-core.c
512
intel_host->d3_retune = true;
drivers/mmc/host/sdhci-pci-core.c
514
err = __intel_dsm(intel_host, dev, INTEL_DSM_FNS, &intel_host->dsm_fns);
drivers/mmc/host/sdhci-pci-core.c
522
mmc_hostname(mmc), intel_host->dsm_fns);
drivers/mmc/host/sdhci-pci-core.c
524
err = intel_dsm(intel_host, dev, INTEL_DSM_DRV_STRENGTH, &val);
drivers/mmc/host/sdhci-pci-core.c
525
intel_host->drv_strength = err ? 0 : val;
drivers/mmc/host/sdhci-pci-core.c
527
err = intel_dsm(intel_host, dev, INTEL_DSM_D3_RETUNE, &val);
drivers/mmc/host/sdhci-pci-core.c
528
intel_host->d3_retune = err ? true : !!val;
drivers/mmc/host/sdhci-pci-core.c
552
struct intel_host *intel_host = sdhci_pci_priv(slot);
drivers/mmc/host/sdhci-pci-core.c
554
if (!(mmc_driver_type_mask(intel_host->drv_strength) & card_drv))
drivers/mmc/host/sdhci-pci-core.c
557
return intel_host->drv_strength;
drivers/mmc/host/sdhci-pci-core.c
582
struct intel_host *intel_host = sdhci_pci_priv(slot);
drivers/mmc/host/sdhci-pci-core.c
592
if (intel_host->needs_pwr_off) {
drivers/mmc/host/sdhci-pci-core.c
593
intel_host->needs_pwr_off = false;
drivers/mmc/host/sdhci-pci-core.c
655
struct intel_host *intel_host = sdhci_pci_priv(slot);
drivers/mmc/host/sdhci-pci-core.c
675
err = intel_dsm(intel_host, dev, fn, &result);
drivers/mmc/host/sdhci-pci-core.c
716
struct intel_host *intel_host = sdhci_pci_priv(slot);
drivers/mmc/host/sdhci-pci-core.c
720
intel_dsm_init(intel_host, dev, mmc);
drivers/mmc/host/sdhci-pci-core.c
721
slot->chip->rpm_retune = intel_host->d3_retune;
drivers/mmc/host/sdhci-pci-core.c
753
struct intel_host *intel_host = sdhci_pci_priv(slot);
drivers/mmc/host/sdhci-pci-core.c
756
intel_host->active_ltr = readl(host->ioaddr + INTEL_ACTIVELTR);
drivers/mmc/host/sdhci-pci-core.c
757
intel_host->idle_ltr = readl(host->ioaddr + INTEL_IDLELTR);
drivers/mmc/host/sdhci-pci-core.c
764
struct intel_host *intel_host = sdhci_pci_priv(slot);
drivers/mmc/host/sdhci-pci-core.c
794
if (ltr == intel_host->active_ltr)
drivers/mmc/host/sdhci-pci-core.c
867
struct intel_host *intel_host = sdhci_pci_priv(slot);
drivers/mmc/host/sdhci-pci-core.c
874
debugfs_create_x32("active_ltr", 0444, dir, &intel_host->active_ltr);
drivers/mmc/host/sdhci-pci-core.c
875
debugfs_create_x32("idle_ltr", 0444, dir, &intel_host->idle_ltr);
drivers/ufs/host/ufshcd-pci.c
227
struct intel_host *host = ufshcd_get_variant(hba);
drivers/ufs/host/ufshcd-pci.c
236
struct intel_host *host = ufshcd_get_variant(hba);
drivers/ufs/host/ufshcd-pci.c
292
struct intel_host *host = ufshcd_get_variant(hba);
drivers/ufs/host/ufshcd-pci.c
303
struct intel_host *host = ufshcd_get_variant(hba);
drivers/ufs/host/ufshcd-pci.c
310
struct intel_host *host = ufshcd_get_variant(hba);
drivers/ufs/host/ufshcd-pci.c
345
struct intel_host *host;
drivers/ufs/host/ufshcd-pci.c
44
static bool __intel_dsm_supported(struct intel_host *host,
drivers/ufs/host/ufshcd-pci.c
53
static int __intel_dsm(struct intel_host *intel_host, struct device *dev,
drivers/ufs/host/ufshcd-pci.c
549
struct intel_host *host = ufshcd_get_variant(hba);
drivers/ufs/host/ufshcd-pci.c
574
struct intel_host *host = ufshcd_get_variant(hba);
drivers/ufs/host/ufshcd-pci.c
80
static int intel_dsm(struct intel_host *intel_host, struct device *dev,
drivers/ufs/host/ufshcd-pci.c
83
if (!__intel_dsm_supported(intel_host, fn))
drivers/ufs/host/ufshcd-pci.c
86
return __intel_dsm(intel_host, dev, fn, result);
drivers/ufs/host/ufshcd-pci.c
89
static void intel_dsm_init(struct intel_host *intel_host, struct device *dev)
drivers/ufs/host/ufshcd-pci.c
93
err = __intel_dsm(intel_host, dev, INTEL_DSM_FNS, &intel_host->dsm_fns);
drivers/ufs/host/ufshcd-pci.c
94
dev_dbg(dev, "DSM fns %#x, error %d\n", intel_host->dsm_fns, err);