Home
last modified time | relevance | path

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

12345678910>>...67

/linux-6.3-rc2/drivers/staging/media/av7110/
A Dav7110_ipack.c10 p->found = 0; in av7110_ipack_reset()
117 p->found = 0; in av7110_ipack_flush()
159 p->found++; in av7110_ipack_instant_repack()
166 p->found++; in av7110_ipack_instant_repack()
189 p->found++; in av7110_ipack_instant_repack()
209 p->found++; in av7110_ipack_instant_repack()
216 p->found++; in av7110_ipack_instant_repack()
223 p->found++; in av7110_ipack_instant_repack()
239 p->found++; in av7110_ipack_instant_repack()
247 p->found++; in av7110_ipack_instant_repack()
[all …]
/linux-6.3-rc2/net/9p/
A Dmod.c95 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()
144 found = t; in v9fs_get_default_trans()
148 if (!found) in v9fs_get_default_trans()
151 found = t; in v9fs_get_default_trans()
[all …]
/linux-6.3-rc2/tools/testing/selftests/powerpc/cache_shape/
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-6.3-rc2/tools/testing/selftests/powerpc/ptrace/
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-6.3-rc2/lib/
A Dtest_linear_ranges.c139 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 …]
A Dstackdepot.c341 struct stack_record *found; in find_stack() local
343 for (found = bucket; found; found = found->next) { in find_stack()
344 if (found->hash == hash && in find_stack()
345 found->size == size && in find_stack()
347 return found; in find_stack()
356 struct stack_record *found = NULL, **bucket; in __stack_depot_save() local
385 if (found) in __stack_depot_save()
412 if (!found) { in __stack_depot_save()
423 found = new; in __stack_depot_save()
439 if (found) in __stack_depot_save()
[all …]
A Dlinear_ranges.c140 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()
184 unsigned int *selector, bool *found) in linear_range_get_selector_low_array() argument
193 found); in linear_range_get_selector_low_array()
197 if (*found) in linear_range_get_selector_low_array()
221 bool *found) in linear_range_get_selector_high() argument
223 *found = false; in linear_range_get_selector_high()
233 *found = true; in linear_range_get_selector_high()
/linux-6.3-rc2/drivers/net/ethernet/rocker/
A Drocker_ofdpa.c770 if (found) { in ofdpa_flow_tbl_add()
806 if (found) { in ofdpa_flow_tbl_del()
815 if (found) { in ofdpa_flow_tbl_del()
1086 if (found) { in ofdpa_group_tbl_add()
1118 if (found) { in ofdpa_group_tbl_del()
1127 if (found) { in ofdpa_group_tbl_del()
1922 if (found) { in ofdpa_port_fdb()
2244 if (found) { in ofdpa_port_internal_vlan_id_get()
2246 goto found; in ofdpa_port_internal_vlan_id_get()
2256 goto found; in ofdpa_port_internal_vlan_id_get()
[all …]
/linux-6.3-rc2/drivers/pinctrl/qcom/
A DKconfig22 Qualcomm TLMM block found in the Qualcomm APQ8064 platform.
31 Qualcomm TLMM block found in the Qualcomm APQ8084 platform.
40 Qualcomm TLMM block found in the Qualcomm IPQ4019 platform.
68 the Qualcomm Technologies Inc. TLMM block found on the
79 the Qualcomm Technologies Inc. TLMM block found on the
100 Qualcomm TLMM block found in the Qualcomm 8660 platform.
109 Qualcomm TLMM block found in the Qualcomm 8960 platform.
117 Qualcomm TLMM block found in the Qualcomm 9607 platform.
211 TLMM block found in the Qualcomm QCM2290 platform.
220 TLMM block found in the Qualcomm QCS404 platform.
[all …]
/linux-6.3-rc2/tools/perf/tests/
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
123 found = find_comm(evlist, comm); in test__keep_tracking()
124 if (found != 1) { in test__keep_tracking()
145 found = find_comm(evlist, comm); in test__keep_tracking()
146 if (found != 1) { in test__keep_tracking()
/linux-6.3-rc2/scripts/dtc/
A Dof_unittest_expect310 $found = 0;
315 $found = 1;
384 $found = 0;
389 $found = 1;
404 if ($found) {
447 $found = 0;
450 $found = 1;
455 if ($found) {
470 $found = 0;
473 $found = 1;
[all …]
/linux-6.3-rc2/drivers/gpu/drm/i915/gt/
A Dselftest_llc.c28 unsigned int ia_freq, ring_freq, found; in gen6_verify_ring_freq() local
42 found = (val >> 0) & 0xff; in gen6_verify_ring_freq()
43 if (found != ia_freq) { in gen6_verify_ring_freq()
47 found, ia_freq); in gen6_verify_ring_freq()
52 found = (val >> 8) & 0xff; in gen6_verify_ring_freq()
53 if (found != ring_freq) { in gen6_verify_ring_freq()
57 found, ring_freq); in gen6_verify_ring_freq()
/linux-6.3-rc2/drivers/accel/habanalabs/common/
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-6.3-rc2/drivers/pci/pcie/
A Dpme.c104 bool found = false; in pcie_pme_from_pci_bridge() local
116 found = true; in pcie_pme_from_pci_bridge()
121 return found; in pcie_pme_from_pci_bridge()
134 bool found = false; in pcie_pme_handle_request() local
143 found = true; in pcie_pme_handle_request()
167 if (found) in pcie_pme_handle_request()
175 found = true; in pcie_pme_handle_request()
182 if (found) { in pcie_pme_handle_request()
184 found = pci_check_pme_status(dev); in pcie_pme_handle_request()
185 if (found) { in pcie_pme_handle_request()
[all …]
/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_bit.c53 goto found; in xfs_contig_bits()
59 goto found; in xfs_contig_bits()
64 found: in xfs_contig_bits()
93 goto found; in xfs_next_bit()
99 goto found; in xfs_next_bit()
104 found: in xfs_next_bit()
/linux-6.3-rc2/Documentation/scsi/
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).
41 This describes the sg version 3 driver found in the lk 2.4 series.
44 and pdf. This document can also be found at:
49 be found at http://sg.danny.cz/sg/. A larger version
53 found at http://www.torque.net/sg/p/original/SCSI-Programming-HOWTO.txt
56 A changelog with brief notes can be found in the
60 can be found at the top of the /usr/src/linux/drivers/scsi/sg.c file.
63 part can be found at http://www.tldp.org/HOWTO/SCSI-2.4-HOWTO .
71 sg3_utils for the sg version 3 driver found in lk 2.4
[all …]
/linux-6.3-rc2/sound/soc/qcom/qdsp6/
A Dtopology.c39 *found = true; in audioreach_tplg_alloc_graph_info()
43 *found = false; in audioreach_tplg_alloc_graph_info()
89 *found = true; in audioreach_tplg_alloc_sub_graph()
93 *found = false; in audioreach_tplg_alloc_sub_graph()
131 *found = true; in audioreach_tplg_alloc_container()
134 *found = false; in audioreach_tplg_alloc_container()
235 if (found) in audioreach_get_sg_array()
268 if (found) in audioreach_get_cont_array()
301 if (found) in audioreach_get_module_array()
315 bool found; in audioreach_parse_sg_tokens() local
[all …]
/linux-6.3-rc2/drivers/connector/
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-6.3-rc2/tools/perf/util/
A Dfind-map.c6 int found = 0; in find_map() local
14 while (!found && fgets(line, sizeof(line), maps)) { in find_map()
25 found = 1; in find_map()
29 return !found; in find_map()
/linux-6.3-rc2/tools/usb/ffs-aio-example/multibuff/host_app/
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-6.3-rc2/drivers/phy/amlogic/
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-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/
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()
127 found = true; in fill_action_fields()
135 if (!found) in fill_action_fields()
268 if (!found) in cxgb4_config_knode()
289 if (!found) in cxgb4_config_knode()
377 found = true; in cxgb4_delete_knode()
393 found = true; in cxgb4_delete_knode()
[all …]
/linux-6.3-rc2/tools/usb/ffs-aio-example/simple/host_app/
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-6.3-rc2/tools/testing/cxl/
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-6.3-rc2/usr/include/
A Dheaders_check.pl55 my $found;
56 $found = stat($dir . "/" . $inc);
57 if (!$found) {
59 $found = stat($dir . "/" . $inc);
61 if (!$found) {

Completed in 34 milliseconds

12345678910>>...67