| /kernel/linux/linux-6.6/drivers/pinctrl/qcom/ |
| D | Kconfig.msm | 9 Qualcomm TLMM block found in the Qualcomm APQ8064 platform. 16 Qualcomm TLMM block found in the Qualcomm APQ8084 platform. 23 Qualcomm TLMM block found in the Qualcomm IPQ4019 platform. 30 the Qualcomm Technologies Inc. TLMM block found on the 39 Qualcomm TLMM block found in the Qualcomm IPQ8064 platform. 46 Qualcomm Technologies Inc TLMM block found on the Qualcomm 54 the Qualcomm Technologies Inc. TLMM block found on the 63 the Qualcomm Technologies Inc. TLMM block found on the 72 the Qualcomm Technologies Inc. TLMM block found on the 81 Qualcomm Technologies Inc TLMM block found on the Qualcomm [all …]
|
| /kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/broadwell/ |
| D | uncore-cache.json | 3 … "BriefDescription": "L3 Lookup any request that access cache and found line in E or S-state", 7 … "PublicDescription": "L3 Lookup any request that access cache and found line in E or S-state.", 12 "BriefDescription": "L3 Lookup any request that access cache and found line in I-state", 16 "PublicDescription": "L3 Lookup any request that access cache and found line in I-state.", 21 "BriefDescription": "L3 Lookup any request that access cache and found line in M-state", 25 "PublicDescription": "L3 Lookup any request that access cache and found line in M-state.", 30 "BriefDescription": "L3 Lookup any request that access cache and found line in MESI-state", 34 … "PublicDescription": "L3 Lookup any request that access cache and found line in MESI-state.", 39 … "BriefDescription": "L3 Lookup read request that access cache and found line in E or S-state", 43 … "PublicDescription": "L3 Lookup read request that access cache and found line in E or S-state.", [all …]
|
| /kernel/linux/linux-5.10/drivers/pinctrl/qcom/ |
| D | Kconfig | 19 Qualcomm TLMM block found in the Qualcomm APQ8064 platform. 27 Qualcomm TLMM block found in the Qualcomm APQ8084 platform. 35 Qualcomm TLMM block found in the Qualcomm IPQ4019 platform. 43 Qualcomm TLMM block found in the Qualcomm IPQ8064 platform. 51 the Qualcomm Technologies Inc. TLMM block found on the 61 the Qualcomm Technologies Inc. TLMM block found on the 71 Qualcomm Technologies Inc TLMM block found on the Qualcomm 80 Qualcomm TLMM block found in the Qualcomm 8660 platform. 88 Qualcomm TLMM block found in the Qualcomm 8960 platform. 96 Qualcomm TLMM block found in the Qualcomm 9615 platform. [all …]
|
| /kernel/linux/linux-6.6/drivers/staging/media/av7110/ |
| D | av7110_ipack.c | 10 p->found = 0; in av7110_ipack_reset() 114 if (p->plength != MMAX_PLENGTH - 6 || p->found <= 6) in av7110_ipack_flush() 116 p->plength = p->found - 6; in av7110_ipack_flush() 117 p->found = 0; in av7110_ipack_flush() 152 (p->mpeg == 1 && p->found < 7) || in av7110_ipack_instant_repack() 153 (p->mpeg == 2 && p->found < 9)) in av7110_ipack_instant_repack() 154 && (p->found < 5 || !p->done)) { in av7110_ipack_instant_repack() 155 switch (p->found) { in av7110_ipack_instant_repack() 159 p->found++; in av7110_ipack_instant_repack() 161 p->found = 0; in av7110_ipack_instant_repack() [all …]
|
| /kernel/linux/linux-5.10/drivers/media/pci/ttpci/ |
| D | av7110_ipack.c | 10 p->found = 0; in av7110_ipack_reset() 114 if (p->plength != MMAX_PLENGTH - 6 || p->found <= 6) in av7110_ipack_flush() 116 p->plength = p->found - 6; in av7110_ipack_flush() 117 p->found = 0; in av7110_ipack_flush() 152 (p->mpeg == 1 && p->found < 7) || in av7110_ipack_instant_repack() 153 (p->mpeg == 2 && p->found < 9)) in av7110_ipack_instant_repack() 154 && (p->found < 5 || !p->done)) { in av7110_ipack_instant_repack() 155 switch (p->found) { in av7110_ipack_instant_repack() 159 p->found++; in av7110_ipack_instant_repack() 161 p->found = 0; in av7110_ipack_instant_repack() [all …]
|
| /kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/skylake/ |
| D | uncore-cache.json | 3 … "BriefDescription": "L3 Lookup any request that access cache and found line in E or S-state", 7 … "PublicDescription": "L3 Lookup any request that access cache and found line in E or S-state.", 12 "BriefDescription": "L3 Lookup any request that access cache and found line in I-state", 16 "PublicDescription": "L3 Lookup any request that access cache and found line in I-state.", 21 "BriefDescription": "L3 Lookup any request that access cache and found line in M-state", 25 "PublicDescription": "L3 Lookup any request that access cache and found line in M-state.", 30 "BriefDescription": "L3 Lookup any request that access cache and found line in MESI-state", 34 … "PublicDescription": "L3 Lookup any request that access cache and found line in MESI-state.", 39 … "BriefDescription": "L3 Lookup read request that access cache and found line in E or S-state", 43 … "PublicDescription": "L3 Lookup read request that access cache and found line in E or S-state.", [all …]
|
| /kernel/linux/linux-5.10/lib/ |
| D | linear_ranges.c | 80 * @val: address where found value is updated 84 * Return: 0 on success, -EINVAL given selector is not found from any of the 104 * @val: address where found value is updated 108 * Return: 0 on success, -EINVAL given selector is not found from any of the 128 * @selector: address where found selector value is updated 129 * @found: flag to indicate that given value was in the range 133 * value. If given value is in the range, then @found is set true. 140 bool *found) in linear_range_get_selector_low() argument 142 *found = false; in linear_range_get_selector_low() 152 *found = true; in linear_range_get_selector_low() [all …]
|
| /kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/haswell/ |
| D | uncore.json | 115 "BriefDescription": "L3 Lookup read request that access cache and found line in M-state.", 116 "PublicDescription": "L3 Lookup read request that access cache and found line in M-state.", 127 "BriefDescription": "L3 Lookup write request that access cache and found line in M-state.", 128 "PublicDescription": "L3 Lookup write request that access cache and found line in M-state.", 139 …"BriefDescription": "L3 Lookup external snoop request that access cache and found line in M-state.… 140 …"PublicDescription": "L3 Lookup external snoop request that access cache and found line in M-state… 151 "BriefDescription": "L3 Lookup any request that access cache and found line in M-state.", 152 "PublicDescription": "L3 Lookup any request that access cache and found line in M-state.", 163 "BriefDescription": "L3 Lookup read request that access cache and found line in I-state.", 164 "PublicDescription": "L3 Lookup read request that access cache and found line in I-state.", [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/mmc/ |
| D | renesas,mmcif.txt | 11 - "renesas,mmcif-r7s72100" for the MMCIF found in r7s72100 SoCs 12 - "renesas,mmcif-r8a73a4" for the MMCIF found in r8a73a4 SoCs 13 - "renesas,mmcif-r8a7740" for the MMCIF found in r8a7740 SoCs 14 - "renesas,mmcif-r8a7742" for the MMCIF found in r8a7742 SoCs 15 - "renesas,mmcif-r8a7743" for the MMCIF found in r8a7743 SoCs 16 - "renesas,mmcif-r8a7744" for the MMCIF found in r8a7744 SoCs 17 - "renesas,mmcif-r8a7745" for the MMCIF found in r8a7745 SoCs 18 - "renesas,mmcif-r8a7778" for the MMCIF found in r8a7778 SoCs 19 - "renesas,mmcif-r8a7790" for the MMCIF found in r8a7790 SoCs 20 - "renesas,mmcif-r8a7791" for the MMCIF found in r8a7791 SoCs [all …]
|
| /kernel/linux/linux-6.6/lib/ |
| D | linear_ranges.c | 80 * @val: address where found value is updated 84 * Return: 0 on success, -EINVAL given selector is not found from any of the 104 * @val: address where found value is updated 108 * Return: 0 on success, -EINVAL given selector is not found from any of the 128 * @selector: address where found selector value is updated 129 * @found: flag to indicate that given value was in the range 133 * value. If given value is in the range, then @found is set true. 140 bool *found) in linear_range_get_selector_low() argument 142 *found = false; in linear_range_get_selector_low() 152 *found = true; in linear_range_get_selector_low() [all …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/powerpc/cache_shape/ |
| D | cache_shape.c | 55 int found; in test_cache_shape() local 59 found = 0; in test_cache_shape() 63 found++; in test_cache_shape() 69 found++; in test_cache_shape() 75 found++; in test_cache_shape() 81 found++; in test_cache_shape() 87 found++; in test_cache_shape() 93 found++; in test_cache_shape() 99 found++; in test_cache_shape() 105 found++; in test_cache_shape() [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/powerpc/cache_shape/ |
| D | cache_shape.c | 55 int found; in test_cache_shape() local 59 found = 0; in test_cache_shape() 63 found++; in test_cache_shape() 69 found++; in test_cache_shape() 75 found++; in test_cache_shape() 81 found++; in test_cache_shape() 87 found++; in test_cache_shape() 93 found++; in test_cache_shape() 99 found++; in test_cache_shape() 105 found++; in test_cache_shape() [all …]
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| D | sysfs-driver-ufs | 20 the descriptor could be found at UFS specifications 2.1. 29 the descriptor could be found at UFS specifications 2.1. 38 about the descriptor could be found at UFS specifications 2.1. 47 The full information about the descriptor could be found 57 about the descriptor could be found at UFS specifications 2.1. 66 The full information about the descriptor could be found 77 be found at UFS specifications 2.1. 88 be found at UFS specifications 2.1. 98 about the descriptor could be found at UFS specifications 2.1. 107 about the descriptor could be found at UFS specifications 2.1. [all …]
|
| /kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/sandybridge/ |
| D | uncore-cache.json | 3 … "BriefDescription": "L3 Lookup any request that access cache and found line in E or S-state.", 11 "BriefDescription": "L3 Lookup any request that access cache and found line in I-state.", 19 "BriefDescription": "L3 Lookup any request that access cache and found line in M-state.", 27 "BriefDescription": "L3 Lookup any request that access cache and found line in MESI-state.", 35 …"BriefDescription": "L3 Lookup external snoop request that access cache and found line in E or S-s… 43 …"BriefDescription": "L3 Lookup external snoop request that access cache and found line in I-state.… 51 …"BriefDescription": "L3 Lookup external snoop request that access cache and found line in M-state.… 59 …"BriefDescription": "L3 Lookup external snoop request that access cache and found line in MESI-sta… 67 … "BriefDescription": "L3 Lookup read request that access cache and found line in E or S-state.", 75 "BriefDescription": "L3 Lookup read request that access cache and found line in I-state.", [all …]
|
| /kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/haswell/ |
| D | uncore-cache.json | 3 … "BriefDescription": "L3 Lookup any request that access cache and found line in E or S-state.", 11 "BriefDescription": "L3 Lookup any request that access cache and found line in I-state.", 19 "BriefDescription": "L3 Lookup any request that access cache and found line in M-state.", 27 "BriefDescription": "L3 Lookup any request that access cache and found line in MESI-state.", 35 …"BriefDescription": "L3 Lookup external snoop request that access cache and found line in E or S-s… 43 …"BriefDescription": "L3 Lookup external snoop request that access cache and found line in I-state.… 51 …"BriefDescription": "L3 Lookup external snoop request that access cache and found line in M-state.… 59 …"BriefDescription": "L3 Lookup external snoop request that access cache and found line in MESI-sta… 67 … "BriefDescription": "L3 Lookup read request that access cache and found line in E or S-state.", 75 "BriefDescription": "L3 Lookup read request that access cache and found line in I-state.", [all …]
|
| /kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/ivybridge/ |
| D | uncore-cache.json | 3 … "BriefDescription": "L3 Lookup any request that access cache and found line in E or S-state.", 11 "BriefDescription": "L3 Lookup any request that access cache and found line in I-state.", 19 "BriefDescription": "L3 Lookup any request that access cache and found line in M-state.", 27 "BriefDescription": "L3 Lookup any request that access cache and found line in MESI-state.", 35 …"BriefDescription": "L3 Lookup external snoop request that access cache and found line in E or S-s… 43 …"BriefDescription": "L3 Lookup external snoop request that access cache and found line in I-state.… 51 …"BriefDescription": "L3 Lookup external snoop request that access cache and found line in M-state.… 59 …"BriefDescription": "L3 Lookup external snoop request that access cache and found line in MESI-sta… 67 … "BriefDescription": "L3 Lookup read request that access cache and found line in E or S-state.", 75 "BriefDescription": "L3 Lookup read request that access cache and found line in I-state.", [all …]
|
| /kernel/linux/linux-5.10/drivers/char/hw_random/ |
| D | Kconfig | 44 Generator hardware found on Intel i8xx-based motherboards. 57 Generator hardware found on AMD 76x-based motherboards. 70 Generator hardware found on Atmel AT91 devices. 94 Generator hardware found on the Broadcom BCM2835 and BCM63xx SoCs. 107 hardware found on the Broadcom iProc and STB SoCs. 120 Generator hardware found on the AMD Geode LX. 133 Generator hardware found on Niagara2 cpus. 146 Generator hardware found on VIA based motherboards. 159 Number Generator hardware found on the Intel IXP45x/46x NPU. 172 Generator hardware found on OMAP16xx, OMAP2/3/4/5, AM33xx/AM43xx [all …]
|
| /kernel/linux/linux-6.6/net/9p/ |
| D | mod.c | 88 struct p9_trans_module *t, *found = NULL; in _p9_get_trans_by_name() local 95 found = t; in _p9_get_trans_by_name() 101 return found; in _p9_get_trans_by_name() 111 struct p9_trans_module *found = NULL; in v9fs_get_trans_by_name() local 113 found = _p9_get_trans_by_name(s); in v9fs_get_trans_by_name() 116 if (!found) { in v9fs_get_trans_by_name() 118 found = _p9_get_trans_by_name(s); in v9fs_get_trans_by_name() 122 return found; in v9fs_get_trans_by_name() 137 struct p9_trans_module *t, *found = NULL; in v9fs_get_default_trans() local 144 found = t; in v9fs_get_default_trans() [all …]
|
| /kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/broadwell/ |
| D | uncore.json | 55 "BriefDescription": "L3 Lookup read request that access cache and found line in M-state", 56 "PublicDescription": "L3 Lookup read request that access cache and found line in M-state.", 67 "BriefDescription": "L3 Lookup write request that access cache and found line in M-state", 68 "PublicDescription": "L3 Lookup write request that access cache and found line in M-state.", 79 "BriefDescription": "L3 Lookup any request that access cache and found line in M-state", 80 "PublicDescription": "L3 Lookup any request that access cache and found line in M-state.", 91 "BriefDescription": "L3 Lookup read request that access cache and found line in I-state", 92 "PublicDescription": "L3 Lookup read request that access cache and found line in I-state.", 103 "BriefDescription": "L3 Lookup any request that access cache and found line in I-state", 104 "PublicDescription": "L3 Lookup any request that access cache and found line in I-state.", [all …]
|
| /kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/skylake/ |
| D | uncore.json | 55 "BriefDescription": "L3 Lookup write request that access cache and found line in M-state", 56 "PublicDescription": "L3 Lookup write request that access cache and found line in M-state.", 67 "BriefDescription": "L3 Lookup any request that access cache and found line in M-state", 68 "PublicDescription": "L3 Lookup any request that access cache and found line in M-state.", 79 "BriefDescription": "L3 Lookup read request that access cache and found line in I-state", 80 "PublicDescription": "L3 Lookup read request that access cache and found line in I-state.", 91 "BriefDescription": "L3 Lookup any request that access cache and found line in I-state", 92 "PublicDescription": "L3 Lookup any request that access cache and found line in I-state.", 103 "BriefDescription": "L3 Lookup read request that access cache and found line in any MESI-state", 104 … "PublicDescription": "L3 Lookup read request that access cache and found line in any MESI-state.", [all …]
|
| /kernel/linux/linux-6.6/drivers/char/hw_random/ |
| D | Kconfig | 44 Generator hardware found on Intel i8xx-based motherboards. 58 Generator hardware found on AMD 76x-based motherboards. 71 Generator hardware found on Atmel AT91 devices. 95 Generator hardware found on the Broadcom BCM2835 and BCM63xx SoCs. 108 hardware found on the Broadcom iProc and STB SoCs. 122 Generator hardware found on the AMD Geode LX. 135 Generator hardware found on Niagara2 cpus. 148 Generator hardware found on VIA based motherboards. 161 Number Generator hardware found on the Intel IXP45x/46x NPU. 174 Generator hardware found on OMAP16xx, OMAP2/3/4/5, AM33xx/AM43xx [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/soc/ |
| D | intel_pch.c | 16 drm_dbg_kms(&dev_priv->drm, "Found Ibex Peak PCH\n"); in intel_pch_type() 20 drm_dbg_kms(&dev_priv->drm, "Found CougarPoint PCH\n"); in intel_pch_type() 25 drm_dbg_kms(&dev_priv->drm, "Found PantherPoint PCH\n"); in intel_pch_type() 31 drm_dbg_kms(&dev_priv->drm, "Found LynxPoint PCH\n"); in intel_pch_type() 38 drm_dbg_kms(&dev_priv->drm, "Found LynxPoint LP PCH\n"); in intel_pch_type() 45 drm_dbg_kms(&dev_priv->drm, "Found WildcatPoint PCH\n"); in intel_pch_type() 53 drm_dbg_kms(&dev_priv->drm, "Found WildcatPoint LP PCH\n"); in intel_pch_type() 61 drm_dbg_kms(&dev_priv->drm, "Found SunrisePoint PCH\n"); in intel_pch_type() 66 drm_dbg_kms(&dev_priv->drm, "Found SunrisePoint LP PCH\n"); in intel_pch_type() 74 drm_dbg_kms(&dev_priv->drm, "Found Kaby Lake PCH (KBP)\n"); in intel_pch_type() [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
| D | intel_pch.c | 15 drm_dbg_kms(&dev_priv->drm, "Found Ibex Peak PCH\n"); in intel_pch_type() 19 drm_dbg_kms(&dev_priv->drm, "Found CougarPoint PCH\n"); in intel_pch_type() 24 drm_dbg_kms(&dev_priv->drm, "Found PantherPoint PCH\n"); in intel_pch_type() 30 drm_dbg_kms(&dev_priv->drm, "Found LynxPoint PCH\n"); in intel_pch_type() 37 drm_dbg_kms(&dev_priv->drm, "Found LynxPoint LP PCH\n"); in intel_pch_type() 44 drm_dbg_kms(&dev_priv->drm, "Found WildcatPoint PCH\n"); in intel_pch_type() 52 drm_dbg_kms(&dev_priv->drm, "Found WildcatPoint LP PCH\n"); in intel_pch_type() 60 drm_dbg_kms(&dev_priv->drm, "Found SunrisePoint PCH\n"); in intel_pch_type() 65 drm_dbg_kms(&dev_priv->drm, "Found SunrisePoint LP PCH\n"); in intel_pch_type() 73 drm_dbg_kms(&dev_priv->drm, "Found Kaby Lake PCH (KBP)\n"); in intel_pch_type() [all …]
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/rocker/ |
| D | rocker_ofdpa.c | 744 struct ofdpa_flow_tbl_entry *found; in ofdpa_flow_tbl_find() local 745 size_t key_len = match->key_len ? match->key_len : sizeof(found->key); in ofdpa_flow_tbl_find() 747 hash_for_each_possible(ofdpa->flow_tbl, found, in ofdpa_flow_tbl_find() 749 if (memcmp(&found->key, &match->key, key_len) == 0) in ofdpa_flow_tbl_find() 750 return found; in ofdpa_flow_tbl_find() 760 struct ofdpa_flow_tbl_entry *found; in ofdpa_flow_tbl_add() local 761 size_t key_len = match->key_len ? match->key_len : sizeof(found->key); in ofdpa_flow_tbl_add() 768 found = ofdpa_flow_tbl_find(ofdpa, match); in ofdpa_flow_tbl_add() 770 if (found) { in ofdpa_flow_tbl_add() 771 match->cookie = found->cookie; in ofdpa_flow_tbl_add() [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/rocker/ |
| D | rocker_ofdpa.c | 744 struct ofdpa_flow_tbl_entry *found; in ofdpa_flow_tbl_find() local 745 size_t key_len = match->key_len ? match->key_len : sizeof(found->key); in ofdpa_flow_tbl_find() 747 hash_for_each_possible(ofdpa->flow_tbl, found, in ofdpa_flow_tbl_find() 749 if (memcmp(&found->key, &match->key, key_len) == 0) in ofdpa_flow_tbl_find() 750 return found; in ofdpa_flow_tbl_find() 760 struct ofdpa_flow_tbl_entry *found; in ofdpa_flow_tbl_add() local 761 size_t key_len = match->key_len ? match->key_len : sizeof(found->key); in ofdpa_flow_tbl_add() 768 found = ofdpa_flow_tbl_find(ofdpa, match); in ofdpa_flow_tbl_add() 770 if (found) { in ofdpa_flow_tbl_add() 771 match->cookie = found->cookie; in ofdpa_flow_tbl_add() [all …]
|