Home
last modified time | relevance | path

Searched refs:skips (Results 1 – 21 of 21) sorted by relevance

/Linux-v4.19/drivers/media/pci/bt8xx/
Dbtcx-risc.c187 struct btcx_skiplist *skips, unsigned int *nskips, in btcx_calc_skips() argument
215 if (0 == skip || clips[clip].c.left > skips[skip-1].end) { in btcx_calc_skips()
217 skips[skip].start = clips[clip].c.left; in btcx_calc_skips()
218 if (skips[skip].start < 0) in btcx_calc_skips()
219 skips[skip].start = 0; in btcx_calc_skips()
220 skips[skip].end = clips[clip].c.left + clips[clip].c.width; in btcx_calc_skips()
221 if (skips[skip].end > width) in btcx_calc_skips()
222 skips[skip].end = width; in btcx_calc_skips()
227 if (skips[skip-1].end < end) in btcx_calc_skips()
228 skips[skip-1].end = end; in btcx_calc_skips()
[all …]
Dbttv-risc.c253 struct btcx_skiplist *skips; in bttv_risc_overlay() local
259 skips = kmalloc_array(ov->nclips, sizeof(*skips),GFP_KERNEL); in bttv_risc_overlay()
260 if (NULL == skips) in bttv_risc_overlay()
269 kfree(skips); in bttv_risc_overlay()
296 skips, &nskips, ov->clips, ov->nclips); in bttv_risc_overlay()
303 } else if (start < skips[skip].start) { in bttv_risc_overlay()
305 end = skips[skip].start; in bttv_risc_overlay()
308 end = skips[skip].end; in bttv_risc_overlay()
331 kfree(skips); in bttv_risc_overlay()
Dbtcx-risc.h26 struct btcx_skiplist *skips, unsigned int *nskips,
/Linux-v4.19/drivers/media/common/
Dbtcx-risc.h28 struct btcx_skiplist *skips, unsigned int *nskips,
/Linux-v4.19/tools/perf/Documentation/
Ditrace.txt36 skips the first million instructions.
Dperf-config.txt504 'skip' skips post-processing and does not update the cache.
Dperf-record.txt296 Do not save the build ids of binaries in the perf.data files. This skips
Dintel-pt.txt828 skips the first million instructions.
/Linux-v4.19/Documentation/mtd/
Dnand_ecc.txt75 rp6 covers 8 bytes then skips 8 etc
76 rp7 skips 8 bytes then covers 8 etc
77 rp8 covers 16 bytes then skips 16 etc
78 rp9 skips 16 bytes then covers 16 etc
79 rp10 covers 32 bytes then skips 32 etc
80 rp11 skips 32 bytes then covers 32 etc
81 rp12 covers 64 bytes then skips 64 etc
82 rp13 skips 64 bytes then covers 64 etc
83 rp14 covers 128 bytes then skips 128
84 rp15 skips 128 bytes then covers 128
/Linux-v4.19/Documentation/devicetree/bindings/iio/frequency/
Dadf4350.txt18 - adi,reference-div-factor: If set the driver skips dynamic calculation
/Linux-v4.19/Documentation/acpi/apei/
Deinj.txt107 to 1 skips the trigger phase, which *may* allow the user to cause the
/Linux-v4.19/Documentation/networking/
De1000e.txt207 This workaround skips resetting the PHY at shutdown for the initial
Dopenvswitch.txt184 (the flow only contains IP packets if one parses and skips over the
Daf_xdp.rst58 wants to do this, it simply skips the registration of the UMEM and its
/Linux-v4.19/Documentation/admin-guide/
Dbcache.rst31 to caching large sequential IO. Bcache detects sequential IO and skips it;
137 that skips the cache so we don't have to error the write.
/Linux-v4.19/Documentation/rapidio/
Drapidio.txt296 an agent skips RapidIO discovery and continues with remaining kernel
/Linux-v4.19/Documentation/vm/
Dhmm.rst345 fail but just skips over those pages.
/Linux-v4.19/Documentation/power/
Dswsusp.txt94 state. If the option ``noresume'' is specified as a boot parameter, it skips
/Linux-v4.19/Documentation/admin-guide/pm/
Dcpufreq.rst127 for the given CPU and if so, it skips the policy object creation. Otherwise,
/Linux-v4.19/Documentation/sound/hd-audio/
Dnotes.rst747 Using ``probe_only`` mask 2 skips the reset of HDA codecs (use
/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_verifier.c12876 int i, passes = 0, errors = 0, skips = 0; in do_test() local
12886 skips++; in do_test()
12898 skips++; in do_test()
12906 skips, errors); in do_test()