Searched refs:padev (Results 1 - 14 of 14) sorted by relevance

/linux-master/drivers/net/ethernet/amd/pds_core/
H A Dauxbus.c77 * @padev: ptr to the client device
92 int pds_client_adminq_cmd(struct pds_auxiliary_dev *padev, argument
104 pf_pdev = pci_physfn(padev->vf_pdev);
108 __func__, dev_name(&padev->aux_dev.dev), req->opcode);
115 cmd.client_request.client_id = cpu_to_le16(padev->client_id);
131 struct pds_auxiliary_dev *padev = local
134 kfree(padev);
143 struct pds_auxiliary_dev *padev; local
146 padev = kzalloc(sizeof(*padev), GFP_KERNE
180 struct pds_auxiliary_dev *padev; local
203 struct pds_auxiliary_dev *padev; local
[all...]
H A Dcore.h36 struct pds_auxiliary_dev *padev; member in struct:pdsc_vf
141 struct pds_auxiliary_dev *padev; member in struct:pdsc_viftype
/linux-master/drivers/vdpa/pds/
H A Dcmds.c18 struct pds_auxiliary_dev *padev = pdsv->vdpa_aux->padev; local
19 struct device *dev = &padev->aux_dev.dev;
29 err = pds_client_adminq_cmd(padev, &cmd, sizeof(cmd.vdpa_init),
40 struct pds_auxiliary_dev *padev = pdsv->vdpa_aux->padev; local
41 struct device *dev = &padev->aux_dev.dev;
50 err = pds_client_adminq_cmd(padev, &cmd, sizeof(cmd.vdpa), &comp, 0);
60 struct pds_auxiliary_dev *padev = pdsv->vdpa_aux->padev; local
81 struct pds_auxiliary_dev *padev = pdsv->vdpa_aux->padev; local
104 struct pds_auxiliary_dev *padev = pdsv->vdpa_aux->padev; local
128 struct pds_auxiliary_dev *padev = pdsv->vdpa_aux->padev; local
162 struct pds_auxiliary_dev *padev = pdsv->vdpa_aux->padev; local
[all...]
H A Daux_drv.h13 struct pds_auxiliary_dev *padev; member in struct:pds_vdpa_aux
H A Daux_drv.c36 struct pds_auxiliary_dev *padev = local
46 vdpa_aux->padev = padev;
47 vdpa_aux->vf_id = pci_iov_vf_id(padev->vf_pdev);
56 vdpa_aux->vd_mdev.pci_dev = padev->vf_pdev;
82 pci_free_irq_vectors(padev->vf_pdev);
H A Dvdpa_dev.c31 struct device *dev = &pdsv->vdpa_aux->padev->aux_dev.dev;
45 struct device *dev = &pdsv->vdpa_aux->padev->aux_dev.dev;
175 struct pds_auxiliary_dev *padev = pdsv->vdpa_aux->padev; local
176 struct device *dev = &padev->aux_dev.dev;
225 struct pds_auxiliary_dev *padev = pdsv->vdpa_aux->padev; local
226 struct device *dev = &padev->aux_dev.dev;
382 struct pci_dev *pdev = pdsv->vdpa_aux->padev->vf_pdev;
438 pdev = pdsv->vdpa_aux->padev
[all...]
H A Ddebugfs.c172 vdpa_aux->dentry = debugfs_create_dir(pci_name(vdpa_aux->padev->vf_pdev), dbfs_dir);
182 dev_name(&vdpa_aux->padev->aux_dev.dev));
/linux-master/include/linux/pds/
H A Dpds_auxbus.h15 int pds_client_adminq_cmd(struct pds_auxiliary_dev *padev,
/linux-master/arch/parisc/kernel/
H A Ddrivers.c283 * @padev: The device to start searching from
290 find_pa_parent_type(const struct parisc_device *padev, int type) argument
292 const struct device *dev = &padev->dev;
400 static void setup_bus_id(struct parisc_device *padev) argument
407 get_node_path(padev->dev.parent, &path);
414 sprintf(output, "%u", (unsigned char) padev->hw_path);
415 dev_set_name(&padev->dev, name);
558 const struct parisc_device *padev = to_parisc_device(dev); local
559 const struct parisc_device_id *id = &padev->id;
568 const struct parisc_device *padev; local
780 struct parisc_device *padev; local
[all...]
/linux-master/drivers/parisc/
H A Dgsc.c209 struct parisc_device *padev = to_parisc_device(dev); local
214 if (padev->id.hw_type == HPHW_FAULTY)
215 gsc_fixup_irqs(padev, gf->ctrl, gf->choose_irq);
216 gf->choose_irq(padev, gf->ctrl);
/linux-master/sound/parisc/
H A Dharmony.c865 struct parisc_device *padev,
880 h->hpa = padev->hpa.start;
882 h->dev = padev;
884 h->iobase = ioremap(padev->hpa.start, HARMONY_SIZE);
887 (unsigned long)padev->hpa.start);
892 err = request_irq(padev->irq, snd_harmony_interrupt, 0,
896 padev->irq);
899 h->irq = padev->irq;
918 snd_harmony_probe(struct parisc_device *padev) argument
924 err = snd_card_new(&padev
864 snd_harmony_create(struct snd_card *card, struct parisc_device *padev, struct snd_harmony **rchip) argument
958 snd_harmony_remove(struct parisc_device *padev) argument
[all...]
/linux-master/drivers/input/serio/
H A Dgscps2.c91 struct parisc_device *padev; member in struct:gscps2port
351 ps2port->padev = dev;
391 ps2port->padev->irq,
/linux-master/drivers/char/agp/
H A Dparisc-agp.c388 struct parisc_device *padev = to_parisc_device(dev); local
390 if (IS_QUICKSILVER(padev))
391 *lba = padev;
/linux-master/drivers/parport/
H A Dparport_gsc.c230 struct parisc_device *padev)
274 p->dev = &padev->dev;
228 parport_gsc_probe_port(unsigned long base, unsigned long base_hi, int irq, struct parisc_device *padev) argument

Completed in 280 milliseconds