| /linux/drivers/pinctrl/qcom/ |
| H A D | Kconfig.msm | 9 Qualcomm TLMM block found in the Qualcomm APQ8064 platform. 16 Qualcomm TLMM block found in the Qualcomm APQ8084 platform. 24 block found on the Qualcomm Technologies Inc Glymur platform. 33 Qualcomm TLMM block found in the Qualcomm IPQ4019 platform. 40 the Qualcomm Technologies Inc. TLMM block found on the 49 Qualcomm TLMM block found in the Qualcomm IPQ8064 platform. 56 Qualcomm Technologies Inc TLMM block found on the Qualcomm 64 the Qualcomm Technologies Inc. TLMM block found on the 73 the Qualcomm Technologies Inc. TLMM block found on the 82 the Qualcomm Technologies Inc. TLMM block found on the [all …]
|
| H A D | Kconfig | 32 Qualcomm GPIO and MPP blocks found in the Qualcomm PMIC's chips, 47 Qualcomm GPIO and MPP blocks found in the Qualcomm PMIC's chips, 61 (Low Power Island) found on the Qualcomm Technologies Inc SoCs. 70 (Low Power Island) found on the Qualcomm Technologies Inc SC7280 81 (Low Power Island) found on the Qualcomm Technologies Inc SDM660 platform. 90 (Low Power Island) found on the Qualcomm Technologies Inc SM4250 platform. 99 (Low Power Island) found on the Qualcomm Technologies Inc SM6115 platform. 108 (Low Power Island) found on the Qualcomm Technologies Inc SM8250 platform. 117 (Low Power Island) found on the Qualcomm Technologies Inc SM8450 platform. 126 (Low Power Island) found on the Qualcomm Technologies Inc SC8280XP platform. [all …]
|
| /linux/drivers/staging/media/av7110/ |
| H A D | av7110_ipack.c | 9 p->found = 0; in av7110_ipack_reset() 108 if (p->plength != MMAX_PLENGTH - 6 || p->found <= 6) in av7110_ipack_flush() 110 p->plength = p->found - 6; in av7110_ipack_flush() 111 p->found = 0; in av7110_ipack_flush() 145 (p->mpeg == 1 && p->found < 7) || in av7110_ipack_instant_repack() 146 (p->mpeg == 2 && p->found < 9)) && in av7110_ipack_instant_repack() 147 (p->found < 5 || !p->done)) { in av7110_ipack_instant_repack() 148 switch (p->found) { in av7110_ipack_instant_repack() 152 p->found++; in av7110_ipack_instant_repack() 154 p->found = 0; in av7110_ipack_instant_repack() [all …]
|
| /linux/tools/perf/pmu-events/arch/x86/broadwell/ |
| H A D | uncore-cache.json | 3 … "BriefDescription": "L3 Lookup any request that access cache and found line in E or S-state", 8 … "PublicDescription": "L3 Lookup any request that access cache and found line in E or S-state.", 13 "BriefDescription": "L3 Lookup any request that access cache and found line in I-state", 18 "PublicDescription": "L3 Lookup any request that access cache and found line in I-state.", 23 "BriefDescription": "L3 Lookup any request that access cache and found line in M-state", 28 "PublicDescription": "L3 Lookup any request that access cache and found line in M-state.", 33 "BriefDescription": "L3 Lookup any request that access cache and found line in MESI-state", 38 … "PublicDescription": "L3 Lookup any request that access cache and found line in MESI-state.", 43 … "BriefDescription": "L3 Lookup read request that access cache and found line in E or S-state", 48 … "PublicDescription": "L3 Lookup read request that access cache and found line in E or S-state.", [all …]
|
| /linux/tools/perf/pmu-events/arch/x86/skylake/ |
| H A D | uncore-cache.json | 3 … "BriefDescription": "L3 Lookup any request that access cache and found line in E or S-state", 8 … "PublicDescription": "L3 Lookup any request that access cache and found line in E or S-state.", 13 "BriefDescription": "L3 Lookup any request that access cache and found line in I-state", 18 "PublicDescription": "L3 Lookup any request that access cache and found line in I-state.", 23 "BriefDescription": "L3 Lookup any request that access cache and found line in M-state", 28 "PublicDescription": "L3 Lookup any request that access cache and found line in M-state.", 33 "BriefDescription": "L3 Lookup any request that access cache and found line in MESI-state", 38 … "PublicDescription": "L3 Lookup any request that access cache and found line in MESI-state.", 43 … "BriefDescription": "L3 Lookup read request that access cache and found line in E or S-state", 48 … "PublicDescription": "L3 Lookup read request that access cache and found line in E or S-state.", [all …]
|
| /linux/lib/ |
| H A 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 …]
|
| /linux/tools/testing/selftests/powerpc/cache_shape/ |
| H A 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 …]
|
| /linux/drivers/net/ethernet/rocker/ |
| H A 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 …]
|
| /linux/net/9p/ |
| H A D | mod.c | 87 struct p9_trans_module *t, *found = NULL; in _p9_get_trans_by_name() local 94 found = t; in _p9_get_trans_by_name() 100 return found; in _p9_get_trans_by_name() 110 struct p9_trans_module *found = NULL; in v9fs_get_trans_by_name() local 112 found = _p9_get_trans_by_name(s); in v9fs_get_trans_by_name() 115 if (!found) { in v9fs_get_trans_by_name() 117 found = _p9_get_trans_by_name(s); in v9fs_get_trans_by_name() 121 return found; in v9fs_get_trans_by_name() 136 struct p9_trans_module *t, *found = NULL; in v9fs_get_default_trans() local 143 found = t; in v9fs_get_default_trans() [all …]
|
| /linux/tools/perf/pmu-events/arch/x86/ivybridge/ |
| H A D | uncore-cache.json | 3 … "BriefDescription": "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.", 21 "BriefDescription": "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.", 39 …"BriefDescription": "L3 Lookup external snoop request that access cache and found line in E or S-s… 48 …"BriefDescription": "L3 Lookup external snoop request that access cache and found line in I-state.… 57 …"BriefDescription": "L3 Lookup external snoop request that access cache and found line in M-state.… 66 …"BriefDescription": "L3 Lookup external snoop request that access cache and found line in MESI-sta… 75 … "BriefDescription": "L3 Lookup read request that access cache and found line in E or S-state.", 84 "BriefDescription": "L3 Lookup read request that access cache and found line in I-state.", [all …]
|
| /linux/tools/perf/pmu-events/arch/x86/sandybridge/ |
| H A D | uncore-cache.json | 3 … "BriefDescription": "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.", 21 "BriefDescription": "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.", 39 …"BriefDescription": "L3 Lookup external snoop request that access cache and found line in E or S-s… 48 …"BriefDescription": "L3 Lookup external snoop request that access cache and found line in I-state.… 57 …"BriefDescription": "L3 Lookup external snoop request that access cache and found line in M-state.… 66 …"BriefDescription": "L3 Lookup external snoop request that access cache and found line in MESI-sta… 75 … "BriefDescription": "L3 Lookup read request that access cache and found line in E or S-state.", 84 "BriefDescription": "L3 Lookup read request that access cache and found line in I-state.", [all …]
|
| /linux/drivers/firewire/ |
| H A D | device-attribute-test.c | 118 // Vendor immediate entry is found. in device_attr_simple_avc() 122 // Model immediate entry is found. in device_attr_simple_avc() 126 // Descriptor leaf entry for vendor is found. in device_attr_simple_avc() 130 // Descriptor leaf entry for model is found. in device_attr_simple_avc() 136 // Vendor immediate entry is not found. in device_attr_simple_avc() 139 // Model immediate entry is found. in device_attr_simple_avc() 143 // Descriptor leaf entry for vendor is not found. in device_attr_simple_avc() 146 // Descriptor leaf entry for model is found. in device_attr_simple_avc() 150 // Specifier_ID immediate entry is found. in device_attr_simple_avc() 154 // Version immediate entry is found. in device_attr_simple_avc() [all …]
|
| /linux/tools/perf/pmu-events/arch/x86/haswell/ |
| H A D | uncore-cache.json | 3 … "BriefDescription": "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.", 21 "BriefDescription": "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.", 39 …"BriefDescription": "L3 Lookup external snoop request that access cache and found line in E or S-s… 48 …"BriefDescription": "L3 Lookup external snoop request that access cache and found line in I-state.… 57 …"BriefDescription": "L3 Lookup external snoop request that access cache and found line in M-state.… 66 …"BriefDescription": "L3 Lookup external snoop request that access cache and found line in MESI-sta… 75 … "BriefDescription": "L3 Lookup read request that access cache and found line in E or S-state.", 84 "BriefDescription": "L3 Lookup read request that access cache and found line in I-state.", [all …]
|
| /linux/tools/testing/selftests/powerpc/ptrace/ |
| H A D | ptrace-gpr.h | 23 int i, found = 1; in validate_gpr() local 29 found = 0; in validate_gpr() 33 if (!found) in validate_gpr() 41 int i, found = 1; in validate_fpr() local 46 found = 0; in validate_fpr() 50 if (!found) in validate_fpr() 58 int i, found = 1; in validate_fpr_double() local 63 found = 0; in validate_fpr_double() 67 if (!found) in validate_fpr_double()
|
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | selftest_llc.c | 27 unsigned int ia_freq, ring_freq, found; in gen6_verify_ring_freq() local 41 found = (val >> 0) & 0xff; in gen6_verify_ring_freq() 42 if (found != ia_freq) { in gen6_verify_ring_freq() 43 …pr_err("Min freq table(%d/[%d, %d]):%dMHz did not match expected CPU freq, found %d, expected %d\n… in gen6_verify_ring_freq() 46 found, ia_freq); in gen6_verify_ring_freq() 51 found = (val >> 8) & 0xff; in gen6_verify_ring_freq() 52 if (found != ring_freq) { in gen6_verify_ring_freq() 53 …pr_err("Min freq table(%d/[%d, %d]):%dMHz did not match expected ring freq, found %d, expected %d\… in gen6_verify_ring_freq() 56 found, ring_freq); in gen6_verify_ring_freq()
|
| /linux/drivers/phy/amlogic/ |
| H A D | Kconfig | 11 Enable this to support the HDMI TX PHYs found in Meson8, 24 Enable this to support the Meson USB2 PHYs found in Meson8, 36 Enable this to support the Meson USB2 PHYs found in Meson 48 Enable this to support the Meson MIPI Analog DPHY found in Meson G12A 59 Enable this to support the Meson USB2 PHYs found in Meson 70 Enable this to support the Meson USB3 + PCIE Combo PHY found 81 Enable this to support the Meson MIPI + PCIE PHY found 94 found in Meson AXG SoCs. 105 Enable this to support the Meson MIPI DPHY found in Meson AXG
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-driver-ufs | 21 the descriptor could be found at UFS specifications 2.1. 31 the descriptor could be found at UFS specifications 2.1. 41 about the descriptor could be found at UFS specifications 2.1. 51 The full information about the descriptor could be found 62 about the descriptor could be found at UFS specifications 2.1. 72 The full information about the descriptor could be found 84 be found at UFS specifications 2.1. 96 be found at UFS specifications 2.1. 107 about the descriptor could be found at UFS specifications 2.1. 117 about the descriptor could be found at UFS specifications 2.1. [all …]
|
| /linux/tools/perf/tests/ |
| H A D | keep-tracking.c | 37 int i, found; in find_comm() local 39 found = 0; in find_comm() 49 found += 1; in find_comm() 54 return found; in find_comm() 78 int found, err = -1; in test__keep_tracking() local 112 * First, test that a 'comm' event can be found when the event is in test__keep_tracking() 123 found = find_comm(evlist, comm); in test__keep_tracking() 124 if (found != 1) { in test__keep_tracking() 130 * Secondly, test that a 'comm' event can be found when the event is in test__keep_tracking() 145 found = find_comm(evlist, comm); in test__keep_tracking() [all …]
|
| /linux/drivers/gpu/drm/panel/ |
| H A D | Kconfig | 17 Y030XX067A 320x480 3.0" panel as found in the YLM RG-280M, RG-300 37 NT35596 1080x1920 video mode panel as found in some Asus 46 as found in the YLM RS-97 handheld gaming console. 77 video mode panel found in Xiaomi Redmi Note 7 smartphones. 115 video mode panel. Mainly found on Xiaomi Poco F1 mobile phone. 194 display panels, such as the one found in the Fairphone 4 smartphone. 204 display panels, such as the one found in the Fairphone 3 smartphone. 225 2-lane 1366x768 MIPI DSI panel found in ASUS VivoTab RT TF600T. 293 320x480 3.0" panel as found in the RS97 V2.1, RG300(non-ips) 324 command mode panel as found in Google Pixel C devices. [all …]
|
| /linux/Documentation/scsi/ |
| H A D | scsi-generic.rst | 25 There are three major versions of sg found in the Linux kernel (lk): 30 - sg version 3 found in the lk 2.4 series (and the lk 2.5 series). 40 This describes the sg version 3 driver found in the lk 2.4 series. 42 Documentation (large version) for the version 2 sg driver found in the 43 lk 2.2 series can be found at 48 found in the LDP archives at 53 part can be found at https://www.tldp.org/HOWTO/SCSI-2.4-HOWTO . 61 sg3_utils for the sg version 3 driver found in lk 2.4 62 sg_utils for the sg version 2 (and original) driver found in lk 2.2 67 capabilities. They can be found at: https://sg.danny.cz/sg/sg3_utils.html and [all …]
|
| /linux/tools/testing/selftests/x86/bugs/ |
| H A D | common.py | 75 def bug_check_pass(bug, found): argument 76 ksft.print_msg(f"\nFound: {found}") 78 ksft.test_result_pass(f'{bug}: {found}') 80 def bug_check_fail(bug, found, expected): argument 81 ksft.print_msg(f'\nFound:\t {found}') 84 ksft.test_result_fail(f'{bug}: {found}') 86 def bug_status_unknown(bug, found): argument 87 ksft.print_msg(f'\nUnknown status: {found}') 89 ksft.test_result_fail(f'{bug}: {found}') 113 raise ValueError(f"Section {section_name} not found in {vmlinux}")
|
| /linux/sound/soc/qcom/qdsp6/ |
| H A D | topology.c | 30 bool *found) in audioreach_tplg_alloc_graph_info() argument 40 *found = true; in audioreach_tplg_alloc_graph_info() 44 *found = false; in audioreach_tplg_alloc_graph_info() 76 bool *found) in audioreach_tplg_alloc_sub_graph() argument 90 *found = true; in audioreach_tplg_alloc_sub_graph() 94 *found = false; in audioreach_tplg_alloc_sub_graph() 119 bool *found) in audioreach_tplg_alloc_container() argument 132 *found = true; in audioreach_tplg_alloc_container() 135 *found = false; in audioreach_tplg_alloc_container() 165 uint32_t module_id, bool *found) in audioreach_tplg_alloc_module() argument [all …]
|
| /linux/drivers/acpi/acpica/ |
| H A D | nssearch.c | 105 /* Found matching entry */ in acpi_ns_search_one_scope() 108 "Name [%4.4s] (%s) %p found in scope [%4.4s] %p\n", in acpi_ns_search_one_scope() 124 /* Searched entire namespace level, not found */ in acpi_ns_search_one_scope() 127 "Name [%4.4s] (%s) not found in search in scope [%4.4s] " in acpi_ns_search_one_scope() 148 * DESCRIPTION: Called when a name has not been found in the current namespace 155 * recursively until either the name is found or the name space 157 * indicates that the name is not found" (From ACPI Specification, 200 /* Search parents until target is found or we have backed up to the root */ in acpi_ns_search_parent_tree() 215 /* Not found here, go up another level (until we reach the root) */ in acpi_ns_search_parent_tree() 220 /* Not found in parent tree */ in acpi_ns_search_parent_tree() [all …]
|
| /linux/drivers/md/dm-vdo/indexer/ |
| H A D | index-session.h | 28 /* Post requests that found an entry */ in __aligned() 30 /* Post requests found in the open chapter */ in __aligned() 32 /* Post requests found in the dense index */ in __aligned() 34 /* Post requests found in the sparse index */ in __aligned() 38 /* Update requests that found an entry */ in __aligned() 42 /* Delete requests that found an entry */ in __aligned() 46 /* Query requests that found an entry */ in __aligned()
|
| /linux/drivers/accel/habanalabs/common/ |
| H A D | asid.c | 34 unsigned long found; in hl_asid_alloc() local 38 found = find_first_zero_bit(hdev->asid_bitmap, in hl_asid_alloc() 40 if (found == hdev->asic_prop.max_asid) in hl_asid_alloc() 41 found = 0; in hl_asid_alloc() 43 set_bit(found, hdev->asid_bitmap); in hl_asid_alloc() 47 return found; in hl_asid_alloc()
|