Home
last modified time | relevance | path

Searched defs:pdev (Results 426 – 450 of 6110) sorted by relevance

1...<<11121314151617181920>>...245

/OK3568_Linux_fs/kernel/drivers/fpga/
H A Daltera-pr-ip-core-plat.c14 static int alt_pr_platform_probe(struct platform_device *pdev) in alt_pr_platform_probe()
31 static int alt_pr_platform_remove(struct platform_device *pdev) in alt_pr_platform_remove()
H A Ddfl.c120 static enum dfl_id_type feature_dev_id_type(struct platform_device *pdev) in feature_dev_id_type()
162 struct dfl_fpga_port_ops *dfl_fpga_port_ops_get(struct platform_device *pdev) in dfl_fpga_port_ops_get()
228 int dfl_fpga_check_port_id(struct platform_device *pdev, void *pport_id) in dfl_fpga_check_port_id()
356 struct platform_device *pdev = pdata->dev; in dfl_dev_add() local
494 void dfl_fpga_dev_feature_uinit(struct platform_device *pdev) in dfl_fpga_dev_feature_uinit()
511 static int dfl_feature_instance_init(struct platform_device *pdev, in dfl_feature_instance_init()
568 int dfl_fpga_dev_feature_init(struct platform_device *pdev, in dfl_fpga_dev_feature_init()
646 int dfl_fpga_dev_ops_register(struct platform_device *pdev, in dfl_fpga_dev_ops_register()
671 void dfl_fpga_dev_ops_unregister(struct platform_device *pdev) in dfl_fpga_dev_ops_unregister()
1362 struct platform_device *pdev = to_platform_device(dev); in remove_feature_dev() local
[all …]
/OK3568_Linux_fs/kernel/arch/s390/pci/
H A Dpci_iov.h21 static inline void zpci_iov_remove_virtfn(struct pci_dev *pdev, int vfn) {} in zpci_iov_remove_virtfn()
23 static inline void zpci_iov_map_resources(struct pci_dev *pdev) {} in zpci_iov_map_resources()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dfdomain_pci.c7 static int fdomain_pci_probe(struct pci_dev *pdev, in fdomain_pci_probe()
41 static void fdomain_pci_remove(struct pci_dev *pdev) in fdomain_pci_remove()
/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dpci.c1095 struct pci_dev *pdev = to_pci_dev(nvmeq->dev->dev); in nvme_poll_irqdisable() local
1484 struct pci_dev *pdev = to_pci_dev(dev->dev); in nvme_alloc_sq_cmds() local
1544 struct pci_dev *pdev = to_pci_dev(nvmeq->dev->dev); in queue_request_irq() local
1692 struct pci_dev *pdev = to_pci_dev(dev->dev); in nvme_remap_bar() local
1826 struct pci_dev *pdev = to_pci_dev(dev->dev); in nvme_map_cmb() local
2112 struct pci_dev *pdev = to_pci_dev(dev->dev); in nvme_setup_irqs() local
2160 struct pci_dev *pdev = to_pci_dev(dev->dev); in nvme_setup_io_queues() local
2371 struct pci_dev *pdev = to_pci_dev(dev->dev); in nvme_pci_enable() local
2465 struct pci_dev *pdev = to_pci_dev(dev->dev); in nvme_pci_disable() local
2478 struct pci_dev *pdev = to_pci_dev(dev->dev); in nvme_dev_disable() local
[all …]
/OK3568_Linux_fs/kernel/drivers/crypto/cavium/nitrox/
H A Dnitrox_isr.c264 struct pci_dev *pdev = ndev->pdev; in nitrox_unregister_interrupts() local
291 struct pci_dev *pdev = ndev->pdev; in nitrox_register_interrupts() local
383 struct pci_dev *pdev = ndev->pdev; in nitrox_sriov_unregister_interrupts() local
409 struct pci_dev *pdev = ndev->pdev; in nitrox_sriov_register_interupts() local
/OK3568_Linux_fs/kernel/drivers/input/mouse/
H A Dnavpoint.c205 static int navpoint_probe(struct platform_device *pdev) in navpoint_probe()
298 static int navpoint_remove(struct platform_device *pdev) in navpoint_remove()
320 struct platform_device *pdev = to_platform_device(dev); in navpoint_suspend() local
334 struct platform_device *pdev = to_platform_device(dev); in navpoint_resume() local
/OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/displays/
H A Dpanel-dpi.c154 static int panel_dpi_probe_pdata(struct platform_device *pdev) in panel_dpi_probe_pdata()
197 static int panel_dpi_probe_of(struct platform_device *pdev) in panel_dpi_probe_of()
235 static int panel_dpi_probe(struct platform_device *pdev) in panel_dpi_probe()
288 static int __exit panel_dpi_remove(struct platform_device *pdev) in panel_dpi_remove()
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-amd-mp2-plat.c33 struct platform_device *pdev; member
212 static enum speed_enum i2c_amd_get_bus_speed(struct platform_device *pdev) in i2c_amd_get_bus_speed()
246 static int i2c_amd_probe(struct platform_device *pdev) in i2c_amd_probe()
336 static int i2c_amd_remove(struct platform_device *pdev) in i2c_amd_remove()
/OK3568_Linux_fs/kernel/drivers/iio/proximity/
H A Dsrf04.c247 static int srf04_probe(struct platform_device *pdev) in srf04_probe()
348 static int srf04_remove(struct platform_device *pdev) in srf04_remove()
365 struct platform_device *pdev = container_of(dev, in srf04_pm_runtime_suspend() local
377 struct platform_device *pdev = container_of(dev, in srf04_pm_runtime_resume() local
/OK3568_Linux_fs/kernel/drivers/staging/hikey9xx/
H A Dhi6421-spmi-pmic.c69 struct spmi_device *pdev; in hi6421_spmi_pmic_read() local
90 struct spmi_device *pdev; in hi6421_spmi_pmic_write() local
231 static int hi6421_spmi_pmic_probe(struct spmi_device *pdev) in hi6421_spmi_pmic_probe()
320 static void hi6421_spmi_pmic_remove(struct spmi_device *pdev) in hi6421_spmi_pmic_remove()
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dvia-cputemp.c110 static int via_cputemp_probe(struct platform_device *pdev) in via_cputemp_probe()
185 static int via_cputemp_remove(struct platform_device *pdev) in via_cputemp_remove()
206 struct platform_device *pdev; member
216 struct platform_device *pdev; in via_cputemp_online() local
/OK3568_Linux_fs/kernel/drivers/leds/
H A Dleds-rb532.c40 static int rb532_led_probe(struct platform_device *pdev) in rb532_led_probe()
45 static int rb532_led_remove(struct platform_device *pdev) in rb532_led_remove()
/OK3568_Linux_fs/kernel/drivers/edac/
H A Docteon_edac-pci.c60 static int octeon_pci_probe(struct platform_device *pdev) in octeon_pci_probe()
90 static int octeon_pci_remove(struct platform_device *pdev) in octeon_pci_remove()
/OK3568_Linux_fs/kernel/sound/soc/cirrus/
H A Dsimone.c41 static int simone_probe(struct platform_device *pdev) in simone_probe()
63 static int simone_remove(struct platform_device *pdev) in simone_remove()
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dbt-sco.c71 static int bt_sco_probe(struct platform_device *pdev) in bt_sco_probe()
78 static int bt_sco_remove(struct platform_device *pdev) in bt_sco_remove()
/OK3568_Linux_fs/kernel/drivers/vme/boards/
H A Dvme_vmivme7805.c38 static int vmic_probe(struct pci_dev *pdev, const struct pci_device_id *id) in vmic_probe()
93 static void vmic_remove(struct pci_dev *pdev) in vmic_remove()
/OK3568_Linux_fs/kernel/drivers/media/pci/mantis/
H A Dmantis_pci.c41 struct pci_dev *pdev = mantis->pdev; in mantis_pci_init() local
140 struct pci_dev *pdev = mantis->pdev; in mantis_pci_exit() local
/OK3568_Linux_fs/kernel/drivers/media/radio/
H A Dradio-maxiradio.c74 struct pci_dev *pdev; member
118 static int maxiradio_probe(struct pci_dev *pdev, in maxiradio_probe()
177 static void maxiradio_remove(struct pci_dev *pdev) in maxiradio_remove()
/OK3568_Linux_fs/kernel/drivers/net/dsa/
H A Dvitesse-vsc73xx-platform.c35 struct platform_device *pdev; member
88 static int vsc73xx_platform_probe(struct platform_device *pdev) in vsc73xx_platform_probe()
115 static int vsc73xx_platform_remove(struct platform_device *pdev) in vsc73xx_platform_remove()
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dpata_pcmcia.c155 static int pcmcia_check_one_config(struct pcmcia_device *pdev, void *priv_data) in pcmcia_check_one_config()
186 static int pcmcia_init_one(struct pcmcia_device *pdev) in pcmcia_init_one()
288 static void pcmcia_remove_one(struct pcmcia_device *pdev) in pcmcia_remove_one()
/OK3568_Linux_fs/kernel/drivers/platform/x86/intel_speed_select_if/
H A Disst_if_mmio.c39 struct pci_dev *pdev; in isst_if_mmio_rd_wr() local
80 static int isst_if_probe(struct pci_dev *pdev, const struct pci_device_id *ent) in isst_if_probe()
125 static void isst_if_remove(struct pci_dev *pdev) in isst_if_remove()
/OK3568_Linux_fs/kernel/drivers/devfreq/
H A Dtegra20-devfreq.c102 struct platform_device *pdev; in tegra_get_memory_controller() local
122 static int tegra_devfreq_probe(struct platform_device *pdev) in tegra_devfreq_probe()
190 static int tegra_devfreq_remove(struct platform_device *pdev) in tegra_devfreq_remove()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/8390/
H A Dne.c784 static int __init ne_drv_probe(struct platform_device *pdev) in ne_drv_probe()
829 static int ne_drv_remove(struct platform_device *pdev) in ne_drv_remove()
855 struct platform_device *pdev; in ne_loop_rm_unreg() local
868 static int ne_drv_suspend(struct platform_device *pdev, pm_message_t state) in ne_drv_suspend()
881 static int ne_drv_resume(struct platform_device *pdev) in ne_drv_resume()
912 struct platform_device *pdev; in ne_add_devices() local
/OK3568_Linux_fs/kernel/drivers/tty/serial/8250/
H A D8250_mid.c55 struct pci_dev *pdev = to_pci_dev(p->dev); in pnw_setup() local
114 struct pci_dev *pdev = to_pci_dev(p->dev); in tng_setup() local
171 struct pci_dev *pdev = to_pci_dev(p->dev); in dnv_setup() local
291 static int mid8250_probe(struct pci_dev *pdev, const struct pci_device_id *id) in mid8250_probe()
349 static void mid8250_remove(struct pci_dev *pdev) in mid8250_remove()

1...<<11121314151617181920>>...245