Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/amd/pds_core/
Dauxbus.c57 int pds_client_unregister(struct pdsc *pf, u16 client_id) in pds_client_unregister() function
73 EXPORT_SYMBOL_GPL(pds_client_unregister);
191 pds_client_unregister(pf, padev->client_id); in pdsc_auxbus_dev_del()
245 pds_client_unregister(pf, client_id); in pdsc_auxbus_dev_add()
/Linux-v6.6/include/linux/pds/
Dpds_common.h51 int pds_client_unregister(struct pdsc *pf, u16 client_id);
/Linux-v6.6/drivers/vfio/pci/pds/
Dcmds.c80 err = pds_client_unregister(pdsc, pds_vfio->client_id); in pds_vfio_unregister_client_cmd()