Searched refs:found (Results 226 - 250 of 1193) sorted by relevance

1234567891011>>

/linux-master/drivers/cpufreq/
H A Dfreq_table.c74 bool found = false; local
85 found = true;
93 if (!found) {
/linux-master/net/ncsi/
H A Dncsi-manage.c370 goto found;
382 goto found;
385 found:
596 * "Set VLAN Filter - Disable" packet if found.
1225 struct ncsi_channel *nc, *found, *hot_nc; local
1236 * link is found, unless a preferred channel is set.
1240 found = NULL;
1257 if (!found)
1258 found = nc;
1261 found
1661 bool found = false; local
1711 bool found = false; local
[all...]
/linux-master/lib/
H A Dfault-inject.c72 bool found = (attr->require_start == 0 && attr->require_end == ULONG_MAX); local
74 if (depth == 0 || (found && !attr->reject_start && !attr->reject_end))
75 return found;
84 found = true;
86 return found;
/linux-master/drivers/gpio/
H A Dgpio-max3191x.c337 int found = gpiod_count(dev, con_id); local
339 if (found == -ENOENT)
342 if (found != expected && found != 1) {
343 dev_err(dev, "ignoring %s-gpios: found %d, expected %u or 1\n",
344 con_id, found, expected);
/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c87 __u8 found; /* the exit point is found? */ member in struct:bictcp
106 ca->found = 0;
471 ca->found = 1;
486 ca->found = 1;
520 if (!ca->found && tcp_in_slow_start(tp) && hystart &&
/linux-master/net/ipv4/
H A Dtcp_cubic.c100 u8 found; /* the exit point is found? */ member in struct:bictcp
110 ca->found = 0;
413 ca->found = 1;
436 ca->found = 1;
471 if (!ca->found && tcp_in_slow_start(tp) && hystart &&
/linux-master/drivers/input/serio/
H A Dhil_mlc.c110 int j, found = 0; local
115 found++;
117 if (found)
135 int j, found = 0; local
139 found++;
141 if (!found)
153 int j, found = 0; local
157 found++;
159 if (!found)
986 goto found;
[all...]
/linux-master/fs/btrfs/tests/
H A Dextent-io-tests.c122 bool found; local
183 found = find_lock_delalloc_range(inode, locked_page, &start,
185 if (!found) {
186 test_err("should have found at least one delalloc");
214 found = find_lock_delalloc_range(inode, locked_page, &start,
216 if (!found) {
248 found = find_lock_delalloc_range(inode, locked_page, &start,
250 if (found) {
251 test_err("found range when we shouldn't have");
269 found
[all...]
/linux-master/drivers/net/wireless/mediatek/mt76/mt76x2/
H A Deeprom.c144 bool found; local
151 found = ret;
152 if (found)
153 found = !mt76x2_check_eeprom(dev);
167 if (found) {
171 found = true;
176 if (!found)
/linux-master/net/netrom/
H A Dnr_route.c46 struct nr_node *found = NULL; local
53 found = nr_node;
57 return found;
63 struct nr_neigh *found = NULL; local
71 found = nr_neigh;
75 return found;
103 int i, found; local
219 for (found = 0, i = 0; i < nr_node->count; i++) {
223 found = 1;
228 if (!found) {
[all...]
/linux-master/scripts/dtc/
H A Ddt_to_config45 "multiple compatibles found for this node",
46 "driver found for this compatible",
47 "multiple drivers found for this compatible",
48 "kernel config found for this driver",
49 "multiple config options found for this driver",
682 # ----- next if no config found
1124 my $found = 0;
1127 $found = 1;
1130 if (!$found) {
1137 my $found
[all...]
/linux-master/drivers/mtd/devices/
H A Dpmc551.c345 * returns the size of the memory region found.
655 int found = 0; local
802 found++;
812 printk(KERN_NOTICE "pmc551: %d pmc551 devices loaded\n", found);
822 int found = 0; local
840 found++;
843 printk(KERN_NOTICE "pmc551: %d pmc551 devices unloaded\n", found);
/linux-master/net/caif/
H A Dcfctrl.c339 int found = 0; local
346 found++;
351 return found;
601 goto found;
606 goto found;
609 found:
/linux-master/block/
H A Delevator.c584 * Default to "none" if no matching elevator is found.
588 struct elevator_type *e, *found = NULL; local
594 found = e;
599 if (found && !elevator_tryget(found))
600 found = NULL;
603 return found;
/linux-master/fs/nfs/
H A Dcallback_proc.c457 int found = 0; local
486 found++;
491 return status < 0 ? status : found;
558 * Check for pending referring calls. If a match is found, a
712 bool found = false; local
729 found = true;
735 if (!found) {
/linux-master/drivers/net/wireless/purelifi/plfxlc/
H A Dmac.c304 bool found = false; local
312 found = true;
317 if (!found)
352 bool found = false; local
375 found = 1;
380 if (found) {
/linux-master/drivers/regulator/
H A Dmax8973-regulator.c122 * recently used and return as found so that caller need not to set
125 * - If requested voltage is not found then it will use the least
134 bool found = false; local
142 found = true;
154 return found;
177 bool found = false; local
186 found = find_voltage_set_register(max, vsel,
189 if (!found) {
/linux-master/tools/perf/util/
H A Dmem-events.c142 bool found = false; local
163 e->record = found = true;
171 if (found)
174 pr_err("failed: event '%s' not found, use '-e list' to get list of available events\n", str);
195 bool found = false; local
213 found = true;
216 return found ? 0 : -ENOENT;
/linux-master/drivers/net/ethernet/qlogic/qede/
H A Dqede_rdma.c250 bool found = false; local
255 found = true;
260 if (!found) {
/linux-master/drivers/accessibility/speakup/
H A Di18n.c415 int found = 0; local
418 while (next_percent && !found) {
426 found = 1;
543 * - index: a message number, as found in i18n.h.
578 * if found, or NULL otherwise.
/linux-master/kernel/trace/
H A Dtrace_stack.c224 int found = 0; local
238 found = 1;
256 if (!found)
/linux-master/tools/testing/selftests/vDSO/
H A Dvdso_test_correctness.c73 bool found = false; local
93 found = true;
99 if (!found) {
/linux-master/drivers/media/platform/qcom/venus/
H A Dhfi_platform_v6.c280 const struct hfi_platform_codec_freq_data *found = NULL; local
284 found = &data[i];
289 return found;
H A Dhfi_platform_v4.c280 const struct hfi_platform_codec_freq_data *found = NULL; local
284 found = &data[i];
289 return found;
/linux-master/arch/powerpc/platforms/cell/
H A Dinterrupt.c298 unsigned int node, cascade, found = 0; local
308 printk(KERN_WARNING "IIC: CPU association not found\n");
318 found++;
351 if (found)

Completed in 378 milliseconds

1234567891011>>