Home
last modified time | relevance | path

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

12345678910>>...80

/linux/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/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/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()
139 found = t; in v9fs_get_default_trans()
143 if (!found) in v9fs_get_default_trans()
146 found = t; in v9fs_get_default_trans()
[all …]
/linux/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_float() local
63 found = 0; in validate_fpr_float()
67 if (!found) in validate_fpr_float()
/linux/lib/
A Dstackdepot.c205 struct stack_record *found; in find_stack() local
207 for (found = bucket; found; found = found->next) { in find_stack()
208 if (found->hash == hash && in find_stack()
209 found->size == size && in find_stack()
211 return found; in find_stack()
319 struct stack_record *found = NULL, **bucket; in __stack_depot_save() local
339 if (found) in __stack_depot_save()
367 if (!found) { in __stack_depot_save()
377 found = new; in __stack_depot_save()
393 if (found) in __stack_depot_save()
[all …]
A Dtest_linear_ranges.c148 bool found; in range_test_get_selector_high() local
152 &sel, &found); in range_test_get_selector_high()
155 KUNIT_EXPECT_TRUE(test, found); in range_test_get_selector_high()
159 &sel, &found); in range_test_get_selector_high()
163 &sel, &found); in range_test_get_selector_high()
165 KUNIT_EXPECT_FALSE(test, found); in range_test_get_selector_high()
181 bool found; in range_test_get_selector_low() local
186 &found); in range_test_get_selector_low()
189 KUNIT_EXPECT_TRUE(test, found); in range_test_get_selector_low()
194 &found); in range_test_get_selector_low()
[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/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()
1921 if (found) { in ofdpa_port_fdb()
2243 if (found) { in ofdpa_port_internal_vlan_id_get()
2245 goto found; in ofdpa_port_internal_vlan_id_get()
2255 goto found; in ofdpa_port_internal_vlan_id_get()
[all …]
/linux/drivers/pinctrl/qcom/
A DKconfig21 Qualcomm TLMM block found in the Qualcomm APQ8064 platform.
29 Qualcomm TLMM block found in the Qualcomm APQ8084 platform.
37 Qualcomm TLMM block found in the Qualcomm IPQ4019 platform.
53 the Qualcomm Technologies Inc. TLMM block found on the
63 the Qualcomm Technologies Inc. TLMM block found on the
82 Qualcomm TLMM block found in the Qualcomm 8660 platform.
90 Qualcomm TLMM block found in the Qualcomm 8960 platform.
98 Qualcomm TLMM block found in the Qualcomm 9607 platform.
106 Qualcomm TLMM block found in the Qualcomm 9615 platform.
175 TLMM block found in the Qualcomm QCM2290 platform.
[all …]
/linux/drivers/misc/lkdtm/
A Dstackleak.c16 unsigned long *sp, left, found, i; in lkdtm_STACKLEAK_ERASING() local
49 for (i = 0, found = 0; i < left && found <= check_depth; i++) { in lkdtm_STACKLEAK_ERASING()
51 found++; in lkdtm_STACKLEAK_ERASING()
53 found = 0; in lkdtm_STACKLEAK_ERASING()
56 if (found <= check_depth) { in lkdtm_STACKLEAK_ERASING()
64 (i - found) * sizeof(unsigned long)); in lkdtm_STACKLEAK_ERASING()
/linux/sound/soc/qcom/qdsp6/
A Dtopology.c35 *found = true; in audioreach_tplg_alloc_graph_info()
39 *found = false; in audioreach_tplg_alloc_graph_info()
85 *found = true; in audioreach_tplg_alloc_sub_graph()
89 *found = false; in audioreach_tplg_alloc_sub_graph()
127 *found = true; in audioreach_tplg_alloc_container()
130 *found = false; in audioreach_tplg_alloc_container()
231 if (found) in audioreach_get_sg_array()
264 if (found) in audioreach_get_cont_array()
297 if (found) in audioreach_get_module_array()
311 bool found; in audioreach_parse_sg_tokens() local
[all …]
/linux/drivers/hid/
A Dhid-uclogic-params.c225 found = true; in uclogic_params_pen_init_v1()
227 *pfound = found; in uclogic_params_pen_init_v1()
370 found = true; in uclogic_params_pen_init_v2()
372 *pfound = found; in uclogic_params_pen_init_v2()
491 found = true; in uclogic_params_frame_init_v1_buttonpad()
494 *pfound = found; in uclogic_params_frame_init_v1_buttonpad()
713 bool found; in uclogic_params_huion_init() local
798 if (found) { in uclogic_params_huion_init()
841 bool found; in uclogic_params_init() local
910 if (!found) { in uclogic_params_init()
[all …]
/linux/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/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/drivers/gpu/drm/i915/gt/
A Dselftest_llc.c28 unsigned int ia_freq, ring_freq, found; in gen6_verify_ring_freq() local
43 found = (val >> 0) & 0xff; in gen6_verify_ring_freq()
44 if (found != ia_freq) { in gen6_verify_ring_freq()
48 found, ia_freq); in gen6_verify_ring_freq()
53 found = (val >> 8) & 0xff; in gen6_verify_ring_freq()
54 if (found != ring_freq) { in gen6_verify_ring_freq()
58 found, ring_freq); in gen6_verify_ring_freq()
/linux/drivers/misc/habanalabs/common/
A Dasid.c35 unsigned long found; in hl_asid_alloc() local
39 found = find_first_zero_bit(hdev->asid_bitmap, in hl_asid_alloc()
41 if (found == hdev->asic_prop.max_asid) in hl_asid_alloc()
42 found = 0; in hl_asid_alloc()
44 set_bit(found, hdev->asid_bitmap); in hl_asid_alloc()
48 return found; in hl_asid_alloc()
/linux/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/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/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/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/Documentation/devicetree/bindings/pwm/
A Dpwm-mediatek.txt5 - "mediatek,mt2712-pwm": found on mt2712 SoC.
6 - "mediatek,mt7622-pwm": found on mt7622 SoC.
7 - "mediatek,mt7623-pwm": found on mt7623 SoC.
8 - "mediatek,mt7628-pwm": found on mt7628 SoC.
9 - "mediatek,mt7629-pwm": found on mt7629 SoC.
10 - "mediatek,mt8183-pwm": found on mt8183 SoC.
11 - "mediatek,mt8516-pwm": found on mt8516 SoC.
/linux/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/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/drivers/w1/
A Dw1_int.c98 int id, found; in w1_add_master_device() local
114 found = 0; in w1_add_master_device()
117 found = 1; in w1_add_master_device()
121 } while (found); in w1_add_master_device()
226 struct w1_master *dev, *found = NULL; in w1_remove_master_device() local
233 found = dev; in w1_remove_master_device()
238 if (!found) { in w1_remove_master_device()
243 __w1_remove_master_device(found); in w1_remove_master_device()
/linux/net/ipv6/
A Dexthdrs_core.c191 bool found; in ipv6_find_hdr() local
209 found = (nexthdr == target); in ipv6_find_hdr()
212 if (target < 0 || found) in ipv6_find_hdr()
231 found = false; in ipv6_find_hdr()
257 if (!found) in ipv6_find_hdr()
271 if (!found) { in ipv6_find_hdr()
275 } while (!found); in ipv6_find_hdr()

Completed in 56 milliseconds

12345678910>>...80