Searched refs:pds_vdpa_aux (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/vdpa/pds/
H A Ddebugfs.h11 void pds_vdpa_debugfs_add_pcidev(struct pds_vdpa_aux *vdpa_aux);
12 void pds_vdpa_debugfs_add_ident(struct pds_vdpa_aux *vdpa_aux);
13 void pds_vdpa_debugfs_add_vdpadev(struct pds_vdpa_aux *vdpa_aux);
14 void pds_vdpa_debugfs_del_vdpadev(struct pds_vdpa_aux *vdpa_aux);
15 void pds_vdpa_debugfs_reset_vdpadev(struct pds_vdpa_aux *vdpa_aux);
H A Daux_drv.h12 struct pds_vdpa_aux { struct
H A Dvdpa_dev.h35 struct pds_vdpa_aux *vdpa_aux;
50 int pds_vdpa_get_mgmt_info(struct pds_vdpa_aux *vdpa_aux);
H A Ddebugfs.c170 void pds_vdpa_debugfs_add_pcidev(struct pds_vdpa_aux *vdpa_aux)
177 struct pds_vdpa_aux *vdpa_aux = seq->private;
195 void pds_vdpa_debugfs_add_ident(struct pds_vdpa_aux *vdpa_aux)
257 void pds_vdpa_debugfs_add_vdpadev(struct pds_vdpa_aux *vdpa_aux)
272 void pds_vdpa_debugfs_del_vdpadev(struct pds_vdpa_aux *vdpa_aux)
278 void pds_vdpa_debugfs_reset_vdpadev(struct pds_vdpa_aux *vdpa_aux)
H A Daux_drv.c39 struct pds_vdpa_aux *vdpa_aux;
92 struct pds_vdpa_aux *vdpa_aux = auxiliary_get_drvdata(aux_dev);
H A Dvdpa_dev.c383 struct pds_vdpa_aux *vdpa_aux = pdsv->vdpa_aux;
431 struct pds_vdpa_aux *vdpa_aux;
614 struct pds_vdpa_aux *vdpa_aux;
625 vdpa_aux = container_of(mdev, struct pds_vdpa_aux, vdpa_mdev);
771 struct pds_vdpa_aux *vdpa_aux;
775 vdpa_aux = container_of(mdev, struct pds_vdpa_aux, vdpa_mdev);
791 int pds_vdpa_get_mgmt_info(struct pds_vdpa_aux *vdpa_aux)

Completed in 121 milliseconds