Home
last modified time | relevance | path

Searched full:found (Results 1 – 25 of 3717) sorted by relevance

12345678910>>...149

/linux/drivers/pinctrl/qcom/
H A DKconfig.msm9 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 the Qualcomm Technologies Inc. TLMM block found on the
[all …]
H A DKconfig31 Qualcomm GPIO and MPP blocks found in the Qualcomm PMIC's chips,
46 Qualcomm GPIO and MPP blocks found in the Qualcomm PMIC's chips,
60 (Low Power Island) found on the Qualcomm Technologies Inc SoCs.
69 (Low Power Island) found on the Qualcomm Technologies Inc SC7280 platform.
78 (Low Power Island) found on the Qualcomm Technologies Inc SM4250 platform.
87 (Low Power Island) found on the Qualcomm Technologies Inc SM6115 platform.
96 (Low Power Island) found on the Qualcomm Technologies Inc SM8250 platform.
105 (Low Power Island) found on the Qualcomm Technologies Inc SM8350
115 (Low Power Island) found on the Qualcomm Technologies Inc SM8450 platform.
124 (Low Power Island) found on the Qualcomm Technologies Inc SC8280XP platform.
[all …]
/linux/drivers/staging/media/av7110/
H A Dav7110_ipack.c9 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 Duncore-cache.json3 … "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 Duncore-cache.json3 … "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 Dlinear_ranges.c80 * @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 Dcache_shape.c55 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/net/9p/
H A Dmod.c88 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 …]
/linux/tools/perf/pmu-events/arch/x86/ivybridge/
H A Duncore-cache.json3 … "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 Duncore-cache.json3 … "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/net/ethernet/rocker/
H A Drocker_ofdpa.c744 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/drivers/firewire/
H A Ddevice-attribute-test.c118 // 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 Duncore-cache.json3 … "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/net/mdio/
H A DKconfig34 This module provides a driver for the MDIO busses found in the
41 This driver supports the MDIO interface found in the network
49 This module provides a driver for the MDIO busses found in the
58 controllers found in the ASPEED AST2600 SoC. This is a driver for the
60 revisions are the "old" and "new" interfaces found in the AST2400 and
80 This module provides a driver for the MDIO busses found in the
88 This hardware can be found in the Broadcom GENET Ethernet MAC
109 This module provides a driver for the MDIO busses found in the
133 This driver supports the MIIM (MDIO) interface found in the network
141 This driver supports the MDIO interface found in the network
[all …]
/linux/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-gpr.h23 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 Dselftest_llc.c27 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 DKconfig11 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/drivers/pci/
H A Dsearch.c138 * in the global list of PCI buses. If the bus is found, a pointer to its
139 * data structure is returned. If no bus is found, %NULL is returned.
159 * @from: Previous PCI bus found, or %NULL for new search.
189 * If the device is found, its reference count is increased and this
192 * If no device is found, %NULL is returned.
223 * found, its reference count is increased and this function returns a
225 * reference count by calling pci_dev_put(). If no device is found,
255 * @from: Previous PCI device found in search, or %NULL for new search.
257 * Iterates through the list of known PCI devices. If a PCI device is found
291 * @from: Previous PCI device found in search, or %NULL for new search.
[all …]
/linux/tools/perf/tests/
H A Dkeep-tracking.c37 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/Documentation/ABI/testing/
H A Dsysfs-driver-ufs21 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/drivers/gpu/drm/panel/
H A DKconfig17 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.
280 320x480 3.0" panel as found in the RS97 V2.1, RG300(non-ips)
311 command mode panel as found in Google Pixel C devices.
322 panel as found in Google Nexus 7 (2013) devices.
[all …]
/linux/Documentation/scsi/
H A Dscsi-generic.rst25 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 Dcommon.py75 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 Dtopology.c30 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 Dnssearch.c105 /* 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 …]

12345678910>>...149