Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/firewire/
Dnosy.c80 struct pci_dev *pci_device; member
260 dev_err(&lynx->pci_device->dev, in set_phy_reg()
265 dev_err(&lynx->pci_device->dev, in set_phy_reg()
511 free_irq(lynx->pci_device->irq, lynx); in remove_card()
518 pci_free_consistent(lynx->pci_device, sizeof(struct pcl), in remove_card()
520 pci_free_consistent(lynx->pci_device, sizeof(struct pcl), in remove_card()
522 pci_free_consistent(lynx->pci_device, PAGE_SIZE, in remove_card()
556 lynx->pci_device = dev; in add_card()
566 lynx->rcv_start_pcl = pci_alloc_consistent(lynx->pci_device, in add_card()
568 lynx->rcv_pcl = pci_alloc_consistent(lynx->pci_device, in add_card()
[all …]
/linux-4.1.27/drivers/scsi/
DBusLogic.c204 blk_pointer = pci_alloc_consistent(adapter->pci_device, in blogic_create_initccbs()
230 pci_free_consistent(adapter->pci_device, in blogic_destroy_ccbs()
237 pci_free_consistent(adapter->pci_device, lastccb->allocgrp_size, in blogic_destroy_ccbs()
259 blk_pointer = pci_alloc_consistent(adapter->pci_device, in blogic_create_addlccbs()
321 pci_unmap_single(adapter->pci_device, ccb->sensedata, in blogic_dealloc_ccb()
584 probeinfo->pci_device = NULL; in blogic_add_probeaddr_isa()
676 struct pci_dev *pci_device = NULL; in blogic_init_mm_probeinfo() local
698 while ((pci_device = pci_get_device(PCI_VENDOR_ID_BUSLOGIC, in blogic_init_mm_probeinfo()
700 pci_device)) != NULL) { in blogic_init_mm_probeinfo()
712 if (pci_enable_device(pci_device)) in blogic_init_mm_probeinfo()
[all …]
DBusLogic.h235 struct pci_dev *pci_device; member
994 struct pci_dev *pci_device; member
/linux-4.1.27/drivers/acpi/acpica/
Dhwpci.c79 acpi_handle pci_device,
334 acpi_handle pci_device, in acpi_hw_get_pci_device_info() argument
344 status = acpi_get_type(pci_device, &object_type); in acpi_hw_get_pci_device_info()
356 pci_device, &return_value); in acpi_hw_get_pci_device_info()
/linux-4.1.27/arch/sparc/kernel/
Dpci_sun4v.h22 unsigned long pci_device,
26 unsigned long pci_device,
/linux-4.1.27/include/acpi/
Dactbl2.h934 u8 pci_device; member
1018 u8 pci_device; member
1053 u8 pci_device; member
1158 u8 pci_device; /* PCI Device number */ member
1271 u8 pci_device; /* PCI Device number */ member
/linux-4.1.27/sound/pci/echoaudio/
Dechoaudio.h566 #ifndef pci_device
567 #define pci_device(chip) (&chip->pci->dev) macro
Dechoaudio.c62 err = request_firmware(fw_entry, name, pci_device(chip)); in get_firmware()
/linux-4.1.27/arch/x86/kernel/
Dpci-calgary_64.c1332 unsigned short pci_device; in get_tce_space_from_tar() local
1336 pci_device = (val & 0xFFFF0000) >> 16; in get_tce_space_from_tar()
1338 if (!is_cal_pci_dev(pci_device)) in get_tce_space_from_tar()
1343 if (calgary_bus_has_devices(bus, pci_device) || in get_tce_space_from_tar()
1433 unsigned short pci_device; in detect_calgary() local
1437 pci_device = (val & 0xFFFF0000) >> 16; in detect_calgary()
1439 if (!is_cal_pci_dev(pci_device)) in detect_calgary()
1445 if (calgary_bus_has_devices(bus, pci_device) || in detect_calgary()
/linux-4.1.27/Documentation/
Dvgaarbiter.txt105 libpciaccess library. One field was added to struct pci_device (each device
115 struct pci_device *vga_target;
116 struct pci_device *vga_default_dev;
141 int pci_device_vgaarb_set_target (struct pci_device *dev);
/linux-4.1.27/drivers/pci/pcie/
Daspm.c831 struct pci_dev *pci_device = to_pci_dev(dev); in link_state_show() local
832 struct pcie_link_state *link_state = pci_device->link_state; in link_state_show()
876 struct pci_dev *pci_device = to_pci_dev(dev); in clk_ctl_show() local
877 struct pcie_link_state *link_state = pci_device->link_state; in clk_ctl_show()
/linux-4.1.27/Documentation/scsi/
DChangeLog.megaraid581 ii. Remove C99 initializations from pci_device id.