Searched refs:ivdev (Results 1 – 4 of 4) sorted by relevance
29 struct intel_vsec_device *ivdev = dev_to_ivdev(dev); in intel_pmt_is_early_client_hw() local36 return !!(ivdev->quirks & VSEC_QUIRK_EARLY_HW); in intel_pmt_is_early_client_hw()183 if (ivdev->cap_id == ilog2(VSEC_CAP_DISCOVERY)) in intel_pmt_attr_visible()208 struct intel_vsec_device *ivdev, in intel_pmt_populate_entry() argument211 struct pci_dev *pci_dev = ivdev->pcidev; in intel_pmt_populate_entry()212 struct device *dev = &ivdev->auxdev.dev; in intel_pmt_populate_entry()266 if (ivdev->base_addr) { in intel_pmt_populate_entry()267 entry->base_addr = ivdev->base_addr + in intel_pmt_populate_entry()289 entry->cb = ivdev->priv_data; in intel_pmt_populate_entry()298 struct intel_vsec_device *ivdev = dev_to_ivdev(parent); in intel_pmt_dev_register() local[all …]
467 struct intel_vsec_device *ivdev, in pmt_features_discovery() argument471 struct resource *disc_res = &ivdev->resource[idx]; in pmt_features_discovery()533 struct intel_vsec_device *ivdev = auxdev_to_ivdev(auxdev); in pmt_features_probe() local538 size = struct_size(priv, feature, ivdev->num_resources); in pmt_features_probe()543 priv->parent = &ivdev->pcidev->dev; in pmt_features_probe()554 for (i = 0; i < ivdev->num_resources; i++) { in pmt_features_probe()557 ret = pmt_features_discovery(priv, feature, ivdev, i); in pmt_features_probe()
104 static int pmt_telem_add_endpoint(struct intel_vsec_device *ivdev, in pmt_telem_add_endpoint() argument115 ep->pcidev = ivdev->pcidev; in pmt_telem_add_endpoint()122 ep->cb = ivdev->priv_data; in pmt_telem_add_endpoint()
64 int (*pmt_add_endpoint)(struct intel_vsec_device *ivdev,
Completed in 8 milliseconds