Home
last modified time | relevance | path

Searched refs:pci_device (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/firewire/
H A Dnosy.c70 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 Dpci_sun4v.h23 unsigned long pci_device,
27 unsigned long pci_device,
102 unsigned int pci_device);
/linux/drivers/acpi/acpica/
H A Dhwpci.c43 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/cec/
H A Dcec.h13 struct pci_dev *pci_device; member
/linux/drivers/gpib/agilent_82350b/
H A Dagilent_82350b.h47 struct pci_dev *pci_device; member
/linux/drivers/gpib/cb7210/
H A Dcb7210.h28 struct pci_dev *pci_device; member
/linux/drivers/acpi/
H A Dacpi_watchdog.c125 wdat->pci_device != 0xff || wdat->pci_function != 0xff) in acpi_watchdog_init()
/linux/sound/hda/common/
H A Dauto_parser.c972 u16 pci_vendor = 0, pci_device = 0; in hda_quirk_match()
1006 pci_device = codec->bus->pci->subsystem_device; in snd_hda_pick_fixup()
1025 if (!pci_vendor || !pci_device || q->match_codec_ssid) { in snd_hda_pick_fixup()
1031 if (hda_quirk_match(pci_vendor, pci_device, q)) { in snd_hda_pick_fixup()
1016 u16 pci_vendor, pci_device; snd_hda_pick_fixup() local
/linux/net/smc/
H A Dsmc_ism.c335 if (nla_put_u16(skb, SMC_NLA_DEV_PCI_DEVICE, smc_pci_dev.pci_device)) in smc_nl_handle_smcd_dev()
H A Dsmc_ib.c545 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 DChangeLog.megaraid581 ii. Remove C99 initializations from pci_device id.