/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. 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 D | Kconfig | 31 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 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 …]
|
H A D | test_linear_ranges.c | 139 bool found; in range_test_get_selector_high() local 143 &sel, &found); in range_test_get_selector_high() 146 KUNIT_EXPECT_TRUE(test, found); in range_test_get_selector_high() 150 &sel, &found); in range_test_get_selector_high() 154 &sel, &found); in range_test_get_selector_high() 156 KUNIT_EXPECT_FALSE(test, found); in range_test_get_selector_high() 172 bool found; in range_test_get_selector_low() local 177 &found); in range_test_get_selector_low() 180 KUNIT_EXPECT_TRUE(test, found); in range_test_get_selector_low() 185 &found); in range_test_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/char/hw_random/ |
H A 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 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 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 …]
|
/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/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 | 117 // Vendor immediate entry is found. in device_attr_simple_avc() 121 // Model immediate entry is found. in device_attr_simple_avc() 125 // Descriptor leaf entry for vendor is found. in device_attr_simple_avc() 129 // Descriptor leaf entry for model is found. in device_attr_simple_avc() 135 // Vendor immediate entry is not found. in device_attr_simple_avc() 138 // Model immediate entry is found. in device_attr_simple_avc() 142 // Descriptor leaf entry for vendor is not found. in device_attr_simple_avc() 145 // Descriptor leaf entry for model is found. in device_attr_simple_avc() 149 // Specifier_ID immediate entry is found. in device_attr_simple_avc() 153 // 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/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/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/drivers/pci/ |
H A D | search.c | 138 * 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/drivers/net/mdio/ |
H A D | Kconfig | 53 This driver supports the MDIO interface found in the network 61 This module provides a driver for the MDIO busses found in the 71 controllers found in the ASPEED AST2600 SoC. This is a driver for the 73 revisions are the "old" and "new" interfaces found in the AST2400 and 93 This module provides a driver for the MDIO busses found in the 101 This hardware can be found in the Broadcom GENET Ethernet MAC 122 This module provides a driver for the MDIO busses found in the 148 This driver supports the MIIM (MDIO) interface found in the network 156 This driver supports the MDIO interface found in the network 176 This driver supports the MDIO interface found in Qualcomm [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/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/drivers/acpi/ |
H A D | pptt.c | 86 * @found: returns a pointer to the requested level if found 94 * down each level of caches, counting how many levels are found 96 * level & type match, then we set found, and continue the search. 106 struct acpi_pptt_cache **found, in acpi_pptt_walk_cache() argument 130 if (*found != NULL && cache != *found) in acpi_pptt_walk_cache() 131 pr_warn("Found duplicate cache level/type unable to determine uniqueness\n"); in acpi_pptt_walk_cache() 133 pr_debug("Found cache @ level %u\n", level); in acpi_pptt_walk_cache() 134 *found = cache; in acpi_pptt_walk_cache() 168 * depths verify that the depth we have found is the largest. in acpi_find_cache_level() 325 struct acpi_pptt_cache *found = NULL; in acpi_find_cache_node() local [all …]
|
/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 …]
|