Home
last modified time | relevance | path

Searched defs:pci_dev (Results 1 – 25 of 151) sorted by relevance

1234567

/linux-3.3/include/linux/
Dpci.h238 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/
Dpci-driver.c350 __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 …]
Dsetup-irq.c23 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()
Dpci-acpi.c46 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/
Dhcd-pci.c344 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/
Drt2x00pci.c230 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/
Diwl-pci.c81 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/
Dvirtio_pci.c38 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/
Dpci.c35 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/
Daerdrv_acpi.c33 struct pci_dev *pci_dev; member
73 static void aer_set_firmware_first(struct pci_dev *pci_dev) in aer_set_firmware_first()
Daerdrv.h120 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/
Dadl_pci6208.c104 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()
Damplc_pc263.c123 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
Damplc_pc236.c156 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/
Dpcidev.h44 #define SN_PCIDEV_BUSSOFT(pci_dev) \ argument
47 #define SN_PCIDEV_BUSPROVIDER(pci_dev) \ argument
/linux-3.3/drivers/media/video/cx88/
Dcx88-mpeg.c529 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/
Dfbdev.c16 struct pci_dev *pci_dev = NULL; in fb_is_primary_device() local
/linux-3.3/sound/pci/asihpi/
Dhpioctl.c310 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/
Dsis900.c162 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/
Dio_init.c65 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/
Dsdricoh_cs.c96 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/
Dcx18-driver.c803 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/
Dfixups-se7751.c9 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/
Ddonauboe.c1489 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/
Dsaa7134-core.c863 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()

1234567