Home
last modified time | relevance | path

Searched refs:found (Results 1 – 25 of 1324) sorted by relevance

12345678910>>...53

/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/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/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/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/net/ethernet/rocker/
H A Drocker_ofdpa.c745 struct ofdpa_flow_tbl_entry *found; in ofdpa_flow_tbl_find() local
746 size_t key_len = match->key_len ? match->key_len : sizeof(found->key); in ofdpa_flow_tbl_find()
748 hash_for_each_possible(ofdpa->flow_tbl, found, in ofdpa_flow_tbl_find()
750 if (memcmp(&found->key, &match->key, key_len) == 0) in ofdpa_flow_tbl_find()
751 return found; in ofdpa_flow_tbl_find()
761 struct ofdpa_flow_tbl_entry *found; in ofdpa_flow_tbl_add() local
762 size_t key_len = match->key_len ? match->key_len : sizeof(found->key); in ofdpa_flow_tbl_add()
769 found = ofdpa_flow_tbl_find(ofdpa, match); in ofdpa_flow_tbl_add()
771 if (found) { in ofdpa_flow_tbl_add()
772 match->cookie = found->cookie; in ofdpa_flow_tbl_add()
[all …]
/linux/drivers/pinctrl/qcom/
H A DKconfig.msm10 Qualcomm TLMM block found in the Qualcomm APQ8064 platform.
18 Qualcomm TLMM block found in the Qualcomm APQ8084 platform.
27 block found on the Qualcomm Technologies Inc Eliza platform.
38 block found on the Qualcomm Technologies Inc Glymur platform.
49 block found on the Qualcomm Technologies Inc Hawi platform.
59 Qualcomm TLMM block found in the Qualcomm IPQ4019 platform.
67 the Qualcomm Technologies Inc. TLMM block found on the
77 Qualcomm TLMM block found in the Qualcomm IPQ8064 platform.
85 Qualcomm Technologies Inc TLMM block found on the Qualcomm
94 Qualcomm Technologies Inc TLMM block found on the Qualcomm
[all …]
/linux/tools/sched_ext/include/scx/
H A Dcid.bpf.h434 u32 found; in cmask_next_set() local
445 found = (base + wi) * 64 + ctzll(word); in cmask_next_set()
446 if (found >= end) in cmask_next_set()
448 return found; in cmask_next_set()
609 u32 found; in cmask_next_and_set() local
620 found = abs_wi * 64 + ctzll(word); in cmask_next_and_set()
621 if (found >= hi) in cmask_next_and_set()
623 return found; in cmask_next_and_set()
639 u32 found; in cmask_next_set_wrap() local
641 found = cmask_next_set(m, start); in cmask_next_set_wrap()
[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 in test__keep_tracking()
[all...]
/linux/scripts/dtc/
H A Dof_unittest_expect310 $found = 0;
315 $found = 1;
330 } elsif (! $found) {
384 $found = 0;
389 $found = 1;
404 if ($found) {
447 $found = 0;
450 $found = 1;
455 if ($found) {
470 $found = 0;
[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()
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()
56 found, ring_freq); in gen6_verify_ring_freq()
/linux/drivers/accel/habanalabs/common/
H A Dasid.c34 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()
/linux/drivers/pci/pcie/
H A Dpme.c105 bool found = false; in pcie_pme_from_pci_bridge() local
117 found = true; in pcie_pme_from_pci_bridge()
122 return found; in pcie_pme_from_pci_bridge()
135 bool found = false; in pcie_pme_handle_request() local
144 found = true; in pcie_pme_handle_request()
155 found = pcie_pme_walk_bus(port->subordinate); in pcie_pme_handle_request()
167 found = pcie_pme_from_pci_bridge(bus, devfn); in pcie_pme_handle_request()
168 if (found) in pcie_pme_handle_request()
176 found = true; in pcie_pme_handle_request()
183 if (found) { in pcie_pme_handle_request()
[all …]
/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
213 bool found = false; audioreach_get_sg_array() local
246 bool found = false; audioreach_get_cont_array() local
279 bool found = false; audioreach_get_module_array() local
344 bool found; audioreach_parse_sg_tokens() local
401 bool found = false; audioreach_parse_cont_tokens() local
454 bool found; audioreach_parse_common_tokens() local
[all...]
/linux/drivers/connector/
H A Dcn_queue.c65 int found = 0; in cn_queue_add_callback() local
74 found = 1; in cn_queue_add_callback()
78 if (!found) in cn_queue_add_callback()
82 if (found) { in cn_queue_add_callback()
96 int found = 0; in cn_queue_del_callback() local
102 found = 1; in cn_queue_del_callback()
108 if (found) in cn_queue_del_callback()
/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/perf/util/
H A Dfind-map.c11 int found = 0; in find_map()
19 while (!found && getline(&line, &len, maps) != -1) { in find_map()
30 found = 1; in find_map()
35 return !found;
6 int found = 0; find_map() local
/linux/tools/usb/ffs-aio-example/multibuff/host_app/
H A Dtest.c49 libusb_device *found; member
65 state->found = NULL; in test_init()
92 state->found = dev; in test_init()
97 if (!state->found) { in test_init()
102 ret = libusb_open(state->found, &state->handle); in test_init()
164 libusb_get_config_descriptor(state.found, 0, &conf); in main()
/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/testing/selftests/namespaces/
H A Dcred_change_test.c47 bool found = false; in TEST() local
139 found = true; in TEST()
143 ASSERT_TRUE(found); in TEST()
153 found = false; in TEST()
156 found = true; in TEST()
161 ASSERT_FALSE(found); in TEST()
184 bool found = false; in TEST() local
271 found = true; in TEST()
276 ASSERT_FALSE(found); in TEST()
300 bool found = false; in TEST() local
[all …]
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_u32.c53 bool found; in fill_match_fields() local
70 found = false; in fill_match_fields()
74 found = true; in fill_match_fields()
82 if (!found) in fill_match_fields()
118 bool found = false; in fill_action_fields() local
127 found = true; in fill_action_fields()
135 if (!found) in fill_action_fields()
229 bool found = false; in cxgb4_config_knode() local
263 found = true; in cxgb4_config_knode()
268 if (!found) in cxgb4_config_knode()
[all …]
/linux/tools/testing/cxl/
H A Dmock_acpi.c13 struct acpi_device *adev, *found = NULL; in to_cxl_host_bridge() local
17 found = ACPI_COMPANION(dev); in to_cxl_host_bridge()
29 found = adev; in to_cxl_host_bridge()
34 return found; in to_cxl_host_bridge()
/linux/tools/usb/ffs-aio-example/simple/host_app/
H A Dtest.c49 libusb_device *found; member
65 state->found = NULL; in test_init()
92 state->found = dev; in test_init()
97 if (!state->found) { in test_init()
102 ret = libusb_open(state->found, &state->handle); in test_init()
164 libusb_get_config_descriptor(state.found, 0, &conf); in main()
/linux/tools/testing/selftests/
H A Drun_kselftest.sh116 found="$(echo "$available" | grep "^$collection:")"
117 if [ -z "$found" ] ; then
121 TESTS="$TESTS $found"
128 found="$(echo "$available" | grep "^${test}$")"
129 if [ -z "$found" ] ; then
133 valid="$valid $found"
/linux/drivers/w1/
H A Dw1_int.c93 int id, found; in w1_add_master_device() local
109 found = 0; in w1_add_master_device()
112 found = 1; in w1_add_master_device()
116 } while (found); in w1_add_master_device()
221 struct w1_master *dev, *found = NULL; in w1_remove_master_device() local
228 found = dev; in w1_remove_master_device()
233 if (!found) { in w1_remove_master_device()
238 __w1_remove_master_device(found); in w1_remove_master_device()
/linux/net/ipv6/
H A Dexthdrs_core.c197 bool found; in ipv6_find_hdr() local
215 found = (nexthdr == target); in ipv6_find_hdr()
218 if (target < 0 || found) in ipv6_find_hdr()
240 found = false; in ipv6_find_hdr()
266 if (!found) in ipv6_find_hdr()
280 if (!found) { in ipv6_find_hdr()
284 } while (!found); in ipv6_find_hdr()

12345678910>>...53