Searched refs:dsm_dev (Results 1 – 2 of 2) sorted by relevance
40 return pdev->tsm && pdev->tsm->dsm_dev == pdev; in is_dsm()56 struct pci_dev *pf0 = tsm->dsm_dev; in to_pci_tsm_pf0()175 struct pci_dev *dsm_dev = dsm; in probe_fn() local176 const struct pci_tsm_ops *ops = to_pci_tsm_ops(dsm_dev->tsm); in probe_fn()178 pdev->tsm = ops->probe(dsm_dev->tsm->tsm_dev, pdev); in probe_fn()180 pci_name(dsm_dev), pdev->tsm ? "success" : "failed"); in probe_fn()535 return sysfs_emit(buf, "%s\n", pci_name(tsm->dsm_dev)); in dsm_show()577 if (pdev->tsm && has_tee(pdev->tsm->dsm_dev)) in pci_tsm_attr_visible()584 if (pdev->tsm && has_tee(pdev->tsm->dsm_dev)) in pci_tsm_attr_visible()725 tsm->dsm_dev = find_dsm_dev(pdev); in pci_tsm_link_constructor()[all …]
112 struct pci_dev *dsm_dev; member