/linux/include/linux/ |
H A D | pci.h | 332 struct pci_dev { struct 355 struct pci_dev *rcec; /* Associated RCEC device */ argument 357 u32 devcap; /* PCIe Device Capabilities */ 358 u16 rebar_cap; /* Resizable BAR capability offset */ 359 u8 pcie_cap; /* PCIe capability offset */ 360 u8 msi_cap; /* MSI capability offset */ 361 u8 msix_cap; /* MSI-X capability offset */ 362 u8 pcie_mpss:3; /* PCIe Max Payload Size Supported */ 363 u8 rom_base_reg; /* Config register controlling ROM */ 364 u8 pin; /* Interrupt pin this device uses */ [all …]
|
/linux/drivers/pci/ |
H A D | pci-driver.c | 308 struct pci_dev *pci_dev = ddi->dev; in local_pci_probe() local 407 static int __pci_device_probe(struct pci_driver *drv, struct pci_dev *pci_dev) in __pci_device_probe() 438 struct pci_dev *pci_dev = to_pci_dev(dev); in pci_device_probe() local 462 struct pci_dev *pci_dev = to_pci_dev(dev); in pci_device_remove() local 505 struct pci_dev *pci_dev = to_pci_dev(dev); in pci_device_shutdown() local 532 static int pci_restore_standard_config(struct pci_dev *pci_dev) in pci_restore_standard_config() 552 static void pci_pm_default_resume(struct pci_dev *pci_dev) in pci_pm_default_resume() 558 static void pci_pm_default_resume_early(struct pci_dev *pci_dev) in pci_pm_default_resume_early() 565 static void pci_pm_bridge_power_up_actions(struct pci_dev *pci_dev) in pci_pm_bridge_power_up_actions() 597 static void pci_pm_set_unknown_state(struct pci_dev *pci_dev) in pci_pm_set_unknown_state() [all …]
|
H A D | bus.c | 412 static int __pci_walk_bus(struct pci_bus *top, int (*cb)(struct pci_dev *, void *), in __pci_walk_bus() 444 void pci_walk_bus(struct pci_bus *top, int (*cb)(struct pci_dev *, void *), void *userdata) in pci_walk_bus() 452 void pci_walk_bus_locked(struct pci_bus *top, int (*cb)(struct pci_dev *, void *), void *userdata) in pci_walk_bus_locked()
|
/linux/drivers/misc/genwqe/ |
H A D | card_base.c | 197 struct pci_dev *pci_dev = cd->pci_dev; in genwqe_bus_reset() local 266 struct pci_dev *pci_dev = cd->pci_dev; in genwqe_tweak_hardware() local 359 struct pci_dev *pci_dev = cd->pci_dev; in genwqe_setup_vf_jtimer() local 430 struct pci_dev *pci_dev = cd->pci_dev; in genwqe_read_ids() local 477 struct pci_dev *pci_dev = cd->pci_dev; in genwqe_start() local 610 struct pci_dev *pci_dev = cd->pci_dev; in genwqe_recover_card() local 661 struct pci_dev *pci_dev = cd->pci_dev; in genwqe_fir_checking() local 800 static int genwqe_pci_fundamental_reset(struct pci_dev *pci_dev) in genwqe_pci_fundamental_reset() 826 struct pci_dev *pci_dev = cd->pci_dev; in genwqe_platform_recovery() local 869 struct pci_dev *pci_dev = cd->pci_dev; in genwqe_reload_bistream() local [all …]
|
H A D | card_ddcb.c | 168 struct pci_dev *pci_dev = cd->pci_dev; in print_ddcb_info() local 370 struct pci_dev *pci_dev = cd->pci_dev; in genwqe_check_ddcb_queue() local 482 struct pci_dev *pci_dev = cd->pci_dev; in __genwqe_wait_ddcb() local 626 struct pci_dev *pci_dev = cd->pci_dev; in __genwqe_purge_ddcb() local 728 struct pci_dev *pci_dev = cd->pci_dev; in genwqe_init_debug_data() local 760 struct pci_dev *pci_dev = cd->pci_dev; in __genwqe_enqueue_ddcb() local 916 struct pci_dev *pci_dev = cd->pci_dev; in __genwqe_execute_raw_ddcb() local 1027 struct pci_dev *pci_dev = cd->pci_dev; in setup_ddcb_queue() local 1124 struct pci_dev *pci_dev = cd->pci_dev; in genwqe_pf_isr() local 1232 struct pci_dev *pci_dev = cd->pci_dev; in genwqe_setup_service_layer() local [all …]
|
H A D | card_dev.c | 158 struct pci_dev *pci_dev = cfile->cd->pci_dev; in __genwqe_search_mapping() local 195 struct pci_dev *pci_dev = cfile->cd->pci_dev; in genwqe_remove_mappings() local 397 struct pci_dev *pci_dev = cd->pci_dev; in genwqe_vma_close() local 516 struct pci_dev *pci_dev = cd->pci_dev; in do_flash_update() local 651 struct pci_dev *pci_dev = cd->pci_dev; in do_flash_read() local 773 struct pci_dev *pci_dev = cfile->cd->pci_dev; in genwqe_pin_mem() local 1058 struct pci_dev *pci_dev = cd->pci_dev; in genwqe_ioctl() local 1255 struct pci_dev *pci_dev = cd->pci_dev; in genwqe_device_create() local 1311 struct pci_dev *pci_dev = cd->pci_dev; in genwqe_inform_and_stop_processes() local 1364 struct pci_dev *pci_dev = cd->pci_dev; in genwqe_device_remove() local
|
H A D | card_utils.c | 46 struct pci_dev *pci_dev = cd->pci_dev; in __genwqe_writeq() local 97 struct pci_dev *pci_dev = cd->pci_dev; in __genwqe_writel() local 233 struct pci_dev *pci_dev = cd->pci_dev; in genwqe_unmap_pages() local 247 struct pci_dev *pci_dev = cd->pci_dev; in genwqe_map_pages() local 295 struct pci_dev *pci_dev = cd->pci_dev; in genwqe_alloc_sync_sgl() local 478 struct pci_dev *pci_dev = cd->pci_dev; in genwqe_free_sync_sgl() local 550 struct pci_dev *pci_dev = cd->pci_dev; in genwqe_user_vmap() local 622 struct pci_dev *pci_dev = cd->pci_dev; in genwqe_user_vunmap() local 669 struct pci_dev *pci_dev = cd->pci_dev; in genwqe_card_reset() local
|
H A D | genwqe_driver.h | 57 static inline void genwqe_hexdump(struct pci_dev *pci_dev, in genwqe_hexdump()
|
/linux/drivers/i2c/busses/ |
H A D | i2c-amd-mp2-pci.c | 289 struct pci_dev *pci_dev) in amd_mp2_pci_init() 342 static int amd_mp2_pci_probe(struct pci_dev *pci_dev, in amd_mp2_pci_probe() 370 static void amd_mp2_pci_remove(struct pci_dev *pci_dev) in amd_mp2_pci_remove() 385 struct pci_dev *pci_dev = to_pci_dev(dev); in amd_mp2_pci_suspend() local 409 struct pci_dev *pci_dev = to_pci_dev(dev); in amd_mp2_pci_resume() local 460 struct pci_dev *pci_dev; in amd_mp2_find_device() local
|
/linux/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2x00pci.c | 41 struct pci_dev *pci_dev = to_pci_dev(rt2x00dev->dev); in rt2x00pci_alloc_reg() local 65 int rt2x00pci_probe(struct pci_dev *pci_dev, const struct rt2x00_ops *ops) in rt2x00pci_probe() 151 void rt2x00pci_remove(struct pci_dev *pci_dev) in rt2x00pci_remove()
|
/linux/drivers/media/pci/tw68/ |
H A D | tw68-core.c | 211 static int tw68_initdev(struct pci_dev *pci_dev, in tw68_initdev() 340 static void tw68_finidev(struct pci_dev *pci_dev) in tw68_finidev() 364 struct pci_dev *pci_dev = to_pci_dev(dev_d); in tw68_suspend() local
|
/linux/drivers/media/pci/cx88/ |
H A D | cx88-mpeg.c | 437 static int cx8802_suspend_common(struct pci_dev *pci_dev, pm_message_t state) in cx8802_suspend_common() 463 static int cx8802_resume_common(struct pci_dev *pci_dev) in cx8802_resume_common() 699 static int cx8802_probe(struct pci_dev *pci_dev, in cx8802_probe() 748 static void cx8802_remove(struct pci_dev *pci_dev) in cx8802_remove()
|
/linux/drivers/virtio/ |
H A D | virtio_pci_legacy_dev.c | 18 struct pci_dev *pci_dev = ldev->pci_dev; in vp_legacy_probe() local 71 struct pci_dev *pci_dev = ldev->pci_dev; in vp_legacy_remove() local
|
/linux/drivers/net/ethernet/sfc/siena/ |
H A D | efx.c | 860 static void efx_pci_remove(struct pci_dev *pci_dev) in efx_pci_remove() 1042 static int efx_pci_probe(struct pci_dev *pci_dev, in efx_pci_probe() 1164 static void efx_pci_shutdown(struct pci_dev *pci_dev) in efx_pci_shutdown() 1215 struct pci_dev *pci_dev = to_pci_dev(dev); in efx_pm_poweroff() local 1229 struct pci_dev *pci_dev = to_pci_dev(dev); in efx_pm_resume() local
|
/linux/drivers/media/pci/netup_unidvb/ |
H A D | netup_unidvb_core.c | 249 struct pci_dev *pci_dev = (struct pci_dev *)dev_id; in netup_unidvb_isr() local 722 struct pci_dev *pci_dev) in netup_unidvb_ci_setup() 736 static int netup_unidvb_request_mmio(struct pci_dev *pci_dev) in netup_unidvb_request_mmio() 778 static int netup_unidvb_initdev(struct pci_dev *pci_dev, in netup_unidvb_initdev() 979 static void netup_unidvb_finidev(struct pci_dev *pci_dev) in netup_unidvb_finidev()
|
/linux/drivers/net/ethernet/sfc/ |
H A D | efx.c | 956 static void efx_pci_remove(struct pci_dev *pci_dev) in efx_pci_remove() 1149 static int efx_pci_probe(struct pci_dev *pci_dev, in efx_pci_probe() 1283 static void efx_pci_shutdown(struct pci_dev *pci_dev) in efx_pci_shutdown() 1334 struct pci_dev *pci_dev = to_pci_dev(dev); in efx_pm_poweroff() local 1348 struct pci_dev *pci_dev = to_pci_dev(dev); in efx_pm_resume() local
|
/linux/drivers/mmc/host/ |
H A D | sdricoh_cs.c | 82 struct pci_dev *pci_dev; member 378 static int sdricoh_init_mmc(struct pci_dev *pci_dev, in sdricoh_init_mmc() 453 struct pci_dev *pci_dev = NULL; in sdricoh_pcmcia_probe() local
|
/linux/drivers/media/pci/tw686x/ |
H A D | tw686x-core.c | 240 static int tw686x_probe(struct pci_dev *pci_dev, in tw686x_probe() 364 static void tw686x_remove(struct pci_dev *pci_dev) in tw686x_remove()
|
/linux/drivers/platform/x86/intel/speed_select_if/ |
H A D | isst_if_common.c | 277 struct pci_dev *pci_dev[ISST_MAX_BUS_NUMBER]; member 283 struct pci_dev *pci_dev[ISST_MAX_BUS_NUMBER]; member 292 struct pci_dev *pci_dev = NULL; in _isst_if_get_pci_dev() local 369 struct pci_dev *pci_dev; in isst_if_get_pci_dev() local
|
/linux/drivers/media/pci/cx18/ |
H A D | cx18-driver.c | 795 static int cx18_setup_pci(struct cx18 *cx, struct pci_dev *pci_dev, in cx18_setup_pci() 886 static int cx18_probe(struct pci_dev *pci_dev, in cx18_probe() 1249 static void cx18_remove(struct pci_dev *pci_dev) in cx18_remove()
|
/linux/drivers/misc/ocxl/ |
H A D | core.c | 58 struct pci_dev *pci_dev = to_pci_dev(fn->dev.parent); in assign_afu_actag() local 96 struct pci_dev *pci_dev = to_pci_dev(fn->dev.parent); in assign_afu_pasid() local 165 struct pci_dev *pci_dev = to_pci_dev(afu->fn->dev.parent); in map_mmio_areas() local
|
/linux/sound/pci/asihpi/ |
H A D | hpioctl.c | 346 int asihpi_adapter_probe(struct pci_dev *pci_dev, in asihpi_adapter_probe() 528 void asihpi_adapter_remove(struct pci_dev *pci_dev) in asihpi_adapter_remove()
|
/linux/drivers/staging/media/ipu3/ |
H A D | ipu3.c | 617 static int imgu_pci_probe(struct pci_dev *pci_dev, in imgu_pci_probe() 745 static void imgu_pci_remove(struct pci_dev *pci_dev) in imgu_pci_remove() 763 struct pci_dev *pci_dev = to_pci_dev(dev); in imgu_suspend() local
|
/linux/rust/kernel/ |
H A D | pci.rs | 62 pdev: *mut bindings::pci_dev, in probe_callback() 89 extern "C" fn remove_callback(pdev: *mut bindings::pci_dev) { in remove_callback() 367 fn as_raw(&self) -> *mut bindings::pci_dev { in as_raw()
|
/linux/drivers/mtd/nand/raw/ |
H A D | r852.c | 844 static int r852_probe(struct pci_dev *pci_dev, const struct pci_device_id *id) in r852_probe() 976 static void r852_remove(struct pci_dev *pci_dev) in r852_remove() 1006 static void r852_shutdown(struct pci_dev *pci_dev) in r852_shutdown()
|