Searched defs:pci_device (Results 1 - 8 of 8) sorted by relevance

/drivers/acpi/acpica/
H A Dhwpci.c79 acpi_handle pci_device,
309 * pci_device - Handle for the PCI device object
325 acpi_handle pci_device,
335 status = acpi_get_type(pci_device, &object_type);
347 pci_device, &return_value);
324 acpi_hw_get_pci_device_info(struct acpi_pci_id *pci_id, acpi_handle pci_device, u16 *bus_number, u8 *is_bridge) argument
/drivers/staging/comedi/drivers/
H A Dke_counter.c189 struct pci_dev *pci_device = NULL; local
200 for_each_pci_dev(pci_device) {
201 if (pci_device->vendor == PCI_VENDOR_ID_KOLTER) {
204 pci_device->device) {
209 if (pci_device->bus->number !=
212 PCI_SLOT(pci_device->devfn)
235 board->name, pci_device->bus->number,
236 PCI_SLOT(pci_device->devfn));
237 devpriv->pcidev = pci_device;
241 error = comedi_pci_enable(pci_device, CNT_DRIVER_NAM
[all...]
H A Dme4000.c391 struct pci_dev *pci_device = NULL; local
404 for_each_pci_dev(pci_device) {
405 if (pci_device->vendor == PCI_VENDOR_ID_MEILHAUS) {
408 pci_device->device) {
419 if (pci_device->bus->number !=
422 PCI_SLOT(pci_device->devfn)
431 info->pci_dev_p = pci_device;
449 dev->minor, me4000_boards[i].name, pci_device->bus->number,
450 PCI_SLOT(pci_device->devfn));
456 result = comedi_pci_enable(pci_device, de
[all...]
H A Dadl_pci9111.c405 struct pci_dev *pci_device; member in struct:pci9111_private_data
1285 struct pci_dev *pci_device = NULL; local
1296 for_each_pci_dev(pci_device) {
1297 if (pci_device->vendor == PCI_VENDOR_ID_ADLINK) {
1300 pci_device->device) {
1307 if (pci_device->bus->number !=
1310 PCI_SLOT(pci_device->devfn)
1320 dev_private->pci_device = pci_device;
1337 pci_device
[all...]
H A Dme_daq.c297 struct pci_dev *pci_device; member in struct:me_private_data
680 struct pci_dev *pci_device = NULL; local
697 for_each_pci_dev(pci_device) {
698 if (pci_device->vendor == PCI_VENDOR_ID_MEILHAUS) {
701 pci_device->device) {
710 if (pci_device->bus->number !=
713 PCI_SLOT(pci_device->devfn)
722 dev_private->pci_device = pci_device;
737 pci_device
[all...]
/drivers/firewire/
H A Dnosy.c80 struct pci_dev *pci_device; member in struct:pcilynx
260 dev_err(&lynx->pci_device->dev,
265 dev_err(&lynx->pci_device->dev,
511 free_irq(lynx->pci_device->irq, lynx);
518 pci_free_consistent(lynx->pci_device, sizeof(struct pcl),
520 pci_free_consistent(lynx->pci_device, sizeof(struct pcl),
522 pci_free_consistent(lynx->pci_device, PAGE_SIZE,
556 lynx->pci_device = dev;
566 lynx->rcv_start_pcl = pci_alloc_consistent(lynx->pci_device,
568 lynx->rcv_pcl = pci_alloc_consistent(lynx->pci_device,
[all...]
/drivers/net/tokenring/
H A Dlanstreamer.c1793 struct pci_dev *pci_device = NULL; local
1807 pci_device=sdev->pci_dev;
1808 dev=pci_get_drvdata(pci_device);
/drivers/pci/pcie/
H A Daspm.c858 struct pci_dev *pci_device = to_pci_dev(dev); local
859 struct pcie_link_state *link_state = pci_device->link_state;
900 struct pci_dev *pci_device = to_pci_dev(dev); local
901 struct pcie_link_state *link_state = pci_device->link_state;

Completed in 165 milliseconds