Searched refs:skips (Results 1 – 21 of 21) sorted by relevance
/Linux-v4.19/drivers/media/pci/bt8xx/ |
D | btcx-risc.c | 187 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 …]
|
D | bttv-risc.c | 253 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()
|
D | btcx-risc.h | 26 struct btcx_skiplist *skips, unsigned int *nskips,
|
/Linux-v4.19/drivers/media/common/ |
D | btcx-risc.h | 28 struct btcx_skiplist *skips, unsigned int *nskips,
|
/Linux-v4.19/tools/perf/Documentation/ |
D | itrace.txt | 36 skips the first million instructions.
|
D | perf-config.txt | 504 'skip' skips post-processing and does not update the cache.
|
D | perf-record.txt | 296 Do not save the build ids of binaries in the perf.data files. This skips
|
D | intel-pt.txt | 828 skips the first million instructions.
|
/Linux-v4.19/Documentation/mtd/ |
D | nand_ecc.txt | 75 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/ |
D | adf4350.txt | 18 - adi,reference-div-factor: If set the driver skips dynamic calculation
|
/Linux-v4.19/Documentation/acpi/apei/ |
D | einj.txt | 107 to 1 skips the trigger phase, which *may* allow the user to cause the
|
/Linux-v4.19/Documentation/networking/ |
D | e1000e.txt | 207 This workaround skips resetting the PHY at shutdown for the initial
|
D | openvswitch.txt | 184 (the flow only contains IP packets if one parses and skips over the
|
D | af_xdp.rst | 58 wants to do this, it simply skips the registration of the UMEM and its
|
/Linux-v4.19/Documentation/admin-guide/ |
D | bcache.rst | 31 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/ |
D | rapidio.txt | 296 an agent skips RapidIO discovery and continues with remaining kernel
|
/Linux-v4.19/Documentation/vm/ |
D | hmm.rst | 345 fail but just skips over those pages.
|
/Linux-v4.19/Documentation/power/ |
D | swsusp.txt | 94 state. If the option ``noresume'' is specified as a boot parameter, it skips
|
/Linux-v4.19/Documentation/admin-guide/pm/ |
D | cpufreq.rst | 127 for the given CPU and if so, it skips the policy object creation. Otherwise,
|
/Linux-v4.19/Documentation/sound/hd-audio/ |
D | notes.rst | 747 Using ``probe_only`` mask 2 skips the reset of HDA codecs (use
|
/Linux-v4.19/tools/testing/selftests/bpf/ |
D | test_verifier.c | 12876 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()
|