Searched refs:colour (Results 1 – 17 of 17) sorted by relevance
/linux-3.4.99/Documentation/video4linux/cx2341x/ |
D | fw-decoder-regs.txt | 9 indexed colour palette is much easier to set at just two registers, but again 311 Decoder output video surround colour. 313 Contains the colour (in yuv) used to fill the screen when the video is 318 Decoder video window colour 319 Contains the colour (in yuv) used to fill the video window when the 626 osd colour mode 650 osd colour key 659 osd colour space 667 When the bits-per-pixel is set to 8, the colour mode is ignored and 668 assumed to be 8 bit indexed. For 16 & 32 bits-per-pixel the colour depth [all …]
|
/linux-3.4.99/drivers/video/logo/ |
D | Kconfig | 31 bool "16-colour Blackfin Processor Linux logo" 36 bool "224-colour Blackfin Processor Linux logo"
|
/linux-3.4.99/drivers/media/video/ |
D | pms.c | 384 static void pms_forcecolour(struct pms *dev, short colour) in pms_forcecolour() argument 387 pms_i2c_andor(dev, 0x8a, 0x0c, 0x7f, (colour & 1) << 7); in pms_forcecolour() 389 pms_i2c_andor(dev, 0x42, 0x0c, 0x7, (colour & 1) << 7); in pms_forcecolour() 424 static void pms_killcolour(struct pms *dev, short colour) in pms_killcolour() argument 427 pms_i2c_andor(dev, 0x8a, 0x08, 0x07, (colour & 0x1f) << 3); in pms_killcolour() 428 pms_i2c_andor(dev, 0x8a, 0x09, 0x07, (colour & 0x1f) << 3); in pms_killcolour() 430 pms_i2c_andor(dev, 0x42, 0x08, 0x07, (colour & 0x1f) << 3); in pms_killcolour() 431 pms_i2c_andor(dev, 0x42, 0x09, 0x07, (colour & 0x1f) << 3); in pms_killcolour()
|
D | meye.h | 316 u16 colour; member
|
D | meye.c | 1187 meye.colour = c->value << 10; in vidioc_s_ctrl() 1234 c->value = meye.colour >> 10; in vidioc_g_ctrl() 1839 meye.colour = 32 << 10; in meye_probe()
|
D | Kconfig | 826 This is the video4linux driver for the colour version of the 978 and colour models.
|
/linux-3.4.99/Documentation/ |
D | logo.txt | 1 This is the full-colour version of the currently unofficial Linux logo
|
D | 00-INDEX | 214 - full colour GIF image of Linux logo (penguin - Tux).
|
/linux-3.4.99/fs/ext4/ |
D | balloc.c | 738 ext4_grpblk_t colour; in ext4_inode_to_goal_block() local 768 colour = (current->pid % 16) * in ext4_inode_to_goal_block() 771 colour = (current->pid % 16) * ((last_block - bg_start) / 16); in ext4_inode_to_goal_block() 772 return bg_start + colour; in ext4_inode_to_goal_block()
|
/linux-3.4.99/Documentation/leds/ |
D | leds-class.txt | 49 "devicename:colour:function" 51 There have been calls for LED properties such as colour to be exported as
|
/linux-3.4.99/include/linux/ |
D | slab_def.h | 44 size_t colour; /* cache colouring range */ member
|
/linux-3.4.99/Documentation/fb/ |
D | aty128fb.txt | 58 cmode:x - chooses PowerMacintosh colour mode <x>. Deprecated.
|
/linux-3.4.99/drivers/staging/speakup/ |
D | DefaultKeyAssignments | 30 InsKeyPad-period say colour attributes of current position.
|
/linux-3.4.99/fs/ext2/ |
D | inode.c | 291 ext2_fsblk_t colour; in ext2_find_near() local 307 colour = (current->pid % 16) * in ext2_find_near() 309 return bg_start + colour; in ext2_find_near()
|
/linux-3.4.99/Documentation/video4linux/ |
D | w9968cf.txt | 60 decoding, up-scaling and colour conversions. 392 Name: colour
|
/linux-3.4.99/fs/ext3/ |
D | inode.c | 471 ext3_grpblk_t colour; in ext3_find_near() local 488 colour = (current->pid % 16) * in ext3_find_near() 490 return bg_start + colour; in ext3_find_near()
|
/linux-3.4.99/mm/ |
D | slab.c | 1574 cache_cache.colour = left_over / cache_cache.colour_off; in kmem_cache_init() 2508 cachep->colour = left_over / cachep->colour_off; in kmem_cache_create() 2954 if (l3->colour_next >= cachep->colour) in cache_grow()
|