Home
last modified time | relevance | path

Searched refs:tsm_register (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/virt/coco/
H A Dtsm-core.c81 struct tsm_dev *tsm_register(struct device *parent, struct pci_tsm_ops *pci_ops) in tsm_register() function
101 EXPORT_SYMBOL_GPL(tsm_register);
/linux/include/linux/
H A Dtsm.h123 struct tsm_dev *tsm_register(struct device *parent, struct pci_tsm_ops *ops);
/linux/drivers/crypto/ccp/
H A Dsev-dev-tsm.c372 tsmdev = tsm_register(sev->dev, &sev_tsm_ops); in sev_tsm_init_locked()