Home
last modified time | relevance | path

Searched refs:pci_dev (Results 1 – 25 of 4736) sorted by relevance

12345678910>>...190

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/pci/
H A Dpci.h24 void pci_cleanup_rom(struct pci_dev *dev);
72 bool (*bridge_d3)(struct pci_dev *dev);
85 int pci_power_up(struct pci_dev *dev);
96 void pci_dev_complete_resume(struct pci_dev *pci_dev);
99 void pci_pm_init(struct pci_dev *dev);
100 void pci_ea_init(struct pci_dev *dev);
101 void pci_msi_init(struct pci_dev *dev);
115 static inline bool pci_has_subordinate(struct pci_dev *pci_dev) in pci_has_subordinate() argument
117 return !!(pci_dev->subordinate); in pci_has_subordinate()
120 static inline bool pci_power_manageable(struct pci_dev *pci_dev) in pci_power_manageable() argument
[all …]
H A Dpci-driver.c293 struct pci_dev *pci_dev = ddi->dev; in local_pci_probe() local
421 struct pci_dev *pci_dev = to_pci_dev(dev); in pci_device_probe() local
445 struct pci_dev *pci_dev = to_pci_dev(dev); in pci_device_remove() local
484 struct pci_dev *pci_dev = to_pci_dev(dev); in pci_device_shutdown() local
580 struct pci_dev *pci_dev = to_pci_dev(dev); in pci_legacy_suspend() local
607 struct pci_dev *pci_dev = to_pci_dev(dev); in pci_legacy_suspend_late() local
621 struct pci_dev *pci_dev = to_pci_dev(dev); in pci_legacy_resume() local
650 pci_dev->vendor, pci_dev->device); in pci_has_legacy_pm_support()
659 struct pci_dev *pci_dev = to_pci_dev(dev); in pci_pm_prepare() local
683 struct pci_dev *pci_dev = to_pci_dev(dev); in pci_pm_complete() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/pci/
H A Dpci.h24 void pci_cleanup_rom(struct pci_dev *dev);
72 bool (*bridge_d3)(struct pci_dev *dev);
85 int pci_power_up(struct pci_dev *dev);
96 void pci_dev_complete_resume(struct pci_dev *pci_dev);
99 void pci_pm_init(struct pci_dev *dev);
100 void pci_ea_init(struct pci_dev *dev);
101 void pci_msi_init(struct pci_dev *dev);
115 static inline bool pci_has_subordinate(struct pci_dev *pci_dev) in pci_has_subordinate() argument
117 return !!(pci_dev->subordinate); in pci_has_subordinate()
120 static inline bool pci_power_manageable(struct pci_dev *pci_dev) in pci_power_manageable() argument
[all …]
H A Dpci-driver.c293 struct pci_dev *pci_dev = ddi->dev; in local_pci_probe() local
421 struct pci_dev *pci_dev = to_pci_dev(dev); in pci_device_probe() local
445 struct pci_dev *pci_dev = to_pci_dev(dev); in pci_device_remove() local
484 struct pci_dev *pci_dev = to_pci_dev(dev); in pci_device_shutdown() local
580 struct pci_dev *pci_dev = to_pci_dev(dev); in pci_legacy_suspend() local
607 struct pci_dev *pci_dev = to_pci_dev(dev); in pci_legacy_suspend_late() local
621 struct pci_dev *pci_dev = to_pci_dev(dev); in pci_legacy_resume() local
650 pci_dev->vendor, pci_dev->device); in pci_has_legacy_pm_support()
659 struct pci_dev *pci_dev = to_pci_dev(dev); in pci_pm_prepare() local
683 struct pci_dev *pci_dev = to_pci_dev(dev); in pci_pm_complete() local
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/pci/
H A Dpci.h24 void pci_cleanup_rom(struct pci_dev *dev);
72 bool (*bridge_d3)(struct pci_dev *dev);
85 int pci_power_up(struct pci_dev *dev);
96 void pci_dev_complete_resume(struct pci_dev *pci_dev);
99 void pci_pm_init(struct pci_dev *dev);
100 void pci_ea_init(struct pci_dev *dev);
101 void pci_msi_init(struct pci_dev *dev);
115 static inline bool pci_has_subordinate(struct pci_dev *pci_dev) in pci_has_subordinate() argument
117 return !!(pci_dev->subordinate); in pci_has_subordinate()
120 static inline bool pci_power_manageable(struct pci_dev *pci_dev) in pci_power_manageable() argument
[all …]
H A Dpci-driver.c293 struct pci_dev *pci_dev = ddi->dev; in local_pci_probe() local
421 struct pci_dev *pci_dev = to_pci_dev(dev); in pci_device_probe() local
445 struct pci_dev *pci_dev = to_pci_dev(dev); in pci_device_remove() local
484 struct pci_dev *pci_dev = to_pci_dev(dev); in pci_device_shutdown() local
580 struct pci_dev *pci_dev = to_pci_dev(dev); in pci_legacy_suspend() local
607 struct pci_dev *pci_dev = to_pci_dev(dev); in pci_legacy_suspend_late() local
621 struct pci_dev *pci_dev = to_pci_dev(dev); in pci_legacy_resume() local
650 pci_dev->vendor, pci_dev->device); in pci_has_legacy_pm_support()
659 struct pci_dev *pci_dev = to_pci_dev(dev); in pci_pm_prepare() local
683 struct pci_dev *pci_dev = to_pci_dev(dev); in pci_pm_complete() local
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dpci.h311 struct pci_dev { struct
510 static inline struct pci_dev *pci_physfn(struct pci_dev *dev) in pci_physfn() argument
682 static inline struct pci_dev *pci_upstream_bridge(struct pci_dev *dev) in pci_upstream_bridge()
692 static inline bool pci_dev_msi_enabled(struct pci_dev *pci_dev) in pci_dev_msi_enabled() argument
694 return pci_dev->msi_enabled || pci_dev->msix_enabled; in pci_dev_msi_enabled()
1061 int pci_get_interrupt_pin(struct pci_dev *dev, struct pci_dev **bridge);
1063 struct pci_dev *pci_dev_get(struct pci_dev *dev);
1098 struct pci_dev *pci_get_class(unsigned int class, struct pci_dev *from);
1256 struct pci_dev *pci_real_dma_dev(struct pci_dev *dev);
2213 static inline struct pci_dev *pcie_find_root_port(struct pci_dev *dev) in pcie_find_root_port()
[all …]
H A Dpci-ats.h9 bool pci_ats_supported(struct pci_dev *dev);
10 int pci_enable_ats(struct pci_dev *dev, int ps);
11 void pci_disable_ats(struct pci_dev *dev);
12 int pci_ats_queue_depth(struct pci_dev *dev);
13 int pci_ats_page_aligned(struct pci_dev *dev);
28 void pci_disable_pri(struct pci_dev *pdev);
29 int pci_reset_pri(struct pci_dev *pdev);
31 bool pci_pri_supported(struct pci_dev *pdev);
39 void pci_disable_pasid(struct pci_dev *pdev);
40 int pci_pasid_features(struct pci_dev *pdev);
[all …]
H A Dvga_switcheroo.h36 struct pci_dev;
145 void (*reprobe)(struct pci_dev *dev);
146 bool (*can_switch)(struct pci_dev *dev);
151 void vga_switcheroo_unregister_client(struct pci_dev *dev);
152 int vga_switcheroo_register_client(struct pci_dev *dev,
157 struct pci_dev *vga_dev);
159 void vga_switcheroo_client_fb_set(struct pci_dev *dev,
166 int vga_switcheroo_lock_ddc(struct pci_dev *pdev);
167 int vga_switcheroo_unlock_ddc(struct pci_dev *pdev);
171 bool vga_switcheroo_client_probe_defer(struct pci_dev *pdev);
[all …]
H A Dpci-p2pdma.h20 int pci_p2pdma_add_resource(struct pci_dev *pdev, int bar, size_t size,
24 bool pci_has_p2pmem(struct pci_dev *pdev);
26 void *pci_alloc_p2pmem(struct pci_dev *pdev, size_t size);
27 void pci_free_p2pmem(struct pci_dev *pdev, void *addr, size_t size);
29 struct scatterlist *pci_p2pmem_alloc_sgl(struct pci_dev *pdev,
32 void pci_p2pmem_publish(struct pci_dev *pdev, bool publish);
52 static inline bool pci_has_p2pmem(struct pci_dev *pdev) in pci_has_p2pmem()
79 static inline void pci_p2pmem_free_sgl(struct pci_dev *pdev, in pci_p2pmem_free_sgl()
98 struct pci_dev **p2p_dev, bool *use_p2pdma) in pci_p2pdma_enable_store()
104 struct pci_dev *p2p_dev, bool use_p2pdma) in pci_p2pdma_enable_show()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dpci.h311 struct pci_dev { struct
510 static inline struct pci_dev *pci_physfn(struct pci_dev *dev) in pci_physfn() argument
682 static inline struct pci_dev *pci_upstream_bridge(struct pci_dev *dev) in pci_upstream_bridge()
692 static inline bool pci_dev_msi_enabled(struct pci_dev *pci_dev) in pci_dev_msi_enabled() argument
694 return pci_dev->msi_enabled || pci_dev->msix_enabled; in pci_dev_msi_enabled()
1061 int pci_get_interrupt_pin(struct pci_dev *dev, struct pci_dev **bridge);
1063 struct pci_dev *pci_dev_get(struct pci_dev *dev);
1098 struct pci_dev *pci_get_class(unsigned int class, struct pci_dev *from);
1256 struct pci_dev *pci_real_dma_dev(struct pci_dev *dev);
2213 static inline struct pci_dev *pcie_find_root_port(struct pci_dev *dev) in pcie_find_root_port()
[all …]
H A Dpci-ats.h9 bool pci_ats_supported(struct pci_dev *dev);
10 int pci_enable_ats(struct pci_dev *dev, int ps);
11 void pci_disable_ats(struct pci_dev *dev);
12 int pci_ats_queue_depth(struct pci_dev *dev);
13 int pci_ats_page_aligned(struct pci_dev *dev);
28 void pci_disable_pri(struct pci_dev *pdev);
29 int pci_reset_pri(struct pci_dev *pdev);
31 bool pci_pri_supported(struct pci_dev *pdev);
39 void pci_disable_pasid(struct pci_dev *pdev);
40 int pci_pasid_features(struct pci_dev *pdev);
[all …]
H A Dvga_switcheroo.h36 struct pci_dev;
145 void (*reprobe)(struct pci_dev *dev);
146 bool (*can_switch)(struct pci_dev *dev);
151 void vga_switcheroo_unregister_client(struct pci_dev *dev);
152 int vga_switcheroo_register_client(struct pci_dev *dev,
157 struct pci_dev *vga_dev);
159 void vga_switcheroo_client_fb_set(struct pci_dev *dev,
166 int vga_switcheroo_lock_ddc(struct pci_dev *pdev);
167 int vga_switcheroo_unlock_ddc(struct pci_dev *pdev);
171 bool vga_switcheroo_client_probe_defer(struct pci_dev *pdev);
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dpci.h311 struct pci_dev { struct
510 static inline struct pci_dev *pci_physfn(struct pci_dev *dev) in pci_physfn() argument
682 static inline struct pci_dev *pci_upstream_bridge(struct pci_dev *dev) in pci_upstream_bridge()
692 static inline bool pci_dev_msi_enabled(struct pci_dev *pci_dev) in pci_dev_msi_enabled() argument
694 return pci_dev->msi_enabled || pci_dev->msix_enabled; in pci_dev_msi_enabled()
1061 int pci_get_interrupt_pin(struct pci_dev *dev, struct pci_dev **bridge);
1063 struct pci_dev *pci_dev_get(struct pci_dev *dev);
1098 struct pci_dev *pci_get_class(unsigned int class, struct pci_dev *from);
1256 struct pci_dev *pci_real_dma_dev(struct pci_dev *dev);
2213 static inline struct pci_dev *pcie_find_root_port(struct pci_dev *dev) in pcie_find_root_port()
[all …]
H A Dpci-ats.h9 bool pci_ats_supported(struct pci_dev *dev);
10 int pci_enable_ats(struct pci_dev *dev, int ps);
11 void pci_disable_ats(struct pci_dev *dev);
12 int pci_ats_queue_depth(struct pci_dev *dev);
13 int pci_ats_page_aligned(struct pci_dev *dev);
28 void pci_disable_pri(struct pci_dev *pdev);
29 int pci_reset_pri(struct pci_dev *pdev);
31 bool pci_pri_supported(struct pci_dev *pdev);
39 void pci_disable_pasid(struct pci_dev *pdev);
40 int pci_pasid_features(struct pci_dev *pdev);
[all …]
H A Dvga_switcheroo.h36 struct pci_dev;
145 void (*reprobe)(struct pci_dev *dev);
146 bool (*can_switch)(struct pci_dev *dev);
151 void vga_switcheroo_unregister_client(struct pci_dev *dev);
152 int vga_switcheroo_register_client(struct pci_dev *dev,
157 struct pci_dev *vga_dev);
159 void vga_switcheroo_client_fb_set(struct pci_dev *dev,
166 int vga_switcheroo_lock_ddc(struct pci_dev *pdev);
167 int vga_switcheroo_unlock_ddc(struct pci_dev *pdev);
171 bool vga_switcheroo_client_probe_defer(struct pci_dev *pdev);
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/misc/genwqe/
H A Dcard_base.c178 struct pci_dev *pci_dev = cd->pci_dev; in genwqe_bus_reset() local
247 struct pci_dev *pci_dev = cd->pci_dev; in genwqe_tweak_hardware() local
340 struct pci_dev *pci_dev = cd->pci_dev; in genwqe_setup_vf_jtimer() local
411 struct pci_dev *pci_dev = cd->pci_dev; in genwqe_read_ids() local
458 struct pci_dev *pci_dev = cd->pci_dev; in genwqe_start() local
591 struct pci_dev *pci_dev = cd->pci_dev; in genwqe_recover_card() local
642 struct pci_dev *pci_dev = cd->pci_dev; in genwqe_fir_checking() local
807 struct pci_dev *pci_dev = cd->pci_dev; in genwqe_platform_recovery() local
850 struct pci_dev *pci_dev = cd->pci_dev; in genwqe_reload_bistream() local
916 struct pci_dev *pci_dev = cd->pci_dev; in genwqe_health_thread() local
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/misc/genwqe/
H A Dcard_base.c178 struct pci_dev *pci_dev = cd->pci_dev; in genwqe_bus_reset() local
247 struct pci_dev *pci_dev = cd->pci_dev; in genwqe_tweak_hardware() local
340 struct pci_dev *pci_dev = cd->pci_dev; in genwqe_setup_vf_jtimer() local
411 struct pci_dev *pci_dev = cd->pci_dev; in genwqe_read_ids() local
458 struct pci_dev *pci_dev = cd->pci_dev; in genwqe_start() local
591 struct pci_dev *pci_dev = cd->pci_dev; in genwqe_recover_card() local
642 struct pci_dev *pci_dev = cd->pci_dev; in genwqe_fir_checking() local
807 struct pci_dev *pci_dev = cd->pci_dev; in genwqe_platform_recovery() local
850 struct pci_dev *pci_dev = cd->pci_dev; in genwqe_reload_bistream() local
916 struct pci_dev *pci_dev = cd->pci_dev; in genwqe_health_thread() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/misc/genwqe/
H A Dcard_base.c178 struct pci_dev *pci_dev = cd->pci_dev; in genwqe_bus_reset() local
247 struct pci_dev *pci_dev = cd->pci_dev; in genwqe_tweak_hardware() local
340 struct pci_dev *pci_dev = cd->pci_dev; in genwqe_setup_vf_jtimer() local
411 struct pci_dev *pci_dev = cd->pci_dev; in genwqe_read_ids() local
458 struct pci_dev *pci_dev = cd->pci_dev; in genwqe_start() local
591 struct pci_dev *pci_dev = cd->pci_dev; in genwqe_recover_card() local
642 struct pci_dev *pci_dev = cd->pci_dev; in genwqe_fir_checking() local
807 struct pci_dev *pci_dev = cd->pci_dev; in genwqe_platform_recovery() local
850 struct pci_dev *pci_dev = cd->pci_dev; in genwqe_reload_bistream() local
916 struct pci_dev *pci_dev = cd->pci_dev; in genwqe_health_thread() local
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/i2c/busses/
H A Di2c-amd-mp2-pci.c113 struct pci_dev *pdev = privdata->pci_dev; in amd_mp2_pci_check_rw_event()
137 struct pci_dev *pdev = privdata->pci_dev; in __amd_mp2_process_event()
186 struct pci_dev *pdev = privdata->pci_dev; in amd_mp2_process_event()
204 struct pci_dev *pdev = privdata->pci_dev; in amd_mp2_irq_isr()
251 struct pci_dev *pdev = privdata->pci_dev; in amd_mp2_register_cb()
289 struct pci_dev *pci_dev) in amd_mp2_pci_init() argument
335 static int amd_mp2_pci_probe(struct pci_dev *pci_dev, in amd_mp2_pci_probe() argument
345 privdata->pci_dev = pci_dev; in amd_mp2_pci_probe()
379 struct pci_dev *pci_dev = to_pci_dev(dev); in amd_mp2_pci_suspend() local
403 struct pci_dev *pci_dev = to_pci_dev(dev); in amd_mp2_pci_resume() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/i2c/busses/
H A Di2c-amd-mp2-pci.c113 struct pci_dev *pdev = privdata->pci_dev; in amd_mp2_pci_check_rw_event()
137 struct pci_dev *pdev = privdata->pci_dev; in __amd_mp2_process_event()
186 struct pci_dev *pdev = privdata->pci_dev; in amd_mp2_process_event()
204 struct pci_dev *pdev = privdata->pci_dev; in amd_mp2_irq_isr()
251 struct pci_dev *pdev = privdata->pci_dev; in amd_mp2_register_cb()
289 struct pci_dev *pci_dev) in amd_mp2_pci_init() argument
335 static int amd_mp2_pci_probe(struct pci_dev *pci_dev, in amd_mp2_pci_probe() argument
345 privdata->pci_dev = pci_dev; in amd_mp2_pci_probe()
379 struct pci_dev *pci_dev = to_pci_dev(dev); in amd_mp2_pci_suspend() local
403 struct pci_dev *pci_dev = to_pci_dev(dev); in amd_mp2_pci_resume() local
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/i2c/busses/
H A Di2c-amd-mp2-pci.c113 struct pci_dev *pdev = privdata->pci_dev; in amd_mp2_pci_check_rw_event()
137 struct pci_dev *pdev = privdata->pci_dev; in __amd_mp2_process_event()
186 struct pci_dev *pdev = privdata->pci_dev; in amd_mp2_process_event()
204 struct pci_dev *pdev = privdata->pci_dev; in amd_mp2_irq_isr()
251 struct pci_dev *pdev = privdata->pci_dev; in amd_mp2_register_cb()
289 struct pci_dev *pci_dev) in amd_mp2_pci_init() argument
335 static int amd_mp2_pci_probe(struct pci_dev *pci_dev, in amd_mp2_pci_probe() argument
345 privdata->pci_dev = pci_dev; in amd_mp2_pci_probe()
379 struct pci_dev *pci_dev = to_pci_dev(dev); in amd_mp2_pci_suspend() local
403 struct pci_dev *pci_dev = to_pci_dev(dev); in amd_mp2_pci_resume() local
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/pci/netup_unidvb/
H A Dnetup_unidvb_core.c249 struct pci_dev *pci_dev = (struct pci_dev *)dev_id; in netup_unidvb_isr() local
274 dev_err(&pci_dev->dev, in netup_unidvb_isr()
716 struct pci_dev *pci_dev) in netup_unidvb_ci_setup() argument
730 static int netup_unidvb_request_mmio(struct pci_dev *pci_dev) in netup_unidvb_request_mmio() argument
772 static int netup_unidvb_initdev(struct pci_dev *pci_dev, in netup_unidvb_initdev() argument
817 ndev->pci_dev = pci_dev; in netup_unidvb_initdev()
884 pci_dev->irq); in netup_unidvb_initdev()
949 free_irq(pci_dev->irq, pci_dev); in netup_unidvb_initdev()
967 dev_err(&pci_dev->dev, in netup_unidvb_initdev()
972 static void netup_unidvb_finidev(struct pci_dev *pci_dev) in netup_unidvb_finidev() argument
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/pci/netup_unidvb/
H A Dnetup_unidvb_core.c249 struct pci_dev *pci_dev = (struct pci_dev *)dev_id; in netup_unidvb_isr() local
274 dev_err(&pci_dev->dev, in netup_unidvb_isr()
716 struct pci_dev *pci_dev) in netup_unidvb_ci_setup() argument
730 static int netup_unidvb_request_mmio(struct pci_dev *pci_dev) in netup_unidvb_request_mmio() argument
772 static int netup_unidvb_initdev(struct pci_dev *pci_dev, in netup_unidvb_initdev() argument
817 ndev->pci_dev = pci_dev; in netup_unidvb_initdev()
884 pci_dev->irq); in netup_unidvb_initdev()
949 free_irq(pci_dev->irq, pci_dev); in netup_unidvb_initdev()
967 dev_err(&pci_dev->dev, in netup_unidvb_initdev()
972 static void netup_unidvb_finidev(struct pci_dev *pci_dev) in netup_unidvb_finidev() argument
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/pci/netup_unidvb/
H A Dnetup_unidvb_core.c249 struct pci_dev *pci_dev = (struct pci_dev *)dev_id; in netup_unidvb_isr() local
274 dev_err(&pci_dev->dev, in netup_unidvb_isr()
716 struct pci_dev *pci_dev) in netup_unidvb_ci_setup() argument
730 static int netup_unidvb_request_mmio(struct pci_dev *pci_dev) in netup_unidvb_request_mmio() argument
772 static int netup_unidvb_initdev(struct pci_dev *pci_dev, in netup_unidvb_initdev() argument
817 ndev->pci_dev = pci_dev; in netup_unidvb_initdev()
884 pci_dev->irq); in netup_unidvb_initdev()
949 free_irq(pci_dev->irq, pci_dev); in netup_unidvb_initdev()
967 dev_err(&pci_dev->dev, in netup_unidvb_initdev()
972 static void netup_unidvb_finidev(struct pci_dev *pci_dev) in netup_unidvb_finidev() argument
[all …]

12345678910>>...190