Home
last modified time | relevance | path

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

12345678910>>...190

/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.
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 DKconfig32 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 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/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/char/hw_random/
H A DKconfig44 Generator hardware found on Intel i8xx-based motherboards.
58 Generator hardware found on AMD 76x-based motherboards.
71 Generator hardware found on Airoha SoC.
84 Generator hardware found on Atmel AT91 devices.
108 Generator hardware found on the Broadcom BCM2835 and BCM63xx SoCs.
121 Generator hardware found on the Broadcom BCM74110 SoCs.
134 hardware found on the Broadcom iProc and STB SoCs.
148 Generator hardware found on the AMD Geode LX.
161 Generator hardware found on Niagara2 cpus.
174 Generator hardware found on VIA based motherboards.
[all …]
/linux/net/9p/
H A Dmod.c87 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 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/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 DKconfig29 This module provides a driver for the MDIO busses found in the
36 This driver supports the MDIO interface found in the network
44 This module provides a driver for the MDIO busses found in the
53 controllers found in the ASPEED AST2600 SoC. This is a driver for the
55 revisions are the "old" and "new" interfaces found in the AST2400 and
75 This module provides a driver for the MDIO busses found in the
83 This hardware can be found in the Broadcom GENET Ethernet MAC
104 This module provides a driver for the MDIO busses found in the
128 This driver supports the MIIM (MDIO) interface found in the network
136 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/bridge/imx/
H A DKconfig25 Choose this to enable support for the internal HDMI encoder found
36 Audio Interface found on the Freescale i.MX8MP SoC.
43 Video Interface found on the Freescale i.MX8MP SoC.
52 Choose this to enable the internal LVDS Display Bridge(LDB) found in
62 Choose this to enable the internal LVDS Display Bridge(LDB) found in
71 Choose this to enable pixel combiner found in
80 Choose this to enable display pixel link found in
89 found in Freescale i.MX8qxp processor.
99 Choose this to enable MIPI DSI controller found in Freescale i.MX93
/linux/drivers/gpu/drm/i915/display/
H A Dintel_pch.c70 drm_dbg_kms(display->drm, "Found Ibex Peak PCH\n"); in intel_pch_type()
74 drm_dbg_kms(display->drm, "Found CougarPoint PCH\n"); in intel_pch_type()
80 drm_dbg_kms(display->drm, "Found PantherPoint PCH\n"); in intel_pch_type()
87 drm_dbg_kms(display->drm, "Found LynxPoint PCH\n"); in intel_pch_type()
96 drm_dbg_kms(display->drm, "Found LynxPoint LP PCH\n"); in intel_pch_type()
105 drm_dbg_kms(display->drm, "Found WildcatPoint PCH\n"); in intel_pch_type()
115 drm_dbg_kms(display->drm, "Found WildcatPoint LP PCH\n"); in intel_pch_type()
125 drm_dbg_kms(display->drm, "Found SunrisePoint PCH\n"); in intel_pch_type()
132 drm_dbg_kms(display->drm, "Found SunrisePoint LP PCH\n"); in intel_pch_type()
140 drm_dbg_kms(display->drm, "Found Kaby Lake PCH (KBP)\n"); in intel_pch_type()
[all …]
/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/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/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/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/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.
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/drivers/pci/
H A Dsearch.c140 * in the global list of PCI buses. If the bus is found, a pointer to its
141 * data structure is returned. If no bus is found, %NULL is returned.
161 * @from: Previous PCI bus found, or %NULL for new search.
191 * If the device is found, its reference count is increased and this
194 * If no device is found, %NULL is returned.
225 * found, its reference count is increased and this function returns a
227 * reference count by calling pci_dev_put(). If no device is found,
257 * @from: Previous PCI device found in search, or %NULL for new search.
259 * Iterates through the list of known PCI devices. If a PCI device is found
332 * @from: Previous PCI device found in search, or %NULL for new search.
[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 …]

12345678910>>...190