Lines Matching refs:intel_host
32 struct intel_host {
45 static bool __intel_dsm_supported(struct intel_host *host,
54 static int __intel_dsm(struct intel_host *intel_host, struct device *dev,
80 static int intel_dsm(struct intel_host *intel_host, struct device *dev,
83 if (!__intel_dsm_supported(intel_host, fn))
86 return __intel_dsm(intel_host, dev, fn, result);
89 static void intel_dsm_init(struct intel_host *intel_host, struct device *dev)
93 err = __intel_dsm(intel_host, dev, INTEL_DSM_FNS, &intel_host->dsm_fns);
94 dev_dbg(dev, "DSM fns %#x, error %d\n", intel_host->dsm_fns, err);
227 struct intel_host *host = ufshcd_get_variant(hba);
236 struct intel_host *host = ufshcd_get_variant(hba);
271 /* Cache the values into intel_host structure */
292 struct intel_host *host = ufshcd_get_variant(hba);
303 struct intel_host *host = ufshcd_get_variant(hba);
310 struct intel_host *host = ufshcd_get_variant(hba);
345 struct intel_host *host;