Home
last modified time | relevance | path

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

12345678910>>...80

/Linux-v5.4/drivers/media/pci/ttpci/
Dav7110_ipack.c10 p->found = 0; in av7110_ipack_reset()
114 if (p->plength != MMAX_PLENGTH - 6 || p->found <= 6) in av7110_ipack_flush()
116 p->plength = p->found - 6; in av7110_ipack_flush()
117 p->found = 0; in av7110_ipack_flush()
152 (p->mpeg == 1 && p->found < 7) || in av7110_ipack_instant_repack()
153 (p->mpeg == 2 && p->found < 9)) in av7110_ipack_instant_repack()
154 && (p->found < 5 || !p->done)) { in av7110_ipack_instant_repack()
155 switch (p->found) { in av7110_ipack_instant_repack()
159 p->found++; in av7110_ipack_instant_repack()
161 p->found = 0; in av7110_ipack_instant_repack()
[all …]
/Linux-v5.4/tools/testing/selftests/powerpc/cache_shape/
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-v5.4/lib/
Dstackdepot.c177 struct stack_record *found; in find_stack() local
179 for (found = bucket; found; found = found->next) { in find_stack()
180 if (found->hash == hash && in find_stack()
181 found->size == size && in find_stack()
182 !stackdepot_memcmp(entries, found->entries, size)) in find_stack()
183 return found; in find_stack()
223 struct stack_record *found = NULL, **bucket; in stack_depot_save() local
241 found = find_stack(smp_load_acquire(bucket), entries, in stack_depot_save()
243 if (found) in stack_depot_save()
270 found = find_stack(*bucket, entries, nr_entries, hash); in stack_depot_save()
[all …]
/Linux-v5.4/tools/testing/selftests/powerpc/ptrace/
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-v5.4/drivers/misc/lkdtm/
Dstackleak.c16 unsigned long *sp, left, found, i; in lkdtm_STACKLEAK_ERASING() local
47 for (i = 0, found = 0; i < left && found <= check_depth; i++) { in lkdtm_STACKLEAK_ERASING()
49 found++; in lkdtm_STACKLEAK_ERASING()
51 found = 0; in lkdtm_STACKLEAK_ERASING()
54 if (found <= check_depth) { in lkdtm_STACKLEAK_ERASING()
61 (i - found) * sizeof(unsigned long)); in lkdtm_STACKLEAK_ERASING()
/Linux-v5.4/Documentation/devicetree/bindings/mmc/
Drenesas,mmcif.txt11 - "renesas,mmcif-r7s72100" for the MMCIF found in r7s72100 SoCs
12 - "renesas,mmcif-r8a73a4" for the MMCIF found in r8a73a4 SoCs
13 - "renesas,mmcif-r8a7740" for the MMCIF found in r8a7740 SoCs
14 - "renesas,mmcif-r8a7743" for the MMCIF found in r8a7743 SoCs
15 - "renesas,mmcif-r8a7744" for the MMCIF found in r8a7744 SoCs
16 - "renesas,mmcif-r8a7745" for the MMCIF found in r8a7745 SoCs
17 - "renesas,mmcif-r8a7778" for the MMCIF found in r8a7778 SoCs
18 - "renesas,mmcif-r8a7790" for the MMCIF found in r8a7790 SoCs
19 - "renesas,mmcif-r8a7791" for the MMCIF found in r8a7791 SoCs
20 - "renesas,mmcif-r8a7793" for the MMCIF found in r8a7793 SoCs
[all …]
/Linux-v5.4/drivers/net/ethernet/rocker/
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-v5.4/tools/perf/tests/
Dkeep-tracking.c36 int i, found; in find_comm() local
38 found = 0; in find_comm()
48 found += 1; in find_comm()
53 return found; in find_comm()
77 int found, err = -1; in test__keep_tracking() local
122 found = find_comm(evlist, comm); in test__keep_tracking()
123 if (found != 1) { in test__keep_tracking()
144 found = find_comm(evlist, comm); in test__keep_tracking()
145 if (found != 1) { in test__keep_tracking()
/Linux-v5.4/drivers/misc/habanalabs/
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-v5.4/net/9p/
Dmod.c97 struct p9_trans_module *t, *found = NULL; in v9fs_get_trans_by_name() local
104 found = t; in v9fs_get_trans_by_name()
109 return found; in v9fs_get_trans_by_name()
120 struct p9_trans_module *t, *found = NULL; in v9fs_get_default_trans() local
126 found = t; in v9fs_get_default_trans()
130 if (!found) in v9fs_get_default_trans()
133 found = t; in v9fs_get_default_trans()
138 return found; in v9fs_get_default_trans()
/Linux-v5.4/drivers/pinctrl/qcom/
DKconfig17 Qualcomm TLMM block found in the Qualcomm APQ8064 platform.
25 Qualcomm TLMM block found in the Qualcomm APQ8084 platform.
33 Qualcomm TLMM block found in the Qualcomm IPQ4019 platform.
41 Qualcomm TLMM block found in the Qualcomm IPQ8064 platform.
49 the Qualcomm Technologies Inc. TLMM block found on the
59 Qualcomm TLMM block found in the Qualcomm 8660 platform.
67 Qualcomm TLMM block found in the Qualcomm 8960 platform.
75 Qualcomm TLMM block found in the Qualcomm 9615 platform.
83 Qualcomm TLMM block found in the Qualcomm 8974 platform.
91 Qualcomm TLMM block found on the Qualcomm 8916 platform.
[all …]
/Linux-v5.4/drivers/pci/pcie/
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()
154 found = pcie_pme_walk_bus(port->subordinate); in pcie_pme_handle_request()
166 found = pcie_pme_from_pci_bridge(bus, devfn); 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()
[all …]
/Linux-v5.4/drivers/hid/
Dhid-uclogic-params.c142 bool found = false; in uclogic_params_pen_init_v1() local
224 found = true; in uclogic_params_pen_init_v1()
226 *pfound = found; in uclogic_params_pen_init_v1()
270 bool found = false; in uclogic_params_pen_init_v2() local
369 found = true; in uclogic_params_pen_init_v2()
371 *pfound = found; in uclogic_params_pen_init_v2()
451 bool found = false; in uclogic_params_frame_init_v1_buttonpad() local
490 found = true; in uclogic_params_frame_init_v1_buttonpad()
493 *pfound = found; in uclogic_params_frame_init_v1_buttonpad()
711 bool found; in uclogic_params_huion_init() local
[all …]
/Linux-v5.4/fs/xfs/libxfs/
Dxfs_bit.c52 goto found; in xfs_contig_bits()
58 goto found; in xfs_contig_bits()
63 found: in xfs_contig_bits()
92 goto found; in xfs_next_bit()
98 goto found; in xfs_next_bit()
103 found: in xfs_next_bit()
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-driver-ufs20 the descriptor could be found at UFS specifications 2.1.
28 the descriptor could be found at UFS specifications 2.1.
36 about the descriptor could be found at UFS specifications 2.1.
44 The full information about the descriptor could be found
53 about the descriptor could be found at UFS specifications 2.1.
61 The full information about the descriptor could be found
71 be found at UFS specifications 2.1.
81 be found at UFS specifications 2.1.
90 about the descriptor could be found at UFS specifications 2.1.
98 about the descriptor could be found at UFS specifications 2.1.
[all …]
/Linux-v5.4/Documentation/scsi/
Dscsi-generic.txt20 There are three major versions of sg found in the linux kernel (lk):
25 - sg version 3 found in the lk 2.4 series (and the lk 2.5 series).
34 This describes the sg version 3 driver found in the lk 2.4 series.
36 and pdf. This document can also be found at:
39 Documentation for the version 2 sg driver found in the lk 2.2 series can
40 be found at http://sg.danny.cz/sg/. A larger version
44 found at http://www.torque.net/sg/p/original/SCSI-Programming-HOWTO.txt
47 A changelog with brief notes can be found in the
51 can be found at the top of the /usr/src/linux/drivers/scsi/sg.c file.
54 part can be found at http://www.tldp.org/HOWTO/SCSI-2.4-HOWTO .
[all …]
/Linux-v5.4/drivers/connector/
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-v5.4/arch/mips/sgi-ip22/
Dip22-mc.c53 int i, j, found, cnt = 0; in probe_memory() local
74 found = 0; in probe_memory()
83 found = 1; in probe_memory()
85 } while (found); in probe_memory()
89 found = 0; in probe_memory()
90 for (j = 0; j < ARRAY_SIZE(space) && !found; j++) in probe_memory()
93 found = 1; in probe_memory()
96 if (!found) in probe_memory()
/Linux-v5.4/tools/perf/util/
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-v5.4/tools/usb/ffs-aio-example/multibuff/host_app/
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-v5.4/tools/usb/ffs-aio-example/simple/host_app/
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-v5.4/scripts/
Dheaders_check.pl55 my $found;
56 $found = stat($dir . "/" . $inc);
57 if (!$found) {
59 $found = stat($dir . "/" . $inc);
61 if (!$found) {
/Linux-v5.4/Documentation/devicetree/bindings/pwm/
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", "mediatek,mt7622-pwm": found on mt7629 SoC.
10 - "mediatek,mt8516-pwm": found on mt8516 SoC.
/Linux-v5.4/Documentation/devicetree/bindings/net/
Drockchip-dwmac.txt7 "rockchip,px30-gmac": found on PX30 SoCs
8 "rockchip,rk3128-gmac": found on RK312x SoCs
9 "rockchip,rk3228-gmac": found on RK322x SoCs
10 "rockchip,rk3288-gmac": found on RK3288 SoCs
11 "rockchip,rk3328-gmac": found on RK3328 SoCs
12 "rockchip,rk3366-gmac": found on RK3366 SoCs
13 "rockchip,rk3368-gmac": found on RK3368 SoCs
14 "rockchip,rk3399-gmac": found on RK3399 SoCs
15 "rockchip,rv1108-gmac": found on RV1108 SoCs
/Linux-v5.4/drivers/w1/
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()

12345678910>>...80