Searched refs:skip (Results 251 - 275 of 526) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/staging/media/omap4iss/
H A Diss_csi2.c234 /* If we need to skip frames at the beginning of the stream disable the
289 unsigned int skip = 0; local
292 skip = csi2->frame_skip;
294 skip = 1;
298 | (skip << CSI2_CTX_CTRL1_COUNT_SHIFT)
713 /* Skip interrupts until we reach the frame skip count. The CSI2 will be
714 * automatically disabled, as the frame skip count has been programmed
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dpower.c105 IWL_DEBUG_POWER(mvm, "DTIM periods to skip = %u\n",
308 int skip; local
323 skip = 2;
329 /* configure skip over dtim up to 900 TU DTIM interval */
330 skip = max_t(u8, 1, 900 / dtimper_tu);
333 cmd->skip_dtim_periods = skip;
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_dpipe.c578 goto skip;
596 skip:
1112 goto skip;
1127 skip:
/linux-master/tools/testing/selftests/tc-testing/
H A Dtdc.py390 if 'skip' in tidx:
391 if tidx['skip'] == 'yes':
393 res.set_result(ResultState.skip)
401 print('probe command for test skip')
406 res.set_result(ResultState.skip)
529 res.set_result(ResultState.skip)
571 res.set_result(ResultState.skip)
/linux-master/drivers/gpu/drm/amd/display/dmub/src/
H A Ddmub_dcn20.h240 void dmub_dcn20_skip_dmub_panel_power_sequence(struct dmub_srv *dmub, bool skip);
H A Ddmub_dcn31.h239 void dmub_dcn31_skip_dmub_panel_power_sequence(struct dmub_srv *dmub, bool skip);
H A Ddmub_dcn32.h244 void dmub_dcn32_skip_dmub_panel_power_sequence(struct dmub_srv *dmub, bool skip);
/linux-master/mm/
H A Dswap_state.c455 * Just skip read ahead for unused swap slot.
665 goto skip;
695 skip:
833 goto skip;
871 skip:
/linux-master/lib/
H A Ddynamic_debug.c83 int skip = strlen(__FILE__) - strlen("lib/dynamic_debug.c"); local
85 if (strncmp(path, __FILE__, skip))
86 skip = 0; /* prefix mismatch, don't skip */
88 return path + skip;
291 break; /* token starts comment, skip rest of line */
1239 v3pr_info(" skip %s\n", modname);
/linux-master/drivers/of/
H A Dproperty.c499 * @skip: Number of strings to skip over at beginning of list.
506 size_t sz, int skip)
519 for (i = 0; p < end && (!out_strs || i < skip + sz); i++, p += l) {
523 if (out_strs && i >= skip)
526 i -= skip;
504 of_property_read_string_helper(const struct device_node *np, const char *propname, const char **out_strs, size_t sz, int skip) argument
/linux-master/kernel/
H A Dseccomp.c1233 goto skip;
1240 goto skip;
1252 goto skip;
1259 * notification may silently skip tracer notification,
1268 goto skip;
1272 goto skip;
1277 * a reload of all registers. This does not goto skip since
1278 * a skip would have already been reported.
1287 goto skip;
1318 return -1; /* skip th
[all...]
/linux-master/drivers/net/wireless/broadcom/b43/
H A Ddma.c1424 int skip; local
1439 skip = 0;
1445 /* If a single header/data pair was missed, skip over
1449 skip = 2;
1520 if (unlikely(skip))
1554 if (meta->is_last_fragment && !skip) {
1560 if (skip > 0)
1561 --skip;
/linux-master/arch/sparc/kernel/
H A Dhead_64.S144 .skip 64
146 .skip 64
906 * The following skip makes sure the trap table in ttable.S is aligned
913 .skip 0x4000 + _start - 1b
919 .skip (32 * 1024)
923 .skip (64 * 1024)
/linux-master/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/
H A Dtc_flower.sh715 local skip=0
721 if (( $skip == 0 )) && (($count == 0)); then
722 ((skip=$RANDOM % $MAXSKIP + 1))
725 if (( $skip != 0 )); then
726 ((skip-=1))
/linux-master/arch/x86/events/intel/
H A Dlbr.c807 int skip = 0; local
812 skip = 1;
817 skip = 3;
819 from = (u64)((((s64)from) << skip) >> skip);
/linux-master/fs/jfs/
H A Djfs_dtree.c935 int skip; /* index of entry of insertion */ local
1142 skip = parent->index + 1;
1176 if ((sp->header.flag & BT_ROOT && skip > 1) ||
1177 sp->header.prev != 0 || skip > 1) {
1228 split->index = skip; /* index at insert */
1271 n = skip >> L2DTSLOTSIZE;
1279 dtInsertEntry(sp, skip, &key, data, &dtlck);
1337 int skip, nextindex, half, left, nxt, off, si; local
1430 * a entry to it (skip is maxentry), it's likely that the access is
1497 skip
[all...]
/linux-master/drivers/usb/cdns3/
H A Dcdnsp-ring.c126 * TRB is in a new segment. This does not skip over link TRBs, and it does not
1294 * Set skip flag of the ep_ring; Complete the missed tds as
1297 pep->skip = true;
1320 if (pep->skip) {
1321 pep->skip = false;
1345 if (pep->skip && usb_endpoint_xfer_isoc(desc) &&
1360 pep->skip = false;
1365 if (!pep->skip || !usb_endpoint_xfer_isoc(desc)) {
1384 if (pep->skip) {
1385 pep->skip
[all...]
/linux-master/drivers/crypto/chelsio/
H A Dchcr_algo.c136 unsigned int skip)
142 while (sg && skip) {
143 if (sg_dma_len(sg) <= skip) {
144 skip -= sg_dma_len(sg);
148 skip_len = skip;
149 skip = 0;
425 unsigned int skip)
434 while (sg && skip) {
435 if (sg_dma_len(sg) <= skip) {
436 skip
134 sg_nents_xlen(struct scatterlist *sg, unsigned int reqlen, unsigned int entlen, unsigned int skip) argument
422 dsgl_walk_add_sg(struct dsgl_walk *walk, struct scatterlist *sg, unsigned int slen, unsigned int skip) argument
507 ulptx_walk_add_sg(struct ulptx_walk *walk, struct scatterlist *sg, unsigned int len, unsigned int skip) argument
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/sec/fuc/
H A Dg98.fuc0s39 ctx_key: .skip 16
40 ctx_iv: .skip 16
44 .skip 32
/linux-master/tools/testing/selftests/bpf/
H A Dtest_offload.py75 def skip(cond, msg): function
764 skip(os.getuid() != 0, "test must be run as root")
768 skip(ret != 0, "bpftool not installed")
779 skip(ret != 0, "netdevsim module could not be loaded")
790 skip(ret != 0, "sample %s/%s not found, please compile it" %
803 skip(ns is None, "Could not create a net namespace")
/linux-master/scripts/kconfig/
H A Dqconf.cc800 goto skip;
831 skip:
851 goto skip;
854 goto skip;
858 goto skip;
868 skip:
/linux-master/drivers/acpi/
H A Dscan.c2054 bool skip, honor_dep; local
2063 skip = acpi_info_matches_ids(info, acpi_ignore_dep_ids);
2067 if (skip)
2251 bool skip = !first_pass && device->flags.visited; local
2255 if (skip)
2305 if (!skip && device->handler && device->handler->hotplug.notify_online)
2317 * If we're passed a 'previous' consumer device then we need to skip
2522 * same consumer, skip the current entry if the consumer device
/linux-master/arch/m68k/fpsp040/
H A Ddecbin.S196 | get the integer digit then skip down & get the rest of the
288 ble pwrten |if abs(expA) <28, skip ap/st zeros
298 bnes ap_p_cl |if lw 2 is zero, skip it
463 bccs e_next |if zero, skip the mul
500 beqs no_exc |skip this if no exc
/linux-master/tools/testing/selftests/openat2/
H A Dresolve_test.c451 goto skip;
487 skip:
/linux-master/drivers/gpu/drm/i915/selftests/
H A Di915_sw_fence.c707 goto skip;
727 skip:

Completed in 542 milliseconds

<<11121314151617181920>>