Searched refs:pcie (Results 1 - 15 of 15) sorted by relevance

/drivers/acpi/apei/
H A Dcper.c249 static void cper_print_pcie(const char *pfx, const struct cper_sec_pcie *pcie, argument
252 if (pcie->validation_bits & CPER_PCIE_VALID_PORT_TYPE)
253 printk("%s""port_type: %d, %s\n", pfx, pcie->port_type,
254 pcie->port_type < ARRAY_SIZE(cper_pcie_port_type_strs) ?
255 cper_pcie_port_type_strs[pcie->port_type] : "unknown");
256 if (pcie->validation_bits & CPER_PCIE_VALID_VERSION)
258 pcie->version.major, pcie->version.minor);
259 if (pcie->validation_bits & CPER_PCIE_VALID_COMMAND_STATUS)
261 pcie
332 struct cper_sec_pcie *pcie = (void *)(gdata + 1); local
[all...]
/drivers/net/wireless/iwlwifi/
H A DMakefile18 iwlwifi-objs += iwl-trans-pcie.o iwl-trans-pcie-rx.o iwl-trans-pcie-tx.o
/drivers/pci/pcie/
H A Dportdrv_core.c323 struct pcie_device *pcie; local
326 pcie = kzalloc(sizeof(*pcie), GFP_KERNEL);
327 if (!pcie)
329 pcie->port = pdev;
330 pcie->irq = irq;
331 pcie->service = service;
334 device = &pcie->device;
336 device->release = release_pcie_device; /* callback to free pcie dev */
337 dev_set_name(device, "%s:pcie
[all...]
/drivers/pci/hotplug/
H A Dpciehp.h64 dev_printk(KERN_DEBUG, &ctrl->pcie->device, \
68 dev_err(&ctrl->pcie->device, format, ## arg)
70 dev_info(&ctrl->pcie->device, format, ## arg)
72 dev_warn(&ctrl->pcie->device, format, ## arg)
91 struct pcie_device *pcie; /* PCI Express port service */ member in struct:controller
H A Dpciehp_hpc.c46 struct pci_dev *dev = ctrl->pcie->port;
52 struct pci_dev *dev = ctrl->pcie->port;
58 struct pci_dev *dev = ctrl->pcie->port;
64 struct pci_dev *dev = ctrl->pcie->port;
105 int retval, irq = ctrl->pcie->irq;
127 free_irq(ctrl->pcie->irq, ctrl);
330 found = pci_bus_check_dev(ctrl->pcie->port->subordinate,
347 pcie_update_link_speed(ctrl->pcie->port->subordinate, lnk_status);
405 pci_pcie_cap(ctrl->pcie->port) + PCI_EXP_SLTCTL, slot_ctrl);
443 pci_pcie_cap(ctrl->pcie
[all...]
H A Dpciehp_pci.c63 struct pci_dev *bridge = p_slot->ctrl->pcie->port;
119 struct pci_bus *parent = p_slot->ctrl->pcie->port->subordinate;
H A Dpciehp_core.c131 pci_domain_nr(ctrl->pcie->port->subordinate),
132 ctrl->pcie->port->subordinate->number, PSN(ctrl));
134 ctrl->pcie->port->subordinate, 0, name);
H A Dpciehp_ctrl.c197 struct pci_bus *parent = ctrl->pcie->port->subordinate;
300 pci_domain_nr(p_slot->ctrl->pcie->port->subordinate),
301 p_slot->ctrl->pcie->port->subordinate->number);
/drivers/net/wireless/mwifiex/
H A DMakefile43 mwifiex_pcie-y += pcie.o
/drivers/pci/
H A DMakefile14 obj-$(CONFIG_PCIEPORTBUS) += pcie/
/drivers/net/wireless/brcm80211/brcmsmac/
H A Daiutils.c483 struct bcma_device *pcie = NULL; local
518 pcie = core;
522 if (pci && pcie) {
526 pcie = NULL;
530 } else if (pcie) {
531 sii->buscore = pcie;
902 /* pcie core doesn't have any mapping to control the xtal pu */
/drivers/net/wireless/bcmdhd/
H A Dsiutils.c187 bool pci, pcie, pcie_gen2 = FALSE; local
223 pci = pcie = FALSE;
246 pcie = TRUE;
275 } else if (pcie) {
/drivers/misc/
H A Dspear13xx_pcie_gadget.c23 #include <mach/pcie.h>
734 dev_err(&pdev->dev, "pcie gadget region already claimed\n");
746 dev_err(&pdev->dev, "pcie gadget region already claimed\n");
791 "pcie gadget interrupt IRQ%d already claimed\n", irq);
804 * init basic pcie application registers
889 .name = "pcie-gadget-spear",
896 MODULE_ALIAS("platform:pcie-gadget-spear");
/drivers/pinctrl/
H A Dpinctrl-tegra20.c2554 FUNCTION(pcie),
H A Dpinctrl-tegra30.c3301 FUNCTION(pcie),

Completed in 3092 milliseconds