/linux-3.4.99/net/wireless/ |
D | wext-core.c | 34 .header_type = IW_HEADER_TYPE_NULL, 37 .header_type = IW_HEADER_TYPE_CHAR, 41 .header_type = IW_HEADER_TYPE_PARAM, 45 .header_type = IW_HEADER_TYPE_PARAM, 49 .header_type = IW_HEADER_TYPE_FREQ, 53 .header_type = IW_HEADER_TYPE_FREQ, 57 .header_type = IW_HEADER_TYPE_UINT, 61 .header_type = IW_HEADER_TYPE_UINT, 65 .header_type = IW_HEADER_TYPE_PARAM, 68 .header_type = IW_HEADER_TYPE_PARAM, [all …]
|
/linux-3.4.99/drivers/pci/hotplug/ |
D | cpqphp_pci.c | 302 u8 header_type; in cpqhp_save_config() local 359 rc = pci_bus_read_config_byte(ctrl->pci_bus, PCI_DEVFN(device, 0), PCI_HEADER_TYPE, &header_type); in cpqhp_save_config() 364 if (header_type & 0x80) in cpqhp_save_config() 373 if ((header_type & 0x7F) == PCI_HEADER_TYPE_BRIDGE) { in cpqhp_save_config() 440 …ci_bus_read_config_byte(ctrl->pci_bus, PCI_DEVFN(device, function), PCI_HEADER_TYPE, &header_type); in cpqhp_save_config() 466 u8 header_type; in cpqhp_save_slot_config() local 484 …bus_read_config_byte(ctrl->pci_bus, PCI_DEVFN(new_slot->device, 0), PCI_HEADER_TYPE, &header_type); in cpqhp_save_slot_config() 486 if (header_type & 0x80) /* Multi-function device */ in cpqhp_save_slot_config() 492 if ((header_type & 0x7F) == PCI_HEADER_TYPE_BRIDGE) { in cpqhp_save_slot_config() 527 …d_config_byte(ctrl->pci_bus, PCI_DEVFN(new_slot->device, function), PCI_HEADER_TYPE, &header_type); in cpqhp_save_slot_config() [all …]
|
D | cpqphp_ctrl.c | 2086 u8 device, class_code, header_type, BCR; in cpqhp_process_SS() local 2117 rc = pci_bus_read_config_byte (pci_bus, devfn, PCI_HEADER_TYPE, &header_type); in cpqhp_process_SS() 2122 if ((header_type & 0x7F) == PCI_HEADER_TYPE_BRIDGE) { in cpqhp_process_SS()
|
/linux-3.4.99/drivers/edac/ |
D | edac_pci_sysfs.c | 540 u8 header_type; in edac_pci_dev_parity_clear() local 545 pci_read_config_byte(dev, PCI_HEADER_TYPE, &header_type); in edac_pci_dev_parity_clear() 547 if ((header_type & 0x7F) == PCI_HEADER_TYPE_BRIDGE) in edac_pci_dev_parity_clear() 562 u8 header_type; in edac_pci_dev_parity_test() local 571 pci_read_config_byte(dev, PCI_HEADER_TYPE, &header_type); in edac_pci_dev_parity_test() 606 debugf4("PCI HEADER TYPE= 0x%02x %s\n", header_type, dev_name(&dev->dev)); in edac_pci_dev_parity_test() 608 if ((header_type & 0x7F) == PCI_HEADER_TYPE_BRIDGE) { in edac_pci_dev_parity_test()
|
/linux-3.4.99/arch/mips/include/asm/mach-loongson/cs5536/ |
D | cs5536_pci.h | 66 #define CFG_PCI_CACHE_LINE_SIZE(header_type, latency_timer) \ argument 67 ((PCI_NONE_BIST << 24) | ((header_type) << 16) \
|
/linux-3.4.99/arch/xtensa/lib/ |
D | pci-auto.c | 241 unsigned char header_type; in pciauto_bus_scan() local 274 if (pci_read_config_byte(dev, PCI_HEADER_TYPE, &header_type)) in pciauto_bus_scan() 278 found_multi = header_type & 0x80; in pciauto_bus_scan()
|
/linux-3.4.99/drivers/mmc/host/ |
D | vub300.c | 65 u8 header_type; member 80 u8 header_type; member 91 u8 header_type; member 97 u8 header_type; member 106 u8 header_type; member 117 u8 header_type; member 124 u8 header_type; member 136 u8 header_type; member 143 u8 header_type; member 486 vub300->cmnd.poll.header_type = 1; in send_irqpoll() [all …]
|
/linux-3.4.99/arch/tile/kernel/ |
D | pci.c | 431 u8 header_type; in pcibios_enable_device() local 435 pci_read_config_byte(dev, PCI_HEADER_TYPE, &header_type); in pcibios_enable_device() 439 if ((header_type & 0x7F) == PCI_HEADER_TYPE_BRIDGE) { in pcibios_enable_device()
|
/linux-3.4.99/include/net/ |
D | iw_handler.h | 374 __u8 header_type; /* NULL, iw_point or other */ member
|
/linux-3.4.99/virt/kvm/ |
D | assigned-dev.c | 638 u8 header_type; in kvm_vm_ioctl_assign_device() local 671 pci_read_config_byte(dev, PCI_HEADER_TYPE, &header_type); in kvm_vm_ioctl_assign_device() 672 if ((header_type & PCI_HEADER_TYPE) != PCI_HEADER_TYPE_NORMAL) { in kvm_vm_ioctl_assign_device()
|