| /linux/drivers/gpib/cec/ |
| H A D | cec_gpib.c | 283 cec_priv->pci_device = NULL; in cec_pci_attach() 284 while ((cec_priv->pci_device = in cec_pci_attach() 286 CEC_DEV_ID, cec_priv->pci_device))) { in cec_pci_attach() 288 if (cec_priv->pci_device->subsystem_device == CEC_SUBID) in cec_pci_attach() 291 if (!cec_priv->pci_device) { in cec_pci_attach() 296 if (pci_enable_device(cec_priv->pci_device)) { in cec_pci_attach() 301 if (pci_request_regions(cec_priv->pci_device, "cec-gpib")) in cec_pci_attach() 304 cec_priv->plx_iobase = pci_resource_start(cec_priv->pci_device, 1); in cec_pci_attach() 305 nec_priv->iobase = pci_resource_start(cec_priv->pci_device, 3); in cec_pci_attach() 308 if (request_irq(cec_priv->pci_device->irq, cec_interrupt, isr_flags, DRV_NAME, board)) { in cec_pci_attach() [all …]
|
| H A D | cec.h | 13 struct pci_dev *pci_device; member
|
| /linux/drivers/gpib/agilent_82350b/ |
| H A D | agilent_82350b.c | 567 const unsigned int sram_length = pci_resource_len(a_priv->pci_device, SRAM_82350A_REGION); in test_sram() 612 a_priv->pci_device = gpib_pci_get_device(config, PCI_VENDOR_ID_AGILENT, in agilent_82350b_generic_attach() 614 if (a_priv->pci_device) { in agilent_82350b_generic_attach() 619 a_priv->pci_device = gpib_pci_get_device(config, PCI_VENDOR_ID_AGILENT, in agilent_82350b_generic_attach() 621 if (a_priv->pci_device) { in agilent_82350b_generic_attach() 626 a_priv->pci_device = gpib_pci_get_subsys(config, PCI_VENDOR_ID_PLX, in agilent_82350b_generic_attach() 630 a_priv->pci_device); in agilent_82350b_generic_attach() 631 if (a_priv->pci_device) { in agilent_82350b_generic_attach() 640 if (pci_enable_device(a_priv->pci_device)) { in agilent_82350b_generic_attach() 644 if (pci_request_regions(a_priv->pci_device, DRV_NAME)) in agilent_82350b_generic_attach() [all …]
|
| H A D | agilent_82350b.h | 47 struct pci_dev *pci_device; member
|
| /linux/drivers/firewire/ |
| H A D | nosy.c | 70 struct pci_dev *pci_device; member 252 dev_err(&lynx->pci_device->dev, in set_phy_reg() 257 dev_err(&lynx->pci_device->dev, in set_phy_reg() 511 free_irq(lynx->pci_device->irq, lynx); in remove_card() 518 dma_free_coherent(&lynx->pci_device->dev, sizeof(struct pcl), in remove_card() 520 dma_free_coherent(&lynx->pci_device->dev, sizeof(struct pcl), in remove_card() 522 dma_free_coherent(&lynx->pci_device->dev, RCV_BUFFER_SIZE, in remove_card() 554 lynx->pci_device = dev; in add_card() 569 lynx->rcv_start_pcl = dma_alloc_coherent(&lynx->pci_device->dev, in add_card() 573 lynx->rcv_pcl = dma_alloc_coherent(&lynx->pci_device->dev, in add_card() [all …]
|
| /linux/arch/sparc/kernel/ |
| H A D | pci_sun4v.h | 23 unsigned long pci_device, 27 unsigned long pci_device, 102 unsigned int pci_device);
|
| /linux/drivers/acpi/acpica/ |
| H A D | hwpci.c | 43 acpi_handle pci_device, 297 acpi_handle pci_device, in acpi_hw_get_pci_device_info() argument 307 status = acpi_get_type(pci_device, &object_type); in acpi_hw_get_pci_device_info() 319 pci_device, &return_value); in acpi_hw_get_pci_device_info()
|
| /linux/drivers/gpib/cb7210/ |
| H A D | cb7210.c | 945 cb_priv->pci_device = gpib_pci_get_device(config, PCI_VENDOR_ID_CBOARDS, in cb_pci_attach() 947 if (cb_priv->pci_device) in cb_pci_attach() 949 if (!cb_priv->pci_device) { in cb_pci_attach() 950 cb_priv->pci_device = gpib_pci_get_device(config, PCI_VENDOR_ID_CBOARDS, in cb_pci_attach() 952 if (cb_priv->pci_device) in cb_pci_attach() 955 if (!cb_priv->pci_device) { in cb_pci_attach() 956 cb_priv->pci_device = gpib_pci_get_device(config, PCI_VENDOR_ID_QUANCOM, in cb_pci_attach() 958 if (cb_priv->pci_device) { in cb_pci_attach() 963 if (!cb_priv->pci_device) { in cb_pci_attach() 968 if (pci_enable_device(cb_priv->pci_device)) { in cb_pci_attach() [all …]
|
| H A D | cb7210.h | 28 struct pci_dev *pci_device; member
|
| /linux/drivers/gpib/ines/ |
| H A D | ines_gpib.c | 749 ines_priv->pci_device = NULL; in ines_common_pci_attach() 750 for (i = 0; i < num_pci_chips && !ines_priv->pci_device; i++) { in ines_common_pci_attach() 768 ines_priv->pci_device = pdev; in ines_common_pci_attach() 772 if (!ines_priv->pci_device) { in ines_common_pci_attach() 777 if (pci_enable_device(ines_priv->pci_device)) { in ines_common_pci_attach() 782 if (pci_request_regions(ines_priv->pci_device, DRV_NAME)) in ines_common_pci_attach() 784 nec_priv->iobase = pci_resource_start(ines_priv->pci_device, in ines_common_pci_attach() 791 ines_priv->plx_iobase = pci_resource_start(ines_priv->pci_device, 1); in ines_common_pci_attach() 794 ines_priv->amcc_iobase = pci_resource_start(ines_priv->pci_device, 0); in ines_common_pci_attach() 803 pci_release_regions(ines_priv->pci_device); in ines_common_pci_attach() [all …]
|
| H A D | ines.h | 28 struct pci_dev *pci_device; member
|
| /linux/drivers/gpib/fmh_gpib/ |
| H A D | fmh_gpib.c | 1534 struct pci_dev *pci_device; in fmh_gpib_pci_attach_impl() local 1544 pci_device = gpib_pci_get_device(config, BOGUS_PCI_VENDOR_ID_FLUKE, in fmh_gpib_pci_attach_impl() 1546 if (!pci_device) { in fmh_gpib_pci_attach_impl() 1550 board->dev = &pci_device->dev; in fmh_gpib_pci_attach_impl() 1555 if (pci_enable_device(pci_device)) { in fmh_gpib_pci_attach_impl() 1559 if (pci_request_regions(pci_device, KBUILD_MODNAME)) { in fmh_gpib_pci_attach_impl() 1563 e_priv->gpib_iomem_res = &pci_device->resource[gpib_control_status_pci_resource_index]; in fmh_gpib_pci_attach_impl() 1564 e_priv->dma_port_res = &pci_device->resource[gpib_fifo_pci_resource_index]; in fmh_gpib_pci_attach_impl() 1566 nec_priv->mmiobase = ioremap(pci_resource_start(pci_device, in fmh_gpib_pci_attach_impl() 1568 pci_resource_len(pci_device, in fmh_gpib_pci_attach_impl() [all …]
|
| /linux/include/acpi/ |
| H A D | actbl3.h | 119 u8 pci_device; member 160 u8 pci_device; member 617 u8 pci_device; /* PCI Device number */ member 730 u8 pci_device; /* PCI Device number */ member
|
| H A D | actbl2.h | 1692 u8 pci_device; member
|
| /linux/drivers/gpib/common/ |
| H A D | gpib_os.c | 2231 struct pci_dev *pci_device = from; in gpib_pci_get_device() local 2233 while ((pci_device = pci_get_device(vendor_id, device_id, pci_device))) { in gpib_pci_get_device() 2234 if (config->pci_bus >= 0 && config->pci_bus != pci_device->bus->number) in gpib_pci_get_device() 2237 PCI_SLOT(pci_device->devfn)) in gpib_pci_get_device() 2239 if (gpib_match_device_path(&pci_device->dev, config->device_path) == 0) in gpib_pci_get_device() 2241 return pci_device; in gpib_pci_get_device() 2252 struct pci_dev *pci_device = from; in gpib_pci_get_subsys() local 2254 while ((pci_device = pci_get_subsys(vendor_id, device_id, in gpib_pci_get_subsys() 2255 ss_vendor, ss_device, pci_device))) { in gpib_pci_get_subsys() 2256 if (config->pci_bus >= 0 && config->pci_bus != pci_device->bus->number) in gpib_pci_get_subsys() [all …]
|
| /linux/drivers/acpi/ |
| H A D | acpi_watchdog.c | 125 wdat->pci_device != 0xff || wdat->pci_function != 0xff) in acpi_watchdog_init()
|
| /linux/sound/hda/common/ |
| H A D | auto_parser.c | 1016 u16 pci_vendor, pci_device; in snd_hda_pick_fixup() local 1050 pci_device = codec->bus->pci->subsystem_device; in snd_hda_pick_fixup() 1075 if (hda_quirk_match(pci_vendor, pci_device, q)) { in snd_hda_pick_fixup()
|
| /linux/net/smc/ |
| H A D | smc_ib.c | 545 if (nla_put_u16(skb, SMC_NLA_DEV_PCI_DEVICE, smc_pci_dev->pci_device)) in smc_nl_handle_pci_values()
|
| /linux/Documentation/scsi/ |
| H A D | ChangeLog.megaraid | 581 ii. Remove C99 initializations from pci_device id.
|