/Linux-v4.19/drivers/media/pci/ttpci/ |
D | av7110_ipack.c | 10 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-v4.19/tools/testing/selftests/powerpc/cache_shape/ |
D | cache_shape.c | 59 int found; in test_cache_shape() local 63 found = 0; in test_cache_shape() 67 found++; in test_cache_shape() 73 found++; in test_cache_shape() 79 found++; in test_cache_shape() 85 found++; in test_cache_shape() 91 found++; in test_cache_shape() 97 found++; in test_cache_shape() 103 found++; in test_cache_shape() 109 found++; in test_cache_shape() [all …]
|
/Linux-v4.19/tools/testing/selftests/powerpc/ptrace/ |
D | ptrace-gpr.h | 27 int i, found = 1; in validate_gpr() local 33 found = 0; in validate_gpr() 37 if (!found) in validate_gpr() 45 int i, found = 1; in validate_fpr() local 50 found = 0; in validate_fpr() 54 if (!found) in validate_fpr() 62 int i, found = 1; in validate_fpr_float() local 67 found = 0; in validate_fpr_float() 71 if (!found) in validate_fpr_float()
|
/Linux-v4.19/lib/ |
D | stackdepot.c | 186 struct stack_record *found; in find_stack() local 188 for (found = bucket; found; found = found->next) { in find_stack() 189 if (found->hash == hash && in find_stack() 190 found->size == size && in find_stack() 191 !stackdepot_memcmp(entries, found->entries, size)) in find_stack() 192 return found; in find_stack() 222 struct stack_record *found = NULL, **bucket; in depot_save_stack() local 238 found = find_stack(smp_load_acquire(bucket), trace->entries, in depot_save_stack() 240 if (found) in depot_save_stack() 267 found = find_stack(*bucket, trace->entries, trace->nr_entries, hash); in depot_save_stack() [all …]
|
/Linux-v4.19/drivers/net/ethernet/rocker/ |
D | rocker_ofdpa.c | 747 struct ofdpa_flow_tbl_entry *found; in ofdpa_flow_tbl_find() local 748 size_t key_len = match->key_len ? match->key_len : sizeof(found->key); in ofdpa_flow_tbl_find() 750 hash_for_each_possible(ofdpa->flow_tbl, found, in ofdpa_flow_tbl_find() 752 if (memcmp(&found->key, &match->key, key_len) == 0) in ofdpa_flow_tbl_find() 753 return found; in ofdpa_flow_tbl_find() 763 struct ofdpa_flow_tbl_entry *found; in ofdpa_flow_tbl_add() local 764 size_t key_len = match->key_len ? match->key_len : sizeof(found->key); in ofdpa_flow_tbl_add() 771 found = ofdpa_flow_tbl_find(ofdpa, match); in ofdpa_flow_tbl_add() 773 if (found) { in ofdpa_flow_tbl_add() 774 match->cookie = found->cookie; in ofdpa_flow_tbl_add() [all …]
|
/Linux-v4.19/tools/perf/tests/ |
D | keep-tracking.c | 31 int i, found; in find_comm() local 33 found = 0; in find_comm() 43 found += 1; in find_comm() 48 return found; in find_comm() 72 int found, err = -1; in test__keep_tracking() local 117 found = find_comm(evlist, comm); in test__keep_tracking() 118 if (found != 1) { in test__keep_tracking() 139 found = find_comm(evlist, comm); in test__keep_tracking() 140 if (found != 1) { in test__keep_tracking()
|
/Linux-v4.19/Documentation/devicetree/bindings/mmc/ |
D | renesas,mmcif.txt | 11 - "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-r8a7745" for the MMCIF found in r8a7745 SoCs 16 - "renesas,mmcif-r8a7778" for the MMCIF found in r8a7778 SoCs 17 - "renesas,mmcif-r8a7790" for the MMCIF found in r8a7790 SoCs 18 - "renesas,mmcif-r8a7791" for the MMCIF found in r8a7791 SoCs 19 - "renesas,mmcif-r8a7793" for the MMCIF found in r8a7793 SoCs 20 - "renesas,mmcif-r8a7794" for the MMCIF found in r8a7794 SoCs [all …]
|
/Linux-v4.19/net/9p/ |
D | mod.c | 112 struct p9_trans_module *t, *found = NULL; in v9fs_get_trans_by_name() local 119 found = t; in v9fs_get_trans_by_name() 124 return found; in v9fs_get_trans_by_name() 135 struct p9_trans_module *t, *found = NULL; in v9fs_get_default_trans() local 141 found = t; in v9fs_get_default_trans() 145 if (!found) in v9fs_get_default_trans() 148 found = t; in v9fs_get_default_trans() 153 return found; in v9fs_get_default_trans()
|
/Linux-v4.19/drivers/pci/pcie/ |
D | pme.c | 102 bool found = false; in pcie_pme_from_pci_bridge() local 114 found = true; in pcie_pme_from_pci_bridge() 119 return found; in pcie_pme_from_pci_bridge() 132 bool found = false; in pcie_pme_handle_request() local 141 found = true; in pcie_pme_handle_request() 152 found = pcie_pme_walk_bus(port->subordinate); in pcie_pme_handle_request() 164 found = pcie_pme_from_pci_bridge(bus, devfn); in pcie_pme_handle_request() 165 if (found) in pcie_pme_handle_request() 173 found = true; in pcie_pme_handle_request() 180 if (found) { in pcie_pme_handle_request() [all …]
|
/Linux-v4.19/drivers/pinctrl/qcom/ |
D | Kconfig | 16 Qualcomm TLMM block found in the Qualcomm APQ8064 platform. 24 Qualcomm TLMM block found in the Qualcomm APQ8084 platform. 32 Qualcomm TLMM block found in the Qualcomm IPQ4019 platform. 40 Qualcomm TLMM block found in the Qualcomm IPQ8064 platform. 48 the Qualcomm Technologies Inc. TLMM block found on the 58 Qualcomm TLMM block found in the Qualcomm 8660 platform. 66 Qualcomm TLMM block found in the Qualcomm 8960 platform. 74 Qualcomm TLMM block found in the Qualcomm 9615 platform. 82 Qualcomm TLMM block found in the Qualcomm 8974 platform. 90 Qualcomm TLMM block found on the Qualcomm 8916 platform. [all …]
|
/Linux-v4.19/fs/xfs/libxfs/ |
D | xfs_bit.c | 53 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-v4.19/Documentation/ABI/testing/ |
D | sysfs-driver-ufs | 20 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-v4.19/Documentation/scsi/ |
D | scsi-generic.txt | 20 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-v4.19/tools/perf/util/ |
D | find-vdso-map.c | 6 int found = 0; in find_vdso_map() local 14 while (!found && fgets(line, sizeof(line), maps)) { in find_vdso_map() 26 found = 1; in find_vdso_map() 30 return !found; in find_vdso_map()
|
/Linux-v4.19/drivers/connector/ |
D | cn_queue.c | 79 int found = 0; in cn_queue_add_callback() local 88 found = 1; in cn_queue_add_callback() 92 if (!found) in cn_queue_add_callback() 96 if (found) { in cn_queue_add_callback() 110 int found = 0; in cn_queue_del_callback() local 116 found = 1; in cn_queue_del_callback() 122 if (found) in cn_queue_del_callback()
|
/Linux-v4.19/arch/mips/sgi-ip22/ |
D | ip22-mc.c | 53 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-v4.19/tools/usb/ffs-aio-example/multibuff/host_app/ |
D | test.c | 49 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-v4.19/tools/usb/ffs-aio-example/simple/host_app/ |
D | test.c | 49 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-v4.19/scripts/ |
D | headers_check.pl | 55 my $found; 56 $found = stat($dir . "/" . $inc); 57 if (!$found) { 59 $found = stat($dir . "/" . $inc); 61 if (!$found) {
|
/Linux-v4.19/Documentation/devicetree/bindings/net/ |
D | rockchip-dwmac.txt | 7 "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-v4.19/drivers/w1/ |
D | w1_int.c | 107 int id, found; in w1_add_master_device() local 123 found = 0; in w1_add_master_device() 126 found = 1; in w1_add_master_device() 130 } while (found); in w1_add_master_device() 235 struct w1_master *dev, *found = NULL; in w1_remove_master_device() local 242 found = dev; in w1_remove_master_device() 247 if (!found) { in w1_remove_master_device() 252 __w1_remove_master_device(found); in w1_remove_master_device()
|
/Linux-v4.19/sound/core/seq/ |
D | seq_ports.c | 86 struct snd_seq_client_port *port, *found; in snd_seq_port_query_nearest() local 89 found = NULL; in snd_seq_port_query_nearest() 95 found = port; in snd_seq_port_query_nearest() 98 if (found == NULL || port->addr.port < found->addr.port) in snd_seq_port_query_nearest() 99 found = port; in snd_seq_port_query_nearest() 101 if (found) { in snd_seq_port_query_nearest() 102 if (found->closing) in snd_seq_port_query_nearest() 103 found = NULL; in snd_seq_port_query_nearest() 105 snd_use_lock_use(&found->use_lock); in snd_seq_port_query_nearest() 108 return found; in snd_seq_port_query_nearest() [all …]
|
/Linux-v4.19/net/ipv6/ |
D | exthdrs_core.c | 190 bool found; in ipv6_find_hdr() local 210 found = (nexthdr == target); in ipv6_find_hdr() 213 if (target < 0 || found) in ipv6_find_hdr() 232 found = false; in ipv6_find_hdr() 258 if (!found) in ipv6_find_hdr() 272 if (!found) { in ipv6_find_hdr() 276 } while (!found); in ipv6_find_hdr()
|
/Linux-v4.19/fs/btrfs/tests/ |
D | extent-io-tests.c | 68 u64 found; in test_find_delalloc() local 109 found = find_lock_delalloc_range(inode, &tmp, locked_page, &start, in test_find_delalloc() 111 if (!found) { in test_find_delalloc() 140 found = find_lock_delalloc_range(inode, &tmp, locked_page, &start, in test_find_delalloc() 142 if (!found) { in test_find_delalloc() 174 found = find_lock_delalloc_range(inode, &tmp, locked_page, &start, in test_find_delalloc() 176 if (found) { in test_find_delalloc() 195 found = find_lock_delalloc_range(inode, &tmp, locked_page, &start, in test_find_delalloc() 197 if (!found) { in test_find_delalloc() 236 found = find_lock_delalloc_range(inode, &tmp, locked_page, &start, in test_find_delalloc() [all …]
|
/Linux-v4.19/drivers/pci/hotplug/ |
D | acpi_pcihp.c | 184 int *found = (int *)context; in check_hotplug() local 186 *found = 1; in check_hotplug() 200 int found = 0; in acpi_pci_detect_ejectable() local 203 return found; in acpi_pci_detect_ejectable() 206 check_hotplug, NULL, (void *)&found, NULL); in acpi_pci_detect_ejectable() 207 return found; in acpi_pci_detect_ejectable()
|