/kernel/linux/linux-5.10/net/wireless/ |
H A 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 [all...] |
/kernel/linux/linux-6.6/net/wireless/ |
H A 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 [all...] |
/kernel/linux/linux-5.10/drivers/pci/hotplug/ |
H A D | cpqphp_pci.c | 301 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() 442 rc = pci_bus_read_config_byte(ctrl->pci_bus, PCI_DEVFN(device, function), PCI_HEADER_TYPE, &header_type); in cpqhp_save_config() 468 u8 header_type; in cpqhp_save_slot_config() local 486 pci_bus_read_config_byte(ctrl->pci_bus, PCI_DEVFN(new_slot->device, 0), PCI_HEADER_TYPE, &header_type); in cpqhp_save_slot_config() 488 if (header_type & 0x80) /* Multi-function device */ in cpqhp_save_slot_config() 494 if ((header_type & 0x7F) == PCI_HEADER_TYPE_BRIDGE) { in cpqhp_save_slot_config() 529 pci_bus_read_config_byte(ctrl->pci_bus, PCI_DEVFN(new_slot->device, function), PCI_HEADER_TYPE, &header_type); in cpqhp_save_slot_config() 551 u8 header_type; cpqhp_save_base_addr_length() local 688 u8 header_type; cpqhp_save_used_resources() local 951 u8 header_type; cpqhp_configure_board() local 1029 u8 header_type; cpqhp_valid_replace() local [all...] |
/kernel/linux/linux-6.6/drivers/pci/hotplug/ |
H A D | cpqphp_pci.c | 303 u8 header_type; in cpqhp_save_config() local 361 rc = pci_bus_read_config_byte(ctrl->pci_bus, PCI_DEVFN(device, 0), PCI_HEADER_TYPE, &header_type); in cpqhp_save_config() 366 if (header_type & 0x80) in cpqhp_save_config() 375 if ((header_type & 0x7F) == PCI_HEADER_TYPE_BRIDGE) { in cpqhp_save_config() 444 rc = pci_bus_read_config_byte(ctrl->pci_bus, PCI_DEVFN(device, function), PCI_HEADER_TYPE, &header_type); in cpqhp_save_config() 470 u8 header_type; in cpqhp_save_slot_config() local 488 pci_bus_read_config_byte(ctrl->pci_bus, PCI_DEVFN(new_slot->device, 0), PCI_HEADER_TYPE, &header_type); in cpqhp_save_slot_config() 490 if (header_type & 0x80) /* Multi-function device */ in cpqhp_save_slot_config() 496 if ((header_type & 0x7F) == PCI_HEADER_TYPE_BRIDGE) { in cpqhp_save_slot_config() 531 pci_bus_read_config_byte(ctrl->pci_bus, PCI_DEVFN(new_slot->device, function), PCI_HEADER_TYPE, &header_type); in cpqhp_save_slot_config() 553 u8 header_type; cpqhp_save_base_addr_length() local 690 u8 header_type; cpqhp_save_used_resources() local 953 u8 header_type; cpqhp_configure_board() local 1031 u8 header_type; cpqhp_valid_replace() local [all...] |
/kernel/linux/linux-6.6/drivers/pci/controller/dwc/ |
H A D | pci-layerscape.c | 58 u32 header_type; in ls_pcie_is_bridge() local 60 header_type = ioread8(pci->dbi_base + PCI_HEADER_TYPE); in ls_pcie_is_bridge() 61 header_type &= 0x7f; in ls_pcie_is_bridge() 63 return header_type == PCI_HEADER_TYPE_BRIDGE; in ls_pcie_is_bridge()
|
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | edac_pci_sysfs.c | 511 u8 header_type; in edac_pci_dev_parity_clear() local 516 pci_read_config_byte(dev, PCI_HEADER_TYPE, &header_type); in edac_pci_dev_parity_clear() 518 if ((header_type & 0x7F) == PCI_HEADER_TYPE_BRIDGE) in edac_pci_dev_parity_clear() 533 u8 header_type; in edac_pci_dev_parity_test() local 542 pci_read_config_byte(dev, PCI_HEADER_TYPE, &header_type); in edac_pci_dev_parity_test() 578 header_type, dev_name(&dev->dev)); in edac_pci_dev_parity_test() 580 if ((header_type & 0x7F) == PCI_HEADER_TYPE_BRIDGE) { in edac_pci_dev_parity_test()
|
/kernel/linux/linux-6.6/drivers/edac/ |
H A D | edac_pci_sysfs.c | 517 u8 header_type; in edac_pci_dev_parity_clear() local 522 pci_read_config_byte(dev, PCI_HEADER_TYPE, &header_type); in edac_pci_dev_parity_clear() 524 if ((header_type & 0x7F) == PCI_HEADER_TYPE_BRIDGE) in edac_pci_dev_parity_clear() 539 u8 header_type; in edac_pci_dev_parity_test() local 548 pci_read_config_byte(dev, PCI_HEADER_TYPE, &header_type); in edac_pci_dev_parity_test() 584 header_type, dev_name(&dev->dev)); in edac_pci_dev_parity_test() 586 if ((header_type & 0x7F) == PCI_HEADER_TYPE_BRIDGE) { in edac_pci_dev_parity_test()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-loongson2ef/cs5536/ |
H A D | cs5536_pci.h | 67 #define CFG_PCI_CACHE_LINE_SIZE(header_type, latency_timer) \ 68 ((PCI_NONE_BIST << 24) | ((header_type) << 16) \
|
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-loongson2ef/cs5536/ |
H A D | cs5536_pci.h | 67 #define CFG_PCI_CACHE_LINE_SIZE(header_type, latency_timer) \ 68 ((PCI_NONE_BIST << 24) | ((header_type) << 16) \
|
/kernel/linux/linux-5.10/drivers/pci/controller/dwc/ |
H A D | pci-layerscape.c | 59 u32 header_type; in ls_pcie_is_bridge() local 61 header_type = ioread8(pci->dbi_base + PCI_HEADER_TYPE); in ls_pcie_is_bridge() 62 header_type &= 0x7f; in ls_pcie_is_bridge() 64 return header_type == PCI_HEADER_TYPE_BRIDGE; in ls_pcie_is_bridge()
|
/kernel/linux/linux-5.10/arch/xtensa/lib/ |
H A D | pci-auto.c | 227 unsigned char header_type; in pciauto_bus_scan() local 260 if (pci_read_config_byte(dev, PCI_HEADER_TYPE, &header_type)) in pciauto_bus_scan() 264 found_multi = header_type & 0x80; in pciauto_bus_scan()
|
/kernel/linux/linux-6.6/arch/xtensa/lib/ |
H A D | pci-auto.c | 227 unsigned char header_type; in pciauto_bus_scan() local 260 if (pci_read_config_byte(dev, PCI_HEADER_TYPE, &header_type)) in pciauto_bus_scan() 264 found_multi = header_type & 0x80; in pciauto_bus_scan()
|
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | vub300.c | 62 u8 header_type; member 77 u8 header_type; member 88 u8 header_type; member 94 u8 header_type; member 103 u8 header_type; member 114 u8 header_type; member 121 u8 header_type; member 133 u8 header_type; member 140 u8 header_type; member 483 vub300->cmnd.poll.header_type in send_irqpoll() [all...] |
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | vub300.c | 62 u8 header_type; member 77 u8 header_type; member 88 u8 header_type; member 94 u8 header_type; member 103 u8 header_type; member 114 u8 header_type; member 121 u8 header_type; member 133 u8 header_type; member 140 u8 header_type; member 483 vub300->cmnd.poll.header_type in send_irqpoll() [all...] |
/kernel/uniproton/cmake/common/build_auxiliary_script/ |
H A D | Kconfig2macro.py | 166 header_type = headerType(in_file) 167 if header_type == HEADER_TYPE_INVALID:
|
/kernel/linux/linux-5.10/drivers/pci/controller/mobiveil/ |
H A D | pcie-mobiveil-host.c | 549 u32 header_type; in mobiveil_pcie_is_bridge() local 551 header_type = mobiveil_csr_readb(pcie, PCI_HEADER_TYPE); in mobiveil_pcie_is_bridge() 552 header_type &= 0x7f; in mobiveil_pcie_is_bridge() 554 return header_type == PCI_HEADER_TYPE_BRIDGE; in mobiveil_pcie_is_bridge()
|
/kernel/linux/linux-6.6/drivers/pci/controller/mobiveil/ |
H A D | pcie-mobiveil-host.c | 539 u32 header_type; in mobiveil_pcie_is_bridge() local 541 header_type = mobiveil_csr_readb(pcie, PCI_HEADER_TYPE); in mobiveil_pcie_is_bridge() 542 header_type &= 0x7f; in mobiveil_pcie_is_bridge() 544 return header_type == PCI_HEADER_TYPE_BRIDGE; in mobiveil_pcie_is_bridge()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_gsc_binary_headers.h | 116 u32 header_type; /* 0x4 for manifest type */ member
|
/kernel/linux/linux-5.10/drivers/pci/ |
H A D | pci-bridge-emul.h | 16 u8 header_type; member
|
H A D | pci-bridge-emul.c | 288 bridge->conf.header_type = PCI_HEADER_TYPE_BRIDGE; in pci_bridge_emul_init()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | iw_handler.h | 375 __u8 header_type; /* NULL, iw_point or other */ member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | iw_handler.h | 375 __u8 header_type; /* NULL, iw_point or other */ member
|
/kernel/linux/linux-6.6/drivers/pci/ |
H A D | pci-bridge-emul.h | 16 u8 header_type; member
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | act_pedit.c | 332 static int pedit_l4_skb_offset(struct sk_buff *skb, int *hoffset, const int header_type) in pedit_l4_skb_offset() argument 349 ret = ipv6_find_hdr(skb, hoffset, header_type, NULL, NULL) == header_type ? 0 : -EINVAL; in pedit_l4_skb_offset()
|
/kernel/linux/linux-6.6/drivers/net/dsa/sja1105/ |
H A D | sja1105_static_config.h | 220 u64 header_type; member
|