Searched refs:pci_tsm_ops (Results 1 – 5 of 5) sorted by relevance
111 struct pci_tsm_ops;115 const struct pci_tsm_ops *pci_ops;123 struct tsm_dev *tsm_register(struct device *parent, struct pci_tsm_ops *ops);
26 struct pci_tsm_ops { struct
56 struct pci_tsm_ops *pci_ops) in tsm_register_pci_or_reset()77 struct tsm_dev *tsm_register(struct device *parent, struct pci_tsm_ops *pci_ops) in tsm_register()
33 static const struct pci_tsm_ops *to_pci_tsm_ops(struct pci_tsm *tsm) in to_pci_tsm_ops()176 const struct pci_tsm_ops *ops = to_pci_tsm_ops(dsm_dev->tsm); in probe_fn()190 const struct pci_tsm_ops *ops = tsm_dev->pci_ops; in pci_tsm_connect()447 const struct pci_tsm_ops *ops = to_pci_tsm_ops(pdev->tsm); in __pci_tsm_disconnect()
335 static struct pci_tsm_ops sev_tsm_ops = {