/linux-3.3/include/linux/ |
D | pci.h | 238 struct pci_dev { struct 239 struct list_head bus_list; /* node in per-bus list */ 240 struct pci_bus *bus; /* bus this device is on */ 241 struct pci_bus *subordinate; /* bus this device bridges to */ 243 void *sysdata; /* hook for sys-specific extension */ 244 struct proc_dir_entry *procent; /* device entry in /proc/bus/pci */ 245 struct pci_slot *slot; /* Physical slot this device is in */ 247 unsigned int devfn; /* encoded device & function index */ 248 unsigned short vendor; 249 unsigned short device; [all …]
|
/linux-3.3/drivers/pci/ |
D | pci-driver.c | 350 __pci_device_probe(struct pci_driver *drv, struct pci_dev *pci_dev) in __pci_device_probe() 373 struct pci_dev *pci_dev; in pci_device_probe() local 387 struct pci_dev * pci_dev = to_pci_dev(dev); in pci_device_remove() local 426 struct pci_dev *pci_dev = to_pci_dev(dev); in pci_device_shutdown() local 443 static int pci_restore_standard_config(struct pci_dev *pci_dev) in pci_restore_standard_config() 457 static void pci_pm_default_resume_early(struct pci_dev *pci_dev) in pci_pm_default_resume_early() 471 static void pci_pm_set_unknown_state(struct pci_dev *pci_dev) in pci_pm_set_unknown_state() 485 static int pci_pm_reenable_device(struct pci_dev *pci_dev) in pci_pm_reenable_device() 503 struct pci_dev * pci_dev = to_pci_dev(dev); in pci_legacy_suspend() local 530 struct pci_dev * pci_dev = to_pci_dev(dev); in pci_legacy_suspend_late() local [all …]
|
D | setup-irq.c | 23 u8 (*swizzle)(struct pci_dev *, u8 *), in pdev_fixup_irq() argument 24 int (*map_irq)(const struct pci_dev *, u8, u8)) in pdev_fixup_irq() 58 pci_fixup_irqs(u8 (*swizzle)(struct pci_dev *, u8 *), in pci_fixup_irqs() argument 59 int (*map_irq)(const struct pci_dev *, u8, u8)) in pci_fixup_irqs()
|
D | pci-acpi.c | 46 struct pci_dev *pci_dev = context; in pci_acpi_wake_dev() local 151 struct pci_dev *pci_dev) in pci_acpi_add_pm_notifier() 355 struct pci_dev * pci_dev; in acpi_pci_find_device() local
|
/linux-3.3/drivers/usb/core/ |
D | hcd-pci.c | 344 static void powermac_set_asic(struct pci_dev *pci_dev, int enable) in powermac_set_asic() 359 static inline void powermac_set_asic(struct pci_dev *pci_dev, int enable) in powermac_set_asic() 366 struct pci_dev *pci_dev = to_pci_dev(dev); in check_root_hub_suspended() local 385 struct pci_dev *pci_dev = to_pci_dev(dev); in suspend_common() local 440 struct pci_dev *pci_dev = to_pci_dev(dev); in resume_common() local 484 struct pci_dev *pci_dev = to_pci_dev(dev); in hcd_pci_suspend_noirq() local 523 struct pci_dev *pci_dev = to_pci_dev(dev); in hcd_pci_resume_noirq() local
|
/linux-3.3/drivers/net/wireless/rt2x00/ |
D | rt2x00pci.c | 230 struct pci_dev *pci_dev = to_pci_dev(rt2x00dev->dev); in rt2x00pci_alloc_reg() local 254 int rt2x00pci_probe(struct pci_dev *pci_dev, const struct rt2x00_ops *ops) in rt2x00pci_probe() 332 void rt2x00pci_remove(struct pci_dev *pci_dev) in rt2x00pci_remove() 354 int rt2x00pci_suspend(struct pci_dev *pci_dev, pm_message_t state) in rt2x00pci_suspend() 370 int rt2x00pci_resume(struct pci_dev *pci_dev) in rt2x00pci_resume()
|
/linux-3.3/drivers/net/wireless/iwlwifi/ |
D | iwl-pci.c | 81 struct pci_dev *pci_dev; member 98 struct pci_dev *pci_dev = IWL_BUS_GET_PCI_DEV(bus); in iwl_pciexp_link_ctrl() local 141 struct pci_dev *pci_dev = IWL_BUS_GET_PCI_DEV(bus); in iwl_pci_get_hw_id_string() local 149 struct pci_dev *pci_dev = IWL_BUS_GET_PCI_DEV(bus); in iwl_pci_get_hw_id() local 479 struct pci_dev *pci_dev = IWL_BUS_GET_PCI_DEV(bus); in iwl_pci_remove() local
|
/linux-3.3/drivers/virtio/ |
D | virtio_pci.c | 38 struct pci_dev *pci_dev; member 635 static int __devinit virtio_pci_probe(struct pci_dev *pci_dev, in virtio_pci_probe() 708 static void __devexit virtio_pci_remove(struct pci_dev *pci_dev) in virtio_pci_remove() 725 struct pci_dev *pci_dev = to_pci_dev(dev); in virtio_pci_suspend() local 734 struct pci_dev *pci_dev = to_pci_dev(dev); in virtio_pci_resume() local 743 struct pci_dev *pci_dev = to_pci_dev(dev); in virtio_pci_freeze() local 763 struct pci_dev *pci_dev = to_pci_dev(dev); in restore_common() local 778 struct pci_dev *pci_dev = to_pci_dev(dev); in virtio_pci_thaw() local 804 struct pci_dev *pci_dev = to_pci_dev(dev); in virtio_pci_restore() local
|
/linux-3.3/drivers/xen/ |
D | pci.c | 35 struct pci_dev *pci_dev = to_pci_dev(dev); in xen_add_device() local 133 struct pci_dev *pci_dev = to_pci_dev(dev); in xen_remove_device() local
|
/linux-3.3/drivers/pci/pcie/aer/ |
D | aerdrv_acpi.c | 33 struct pci_dev *pci_dev; member 73 static void aer_set_firmware_first(struct pci_dev *pci_dev) in aer_set_firmware_first()
|
D | aerdrv.h | 120 static inline int pcie_aer_get_firmware_first(struct pci_dev *pci_dev) in pcie_aer_get_firmware_first() 128 static inline void pcie_aer_force_firmware_first(struct pci_dev *pci_dev, in pcie_aer_force_firmware_first()
|
/linux-3.3/drivers/staging/comedi/drivers/ |
D | adl_pci6208.c | 104 struct pci_dev *pci_dev; /* for a PCI device */ member 353 struct pci_dev *pci_dev = NULL; in pci6208_find_device() local 407 pci6208_pci_setup(struct pci_dev *pci_dev, unsigned long *io_base_ptr, in pci6208_pci_setup()
|
D | amplc_pc263.c | 123 struct pci_dev *pci_dev; member 165 struct pci_dev *pci_dev = NULL; in pc263_find_pci() local 229 struct pci_dev *pci_dev = NULL; in pc263_attach() local
|
D | amplc_pc236.c | 156 struct pci_dev *pci_dev; member 263 struct pci_dev *pci_dev = NULL; in pc236_find_pci() local 328 struct pci_dev *pci_dev = NULL; in pc236_attach() local
|
/linux-3.3/arch/ia64/include/asm/sn/ |
D | pcidev.h | 44 #define SN_PCIDEV_BUSSOFT(pci_dev) \ argument 47 #define SN_PCIDEV_BUSPROVIDER(pci_dev) \ argument
|
/linux-3.3/drivers/media/video/cx88/ |
D | cx88-mpeg.c | 529 static int cx8802_suspend_common(struct pci_dev *pci_dev, pm_message_t state) in cx8802_suspend_common() 555 static int cx8802_resume_common(struct pci_dev *pci_dev) in cx8802_resume_common() 792 static int __devinit cx8802_probe(struct pci_dev *pci_dev, in cx8802_probe() 841 static void __devexit cx8802_remove(struct pci_dev *pci_dev) in cx8802_remove()
|
/linux-3.3/arch/x86/video/ |
D | fbdev.c | 16 struct pci_dev *pci_dev = NULL; in fb_is_primary_device() local
|
/linux-3.3/sound/pci/asihpi/ |
D | hpioctl.c | 310 int __devinit asihpi_adapter_probe(struct pci_dev *pci_dev, in asihpi_adapter_probe() 424 void __devexit asihpi_adapter_remove(struct pci_dev *pci_dev) in asihpi_adapter_remove()
|
/linux-3.3/drivers/net/ethernet/sis/ |
D | sis900.c | 162 struct pci_dev * pci_dev; member 247 static int __devinit sis900_get_mac_addr(struct pci_dev * pci_dev, struct net_device *net_dev) in sis900_get_mac_addr() 282 static int __devinit sis630e_get_mac_addr(struct pci_dev * pci_dev, in sis630e_get_mac_addr() 325 static int __devinit sis635_get_mac_addr(struct pci_dev * pci_dev, in sis635_get_mac_addr() 371 static int __devinit sis96x_get_mac_addr(struct pci_dev * pci_dev, in sis96x_get_mac_addr() 428 static int __devinit sis900_probe(struct pci_dev *pci_dev, in sis900_probe() 2388 static void __devexit sis900_remove(struct pci_dev *pci_dev) in sis900_remove() 2412 static int sis900_suspend(struct pci_dev *pci_dev, pm_message_t state) in sis900_suspend() 2432 static int sis900_resume(struct pci_dev *pci_dev) in sis900_resume()
|
/linux-3.3/arch/ia64/sn/kernel/ |
D | io_init.c | 65 sal_get_pcidev_info(u64 segment, u64 bus_number, u64 devfn, u64 pci_dev, in sal_get_pcidev_info() 338 struct pci_dev *pci_dev = NULL; in sn_bus_fixup() local
|
/linux-3.3/drivers/mmc/host/ |
D | sdricoh_cs.c | 96 struct pci_dev *pci_dev; member 398 static int sdricoh_init_mmc(struct pci_dev *pci_dev, in sdricoh_init_mmc() 477 struct pci_dev *pci_dev = NULL; in sdricoh_pcmcia_probe() local
|
/linux-3.3/drivers/media/video/cx18/ |
D | cx18-driver.c | 803 static int cx18_setup_pci(struct cx18 *cx, struct pci_dev *pci_dev, in cx18_setup_pci() 895 static int __devinit cx18_probe(struct pci_dev *pci_dev, in cx18_probe() 1266 static void cx18_remove(struct pci_dev *pci_dev) in cx18_remove()
|
/linux-3.3/arch/sh/drivers/pci/ |
D | fixups-se7751.c | 9 int __init pcibios_map_platform_irq(const struct pci_dev *, u8 slot, u8 pin) in pcibios_map_platform_irq()
|
/linux-3.3/drivers/net/irda/ |
D | donauboe.c | 1489 toshoboe_close (struct pci_dev *pci_dev) in toshoboe_close() 1534 toshoboe_open (struct pci_dev *pci_dev, const struct pci_device_id *pdid) in toshoboe_open() 1700 toshoboe_gotosleep (struct pci_dev *pci_dev, pm_message_t crap) in toshoboe_gotosleep() 1729 toshoboe_wakeup (struct pci_dev *pci_dev) in toshoboe_wakeup()
|
/linux-3.3/drivers/media/video/saa7134/ |
D | saa7134-core.c | 863 static int __devinit saa7134_initdev(struct pci_dev *pci_dev, in saa7134_initdev() 1106 static void __devexit saa7134_finidev(struct pci_dev *pci_dev) in saa7134_finidev() 1197 static int saa7134_suspend(struct pci_dev *pci_dev , pm_message_t state) in saa7134_suspend() 1234 static int saa7134_resume(struct pci_dev *pci_dev) in saa7134_resume()
|