Symbol: pds_vdpa_aux
drivers/vdpa/pds/aux_drv.c
39
struct pds_vdpa_aux *vdpa_aux;
drivers/vdpa/pds/aux_drv.c
92
struct pds_vdpa_aux *vdpa_aux = auxiliary_get_drvdata(aux_dev);
drivers/vdpa/pds/debugfs.c
170
void pds_vdpa_debugfs_add_pcidev(struct pds_vdpa_aux *vdpa_aux)
drivers/vdpa/pds/debugfs.c
177
struct pds_vdpa_aux *vdpa_aux = seq->private;
drivers/vdpa/pds/debugfs.c
195
void pds_vdpa_debugfs_add_ident(struct pds_vdpa_aux *vdpa_aux)
drivers/vdpa/pds/debugfs.c
257
void pds_vdpa_debugfs_add_vdpadev(struct pds_vdpa_aux *vdpa_aux)
drivers/vdpa/pds/debugfs.c
272
void pds_vdpa_debugfs_del_vdpadev(struct pds_vdpa_aux *vdpa_aux)
drivers/vdpa/pds/debugfs.c
278
void pds_vdpa_debugfs_reset_vdpadev(struct pds_vdpa_aux *vdpa_aux)
drivers/vdpa/pds/debugfs.h
11
void pds_vdpa_debugfs_add_pcidev(struct pds_vdpa_aux *vdpa_aux);
drivers/vdpa/pds/debugfs.h
12
void pds_vdpa_debugfs_add_ident(struct pds_vdpa_aux *vdpa_aux);
drivers/vdpa/pds/debugfs.h
13
void pds_vdpa_debugfs_add_vdpadev(struct pds_vdpa_aux *vdpa_aux);
drivers/vdpa/pds/debugfs.h
14
void pds_vdpa_debugfs_del_vdpadev(struct pds_vdpa_aux *vdpa_aux);
drivers/vdpa/pds/debugfs.h
15
void pds_vdpa_debugfs_reset_vdpadev(struct pds_vdpa_aux *vdpa_aux);
drivers/vdpa/pds/vdpa_dev.c
383
struct pds_vdpa_aux *vdpa_aux = pdsv->vdpa_aux;
drivers/vdpa/pds/vdpa_dev.c
431
struct pds_vdpa_aux *vdpa_aux;
drivers/vdpa/pds/vdpa_dev.c
614
struct pds_vdpa_aux *vdpa_aux;
drivers/vdpa/pds/vdpa_dev.c
625
vdpa_aux = container_of(mdev, struct pds_vdpa_aux, vdpa_mdev);
drivers/vdpa/pds/vdpa_dev.c
772
struct pds_vdpa_aux *vdpa_aux;
drivers/vdpa/pds/vdpa_dev.c
776
vdpa_aux = container_of(mdev, struct pds_vdpa_aux, vdpa_mdev);
drivers/vdpa/pds/vdpa_dev.c
792
int pds_vdpa_get_mgmt_info(struct pds_vdpa_aux *vdpa_aux)
drivers/vdpa/pds/vdpa_dev.h
35
struct pds_vdpa_aux *vdpa_aux;
drivers/vdpa/pds/vdpa_dev.h
50
int pds_vdpa_get_mgmt_info(struct pds_vdpa_aux *vdpa_aux);