Searched refs:clip (Results 1 – 11 of 11) sorted by relevance
/linux-2.6.39/drivers/media/video/ |
D | btcx-risc.c | 191 unsigned int clip,skip; in btcx_calc_skips() local 196 for (clip = 0; clip < nclips; clip++) { in btcx_calc_skips() 199 if (clips[clip].c.left + clips[clip].c.width <= 0) in btcx_calc_skips() 201 if (clips[clip].c.left > (signed)width) in btcx_calc_skips() 205 if (line > clips[clip].c.top+clips[clip].c.height-1) in btcx_calc_skips() 207 if (line < clips[clip].c.top) { in btcx_calc_skips() 208 if (maxline > clips[clip].c.top-1) in btcx_calc_skips() 209 maxline = clips[clip].c.top-1; in btcx_calc_skips() 212 if (maxline > clips[clip].c.top+clips[clip].c.height-1) in btcx_calc_skips() 213 maxline = clips[clip].c.top+clips[clip].c.height-1; in btcx_calc_skips() [all …]
|
/linux-2.6.39/drivers/staging/go7007/ |
D | go7007-v4l2.c | 342 struct v4l2_clip clip, *clip_ptr; 349 if (copy_from_user(&clip, clip_ptr, sizeof(clip))) 351 if (clip.c.left < 0 || (clip.c.left & 0xF) || 352 clip.c.width <= 0 || (clip.c.width & 0xF)) 354 if (clip.c.left + clip.c.width > go->width) 356 if (clip.c.top < 0 || (clip.c.top & 0xF) || 357 clip.c.height <= 0 || (clip.c.height & 0xF)) 359 if (clip.c.top + clip.c.height > go->height) 361 for (y = 0; y < clip.c.height; y += 16) 362 for (x = 0; x < clip.c.width; x += 16) { [all …]
|
/linux-2.6.39/arch/x86/kernel/cpu/ |
D | centaur.c | 47 u32 clip = 0xFFFFFFFFUL; in ramtop() local 62 e820.map[i].addr < clip) in ramtop() 63 clip = e820.map[i].addr; in ramtop() 85 if (top > clip) in ramtop() 86 top = clip; in ramtop()
|
/linux-2.6.39/arch/blackfin/include/asm/ |
D | bfin_ppi.h | 48 u32 clip; member
|
/linux-2.6.39/net/atm/ |
D | Makefile | 9 obj-$(CONFIG_ATM_CLIP) += clip.o
|
/linux-2.6.39/drivers/video/ |
D | cg6.c | 192 u32 clip; member 333 sbus_writel(0, &fbc->clip); in cg6_fillrect() 371 sbus_writel(0, &fbc->clip); in cg6_copyarea() 417 sbus_writel(0, &fbc->clip); in cg6_imageblit() 712 sbus_writel(0, &fbc->clip); in cg6_chip_init()
|
/linux-2.6.39/drivers/net/wireless/b43/ |
D | phy_n.c | 1009 static const u16 clip[] = { 0xFFFF, 0xFFFF }; in b43_nphy_stay_in_carrier_search() local 1014 b43_nphy_write_clip_detection(dev, clip); in b43_nphy_stay_in_carrier_search() 3606 u16 clip[2]; in b43_phy_initn() local 3699 b43_nphy_read_clip_detection(dev, clip); in b43_phy_initn()
|
/linux-2.6.39/drivers/staging/line6/ |
D | pod.c | 1056 static DEVICE_ATTR(clip, S_IRUGO, pod_wait_for_clip, line6_nop_write);
|
/linux-2.6.39/Documentation/serial/ |
D | specialix.txt | 202 clip
|
/linux-2.6.39/Documentation/sound/oss/ |
D | Introduction | 320 sound clip repeated), you probably have either an IRQ
|
/linux-2.6.39/Documentation/networking/ |
D | arcnet-hardware.txt | 302 is a jumper), one solution would be to clip the printed circuit
|