Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/amd/pds_core/
H A Dauxbus.c57 int pds_client_unregister(struct pdsc *pf, u16 client_id) in pds_client_unregister() function
73 EXPORT_SYMBOL_GPL(pds_client_unregister);
186 pds_client_unregister(pf, padev->client_id); in pdsc_auxbus_dev_del()
247 pds_client_unregister(pf, client_id); in pdsc_auxbus_dev_add()
/linux/include/linux/pds/
H A Dpds_common.h55 int pds_client_unregister(struct pdsc *pf, u16 client_id);
/linux/drivers/vfio/pci/pds/
H A Dcmds.c80 err = pds_client_unregister(pdsc, pds_vfio->client_id); in pds_vfio_unregister_client_cmd()