Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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, in pds_client_adminq_cmd() argument
104 pf_pdev = pci_physfn(padev->vf_pdev); in pds_client_adminq_cmd()
108 __func__, dev_name(&padev->aux_dev.dev), req->opcode); in pds_client_adminq_cmd()
115 cmd.client_request.client_id = cpu_to_le16(padev->client_id); in pds_client_adminq_cmd()
131 struct pds_auxiliary_dev *padev = in pdsc_auxbus_dev_release() local
134 kfree(padev); in pdsc_auxbus_dev_release()
143 struct pds_auxiliary_dev *padev; in pdsc_auxbus_dev_register() local
146 padev = kzalloc(sizeof(*padev), GFP_KERNE in pdsc_auxbus_dev_register()
180 struct pds_auxiliary_dev *padev; pdsc_auxbus_dev_del() local
200 struct pds_auxiliary_dev *padev; pdsc_auxbus_dev_add() local
[all...]
H A Dcore.h36 struct pds_auxiliary_dev *padev; member
141 struct pds_auxiliary_dev *padev; member
/kernel/linux/linux-6.6/drivers/vdpa/pds/
H A Dcmds.c18 struct pds_auxiliary_dev *padev = pdsv->vdpa_aux->padev; in pds_vdpa_init_hw() local
19 struct device *dev = &padev->aux_dev.dev; in pds_vdpa_init_hw()
29 err = pds_client_adminq_cmd(padev, &cmd, sizeof(cmd.vdpa_init), in pds_vdpa_init_hw()
40 struct pds_auxiliary_dev *padev = pdsv->vdpa_aux->padev; in pds_vdpa_cmd_reset() local
41 struct device *dev = &padev->aux_dev.dev; in pds_vdpa_cmd_reset()
50 err = pds_client_adminq_cmd(padev, &cmd, sizeof(cmd.vdpa), &comp, 0); in pds_vdpa_cmd_reset()
60 struct pds_auxiliary_dev *padev = pdsv->vdpa_aux->padev; in pds_vdpa_cmd_set_status() local
81 struct pds_auxiliary_dev *padev = pdsv->vdpa_aux->padev; pds_vdpa_cmd_set_mac() local
104 struct pds_auxiliary_dev *padev = pdsv->vdpa_aux->padev; pds_vdpa_cmd_set_max_vq_pairs() local
128 struct pds_auxiliary_dev *padev = pdsv->vdpa_aux->padev; pds_vdpa_cmd_init_vq() local
162 struct pds_auxiliary_dev *padev = pdsv->vdpa_aux->padev; pds_vdpa_cmd_reset_vq() local
[all...]
H A Daux_drv.c36 struct pds_auxiliary_dev *padev = in pds_vdpa_probe() local
46 vdpa_aux->padev = padev; in pds_vdpa_probe()
47 vdpa_aux->vf_id = pci_iov_vf_id(padev->vf_pdev); in pds_vdpa_probe()
56 vdpa_aux->vd_mdev.pci_dev = padev->vf_pdev; in pds_vdpa_probe()
82 pci_free_irq_vectors(padev->vf_pdev); in pds_vdpa_probe()
97 pci_free_irq_vectors(vdpa_aux->padev->vf_pdev); in pds_vdpa_remove()
H A Dvdpa_dev.c31 struct device *dev = &pdsv->vdpa_aux->padev->aux_dev.dev; in pds_vdpa_notify_handler()
45 struct device *dev = &pdsv->vdpa_aux->padev->aux_dev.dev; in pds_vdpa_register_event_handler()
175 struct pds_auxiliary_dev *padev = pdsv->vdpa_aux->padev; in pds_vdpa_set_vq_state() local
176 struct device *dev = &padev->aux_dev.dev; in pds_vdpa_set_vq_state()
225 struct pds_auxiliary_dev *padev = pdsv->vdpa_aux->padev; in pds_vdpa_get_vq_state() local
226 struct device *dev = &padev->aux_dev.dev; in pds_vdpa_get_vq_state()
382 struct pci_dev *pdev = pdsv->vdpa_aux->padev->vf_pdev; in pds_vdpa_request_irqs()
431 struct pci_dev *pdev = pdsv->vdpa_aux->padev in pds_vdpa_release_irqs()
[all...]
H A Daux_drv.h13 struct pds_auxiliary_dev *padev; member
H A Ddebugfs.c172 vdpa_aux->dentry = debugfs_create_dir(pci_name(vdpa_aux->padev->vf_pdev), dbfs_dir); in pds_vdpa_debugfs_add_pcidev()
182 dev_name(&vdpa_aux->padev->aux_dev.dev)); in identity_show()
/kernel/linux/linux-5.10/arch/parisc/kernel/
H A Ddrivers.c291 find_pa_parent_type(const struct parisc_device *padev, int type) in find_pa_parent_type() argument
293 const struct device *dev = &padev->dev; in find_pa_parent_type()
401 static void setup_bus_id(struct parisc_device *padev) in setup_bus_id() argument
408 get_node_path(padev->dev.parent, &path); in setup_bus_id()
415 sprintf(output, "%u", (unsigned char) padev->hw_path); in setup_bus_id()
416 dev_set_name(&padev->dev, name); in setup_bus_id()
558 const struct parisc_device *padev = to_parisc_device(dev); in make_modalias() local
559 const struct parisc_device_id *id = &padev->id; in make_modalias()
568 const struct parisc_device *padev; in parisc_uevent() local
574 padev in parisc_uevent()
780 struct parisc_device *padev; device_to_hwpath() local
[all...]
/kernel/linux/linux-6.6/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) in find_pa_parent_type() argument
292 const struct device *dev = &padev->dev; in find_pa_parent_type()
400 static void setup_bus_id(struct parisc_device *padev) in setup_bus_id() argument
407 get_node_path(padev->dev.parent, &path); in setup_bus_id()
414 sprintf(output, "%u", (unsigned char) padev->hw_path); in setup_bus_id()
415 dev_set_name(&padev->dev, name); in setup_bus_id()
558 const struct parisc_device *padev = to_parisc_device(dev); in make_modalias() local
559 const struct parisc_device_id *id = &padev->id; in make_modalias()
568 const struct parisc_device *padev; in parisc_uevent() local
780 struct parisc_device *padev; device_to_hwpath() local
[all...]
/kernel/linux/linux-5.10/sound/parisc/
H A Dharmony.c879 struct parisc_device *padev, in snd_harmony_create()
894 h->hpa = padev->hpa.start; in snd_harmony_create()
896 h->dev = padev; in snd_harmony_create()
898 h->iobase = ioremap(padev->hpa.start, HARMONY_SIZE); in snd_harmony_create()
901 (unsigned long)padev->hpa.start); in snd_harmony_create()
906 err = request_irq(padev->irq, snd_harmony_interrupt, 0, in snd_harmony_create()
910 padev->irq); in snd_harmony_create()
913 h->irq = padev->irq; in snd_harmony_create()
933 snd_harmony_probe(struct parisc_device *padev) in snd_harmony_probe() argument
939 err = snd_card_new(&padev in snd_harmony_probe()
878 snd_harmony_create(struct snd_card *card, struct parisc_device *padev, struct snd_harmony **rchip) snd_harmony_create() argument
973 snd_harmony_remove(struct parisc_device *padev) snd_harmony_remove() argument
[all...]
/kernel/linux/linux-6.6/sound/parisc/
H A Dharmony.c865 struct parisc_device *padev, in snd_harmony_create()
880 h->hpa = padev->hpa.start; in snd_harmony_create()
882 h->dev = padev; in snd_harmony_create()
884 h->iobase = ioremap(padev->hpa.start, HARMONY_SIZE); in snd_harmony_create()
887 (unsigned long)padev->hpa.start); in snd_harmony_create()
892 err = request_irq(padev->irq, snd_harmony_interrupt, 0, in snd_harmony_create()
896 padev->irq); in snd_harmony_create()
899 h->irq = padev->irq; in snd_harmony_create()
918 snd_harmony_probe(struct parisc_device *padev) in snd_harmony_probe() argument
924 err = snd_card_new(&padev in snd_harmony_probe()
864 snd_harmony_create(struct snd_card *card, struct parisc_device *padev, struct snd_harmony **rchip) snd_harmony_create() argument
958 snd_harmony_remove(struct parisc_device *padev) snd_harmony_remove() argument
[all...]
/kernel/linux/linux-5.10/drivers/parisc/
H A Dgsc.c209 struct parisc_device *padev = to_parisc_device(dev); in gsc_fixup_irqs_callback() local
214 if (padev->id.hw_type == HPHW_FAULTY) in gsc_fixup_irqs_callback()
215 gsc_fixup_irqs(padev, gf->ctrl, gf->choose_irq); in gsc_fixup_irqs_callback()
216 gf->choose_irq(padev, gf->ctrl); in gsc_fixup_irqs_callback()
/kernel/linux/linux-6.6/drivers/parisc/
H A Dgsc.c209 struct parisc_device *padev = to_parisc_device(dev); in gsc_fixup_irqs_callback() local
214 if (padev->id.hw_type == HPHW_FAULTY) in gsc_fixup_irqs_callback()
215 gsc_fixup_irqs(padev, gf->ctrl, gf->choose_irq); in gsc_fixup_irqs_callback()
216 gf->choose_irq(padev, gf->ctrl); in gsc_fixup_irqs_callback()
/kernel/linux/linux-6.6/include/linux/pds/
H A Dpds_auxbus.h15 int pds_client_adminq_cmd(struct pds_auxiliary_dev *padev,
/kernel/linux/linux-5.10/drivers/input/serio/
H A Dgscps2.c91 struct parisc_device *padev; member
351 ps2port->padev = dev; in gscps2_probe()
391 ps2port->padev->irq, in gscps2_probe()
/kernel/linux/linux-6.6/drivers/input/serio/
H A Dgscps2.c91 struct parisc_device *padev; member
351 ps2port->padev = dev; in gscps2_probe()
391 ps2port->padev->irq, in gscps2_probe()
/kernel/linux/linux-5.10/drivers/char/agp/
H A Dparisc-agp.c386 struct parisc_device *padev = to_parisc_device(dev); in find_quicksilver() local
388 if (IS_QUICKSILVER(padev)) in find_quicksilver()
389 *lba = padev; in find_quicksilver()
/kernel/linux/linux-6.6/drivers/char/agp/
H A Dparisc-agp.c388 struct parisc_device *padev = to_parisc_device(dev); in find_quicksilver() local
390 if (IS_QUICKSILVER(padev)) in find_quicksilver()
391 *lba = padev; in find_quicksilver()
/kernel/linux/linux-5.10/drivers/parport/
H A Dparport_gsc.c232 int dma, struct parisc_device *padev) in parport_gsc_probe_port()
279 p->dev = &padev->dev; in parport_gsc_probe_port()
230 parport_gsc_probe_port(unsigned long base, unsigned long base_hi, int irq, int dma, struct parisc_device *padev) parport_gsc_probe_port() argument
H A Dparport_gsc.h205 struct parisc_device *padev);
/kernel/linux/linux-6.6/drivers/parport/
H A Dparport_gsc.c230 struct parisc_device *padev) in parport_gsc_probe_port()
274 p->dev = &padev->dev; in parport_gsc_probe_port()
228 parport_gsc_probe_port(unsigned long base, unsigned long base_hi, int irq, struct parisc_device *padev) parport_gsc_probe_port() argument

Completed in 15 milliseconds