pci_tsm_ops
static struct pci_tsm_ops sev_tsm_ops = {
const struct pci_tsm_ops *ops = to_pci_tsm_ops(dsm_dev->tsm);
const struct pci_tsm_ops *ops = tsm_dev->pci_ops;
static const struct pci_tsm_ops *to_pci_tsm_ops(struct pci_tsm *tsm)
const struct pci_tsm_ops *ops = to_pci_tsm_ops(pdev->tsm);
struct pci_tsm_ops *pci_ops)
struct tsm_dev *tsm_register(struct device *parent, struct pci_tsm_ops *pci_ops)
struct pci_tsm_ops;
const struct pci_tsm_ops *pci_ops;
struct tsm_dev *tsm_register(struct device *parent, struct pci_tsm_ops *ops);