Home
last modified time | relevance | path

Searched defs:pdev (Results 326 – 350 of 5275) sorted by relevance

1...<<11121314151617181920>>...211

/Linux-v5.4/drivers/perf/hisilicon/
Dhisi_uncore_hha_pmu.c204 struct platform_device *pdev) in hisi_hha_pmu_init_irq()
233 static int hisi_hha_pmu_init_data(struct platform_device *pdev, in hisi_hha_pmu_init_data()
345 static int hisi_hha_pmu_dev_probe(struct platform_device *pdev, in hisi_hha_pmu_dev_probe()
368 static int hisi_hha_pmu_probe(struct platform_device *pdev) in hisi_hha_pmu_probe()
418 static int hisi_hha_pmu_remove(struct platform_device *pdev) in hisi_hha_pmu_remove()
Dhisi_uncore_l3c_pmu.c203 struct platform_device *pdev) in hisi_l3c_pmu_init_irq()
232 static int hisi_l3c_pmu_init_data(struct platform_device *pdev, in hisi_l3c_pmu_init_data()
335 static int hisi_l3c_pmu_dev_probe(struct platform_device *pdev, in hisi_l3c_pmu_dev_probe()
358 static int hisi_l3c_pmu_probe(struct platform_device *pdev) in hisi_l3c_pmu_probe()
408 static int hisi_l3c_pmu_remove(struct platform_device *pdev) in hisi_l3c_pmu_remove()
/Linux-v5.4/include/linux/
Dvga_switcheroo.h184 static inline int vga_switcheroo_register_audio_client(struct pci_dev *pdev, in vga_switcheroo_register_audio_client()
189 static inline int vga_switcheroo_lock_ddc(struct pci_dev *pdev) { return -ENODEV; } in vga_switcheroo_lock_ddc()
190 static inline int vga_switcheroo_unlock_ddc(struct pci_dev *pdev) { return -ENODEV; } in vga_switcheroo_unlock_ddc()
192 static inline bool vga_switcheroo_client_probe_defer(struct pci_dev *pdev) { return false; } in vga_switcheroo_client_probe_defer()
/Linux-v5.4/drivers/net/ethernet/cavium/common/
Dcavium_ptp.c32 struct pci_dev *pdev; in ptp_cavium_clock_get() local
59 struct pci_dev *pdev; in cavium_ptp_get() local
217 static int cavium_ptp_probe(struct pci_dev *pdev, in cavium_ptp_probe()
308 static void cavium_ptp_remove(struct pci_dev *pdev) in cavium_ptp_remove()
/Linux-v5.4/drivers/video/fbdev/geode/
Dgxfb_core.c326 static int gxfb_suspend(struct pci_dev *pdev, pm_message_t state) in gxfb_suspend()
343 static int gxfb_resume(struct pci_dev *pdev) in gxfb_resume()
361 static int gxfb_probe(struct pci_dev *pdev, const struct pci_device_id *id) in gxfb_probe()
439 static void gxfb_remove(struct pci_dev *pdev) in gxfb_remove()
/Linux-v5.4/drivers/char/agp/
Dvia-agp.c441 static int agp_via_probe(struct pci_dev *pdev, const struct pci_device_id *ent) in agp_via_probe()
487 static void agp_via_remove(struct pci_dev *pdev) in agp_via_remove()
497 static int agp_via_suspend(struct pci_dev *pdev, pm_message_t state) in agp_via_suspend()
505 static int agp_via_resume(struct pci_dev *pdev) in agp_via_resume()
/Linux-v5.4/drivers/i2c/busses/
Di2c-designware-pcidrv.c89 static int mfld_setup(struct pci_dev *pdev, struct dw_pci_controller *c) in mfld_setup()
109 static int mrfld_setup(struct pci_dev *pdev, struct dw_pci_controller *c) in mrfld_setup()
213 static int i2c_dw_pci_probe(struct pci_dev *pdev, in i2c_dw_pci_probe()
307 static void i2c_dw_pci_remove(struct pci_dev *pdev) in i2c_dw_pci_remove()
/Linux-v5.4/drivers/leds/
Dleds-mc13783.c112 struct platform_device *pdev) in mc13xxx_led_probe_dt()
170 struct platform_device *pdev) in mc13xxx_led_probe_dt()
176 static int __init mc13xxx_led_probe(struct platform_device *pdev) in mc13xxx_led_probe()
264 static int mc13xxx_led_remove(struct platform_device *pdev) in mc13xxx_led_remove()
Dleds-rb532.c41 static int rb532_led_probe(struct platform_device *pdev) in rb532_led_probe()
46 static int rb532_led_remove(struct platform_device *pdev) in rb532_led_remove()
/Linux-v5.4/drivers/mtd/nand/raw/bcm47xxnflash/
Dmain.c22 static int bcm47xxnflash_probe(struct platform_device *pdev) in bcm47xxnflash_probe()
60 static int bcm47xxnflash_remove(struct platform_device *pdev) in bcm47xxnflash_remove()
/Linux-v5.4/sound/soc/codecs/
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()
/Linux-v5.4/sound/soc/cirrus/
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()
/Linux-v5.4/drivers/vme/boards/
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()
/Linux-v5.4/arch/mips/pci/
Dfixup-loongson3.c29 static void print_fixup_info(const struct pci_dev *pdev) in print_fixup_info()
41 static void pci_fixup_radeon(struct pci_dev *pdev) in pci_fixup_radeon()
/Linux-v5.4/drivers/edac/
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()
/Linux-v5.4/drivers/media/pci/mantis/
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
/Linux-v5.4/drivers/dma/
Dpxa_dma.c307 struct pxad_device *pdev = s->private; in state_show() local
321 static struct dentry *pxad_dbg_alloc_chan(struct pxad_device *pdev, in pxad_dbg_alloc_chan()
339 static void pxad_init_debugfs(struct pxad_device *pdev) in pxad_init_debugfs()
360 static void pxad_cleanup_debugfs(struct pxad_device *pdev) in pxad_cleanup_debugfs()
365 static inline void pxad_init_debugfs(struct pxad_device *pdev) {} in pxad_init_debugfs()
366 static inline void pxad_cleanup_debugfs(struct pxad_device *pdev) {} in pxad_cleanup_debugfs()
372 struct pxad_device *pdev = to_pxad_dev(pchan->vc.chan.device); in lookup_phy() local
409 struct pxad_device *pdev = to_pxad_dev(chan->vc.chan.device); in pxad_free_phy() local
452 struct pxad_device *pdev; in phy_enable() local
669 struct pxad_device *pdev = dev_id; in pxad_int_handler() local
[all …]
/Linux-v5.4/drivers/usb/host/
Dohci-spear.c35 static int spear_ohci_hcd_drv_probe(struct platform_device *pdev) in spear_ohci_hcd_drv_probe()
102 static int spear_ohci_hcd_drv_remove(struct platform_device *pdev) in spear_ohci_hcd_drv_remove()
116 static int spear_ohci_hcd_drv_suspend(struct platform_device *pdev, in spear_ohci_hcd_drv_suspend()
/Linux-v5.4/drivers/pinctrl/mvebu/
Dpinctrl-armada-xp.c539 static int armada_xp_pinctrl_suspend(struct platform_device *pdev, in armada_xp_pinctrl_suspend()
554 static int armada_xp_pinctrl_resume(struct platform_device *pdev) in armada_xp_pinctrl_resume()
568 static int armada_xp_pinctrl_probe(struct platform_device *pdev) in armada_xp_pinctrl_probe()
/Linux-v5.4/drivers/devfreq/event/
Dexynos-nocp.c199 static int exynos_nocp_parse_dt(struct platform_device *pdev, in exynos_nocp_parse_dt()
234 static int exynos_nocp_probe(struct platform_device *pdev) in exynos_nocp_probe()
279 static int exynos_nocp_remove(struct platform_device *pdev) in exynos_nocp_remove()
/Linux-v5.4/drivers/gpu/drm/msm/hdmi/
Dhdmi_phy.c113 static int msm_hdmi_phy_pll_init(struct platform_device *pdev, in msm_hdmi_phy_pll_init()
138 static int msm_hdmi_phy_probe(struct platform_device *pdev) in msm_hdmi_phy_probe()
184 static int msm_hdmi_phy_remove(struct platform_device *pdev) in msm_hdmi_phy_remove()
/Linux-v5.4/drivers/gpio/
Dgpio-mlxbf.c50 static int mlxbf_gpio_probe(struct platform_device *pdev) in mlxbf_gpio_probe()
91 static int mlxbf_gpio_suspend(struct platform_device *pdev, pm_message_t state) in mlxbf_gpio_suspend()
110 static int mlxbf_gpio_resume(struct platform_device *pdev) in mlxbf_gpio_resume()
/Linux-v5.4/drivers/gpu/drm/vmwgfx/
Dvmwgfx_drv.c1206 static void vmw_remove(struct pci_dev *pdev) in vmw_remove()
1246 static int vmw_pci_suspend(struct pci_dev *pdev, pm_message_t state) in vmw_pci_suspend()
1260 static int vmw_pci_resume(struct pci_dev *pdev) in vmw_pci_resume()
1269 struct pci_dev *pdev = to_pci_dev(kdev); in vmw_pm_suspend() local
1279 struct pci_dev *pdev = to_pci_dev(kdev); in vmw_pm_resume() local
1286 struct pci_dev *pdev = to_pci_dev(kdev); in vmw_pm_freeze() local
1335 struct pci_dev *pdev = to_pci_dev(kdev); in vmw_pm_restore() local
1428 static int vmw_probe(struct pci_dev *pdev, const struct pci_device_id *ent) in vmw_probe()
/Linux-v5.4/drivers/net/ethernet/intel/igbvf/
Dnetdev.c138 struct pci_dev *pdev = adapter->pdev; in igbvf_alloc_rx_buffers() local
247 struct pci_dev *pdev = adapter->pdev; in igbvf_clean_rx_irq() local
417 struct pci_dev *pdev = adapter->pdev; in igbvf_setup_tx_resources() local
455 struct pci_dev *pdev = adapter->pdev; in igbvf_setup_rx_resources() local
530 struct pci_dev *pdev = tx_ring->adapter->pdev; in igbvf_free_tx_resources() local
551 struct pci_dev *pdev = adapter->pdev; in igbvf_clean_rx_ring() local
614 struct pci_dev *pdev = rx_ring->adapter->pdev; in igbvf_free_rx_resources() local
1834 struct pci_dev *pdev = adapter->pdev; in igbvf_update_stats() local
2158 struct pci_dev *pdev = adapter->pdev; in igbvf_tx_map_adv() local
2462 static int igbvf_suspend(struct pci_dev *pdev, pm_message_t state) in igbvf_suspend()
[all …]
/Linux-v5.4/drivers/memstick/host/
Drtsx_pci_ms.c19 struct platform_device *pdev; member
495 static int rtsx_pci_ms_suspend(struct platform_device *pdev, pm_message_t state) in rtsx_pci_ms_suspend()
506 static int rtsx_pci_ms_resume(struct platform_device *pdev) in rtsx_pci_ms_resume()
524 static void rtsx_pci_ms_card_event(struct platform_device *pdev) in rtsx_pci_ms_card_event()
531 static int rtsx_pci_ms_drv_probe(struct platform_device *pdev) in rtsx_pci_ms_drv_probe()
577 static int rtsx_pci_ms_drv_remove(struct platform_device *pdev) in rtsx_pci_ms_drv_remove()

1...<<11121314151617181920>>...211