Searched refs:skips (Results 1 – 15 of 15) sorted by relevance
/linux-4.4.14/drivers/media/pci/bt8xx/ |
D | btcx-risc.c | 181 struct btcx_skiplist *skips, unsigned int *nskips, in btcx_calc_skips() argument 209 if (0 == skip || clips[clip].c.left > skips[skip-1].end) { in btcx_calc_skips() 211 skips[skip].start = clips[clip].c.left; in btcx_calc_skips() 212 if (skips[skip].start < 0) in btcx_calc_skips() 213 skips[skip].start = 0; in btcx_calc_skips() 214 skips[skip].end = clips[clip].c.left + clips[clip].c.width; in btcx_calc_skips() 215 if (skips[skip].end > width) in btcx_calc_skips() 216 skips[skip].end = width; in btcx_calc_skips() 221 if (skips[skip-1].end < end) in btcx_calc_skips() 222 skips[skip-1].end = end; in btcx_calc_skips() [all …]
|
D | bttv-risc.c | 252 struct btcx_skiplist *skips; in bttv_risc_overlay() local 258 if (NULL == (skips = kmalloc(sizeof(*skips) * ov->nclips,GFP_KERNEL))) in bttv_risc_overlay() 267 kfree(skips); in bttv_risc_overlay() 294 skips, &nskips, ov->clips, ov->nclips); in bttv_risc_overlay() 301 } else if (start < skips[skip].start) { in bttv_risc_overlay() 303 end = skips[skip].start; in bttv_risc_overlay() 306 end = skips[skip].end; in bttv_risc_overlay() 329 kfree(skips); in bttv_risc_overlay()
|
D | btcx-risc.h | 25 struct btcx_skiplist *skips, unsigned int *nskips,
|
/linux-4.4.14/drivers/media/common/ |
D | btcx-risc.h | 27 struct btcx_skiplist *skips, unsigned int *nskips,
|
/linux-4.4.14/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-4.4.14/Documentation/devicetree/bindings/iio/frequency/ |
D | adf4350.txt | 18 - adi,reference-div-factor: If set the driver skips dynamic calculation
|
/linux-4.4.14/Documentation/acpi/apei/ |
D | einj.txt | 107 to 1 skips the trigger phase, which *may* allow the user to cause the
|
/linux-4.4.14/Documentation/ |
D | bcache.txt | 26 to caching large sequential IO. Bcache detects sequential IO and skips it; 124 that skips the cache so we don't have to error the write.
|
/linux-4.4.14/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 | e1000.txt | 336 This workaround skips resetting the PHY at shutdown for the initial
|
/linux-4.4.14/Documentation/rapidio/ |
D | rapidio.txt | 296 an agent skips RapidIO discovery and continues with remaining kernel
|
/linux-4.4.14/Documentation/power/ |
D | swsusp.txt | 86 state. If the option ``noresume'' is specified as a boot parameter, it skips
|
/linux-4.4.14/Documentation/scsi/ |
D | tmscsim.txt | 223 enables Tagged Command Queueing for the selected device. The "-" skips
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | HD-Audio.txt | 725 Using `probe_only` mask 2 skips the reset of HDA codecs (use
|