Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpci-tsm.h207 int pci_tsm_pf0_constructor(struct pci_dev *pdev, struct pci_tsm_pf0 *tsm,
/linux/drivers/pci/
H A Dtsm.c743 int pci_tsm_pf0_constructor(struct pci_dev *pdev, struct pci_tsm_pf0 *tsm, in pci_tsm_pf0_constructor() function
756 EXPORT_SYMBOL_GPL(pci_tsm_pf0_constructor);
/linux/drivers/crypto/ccp/
H A Dsev-dev-tsm.c216 rc = pci_tsm_pf0_constructor(pdev, &dsm->tsm, sev->tsmdev); in tio_pf0_probe()