Home
last modified time | relevance | path

Searched full:black (Results 1 – 25 of 720) sorted by relevance

12345678910>>...29

/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/ob/ob_1.0/
Dia_css_ob_types.h20 * CSS-API header file for Optical Black level parameters.
25 /* Optical black mode.
33 /* Optical Black level configuration.
43 ia_css_u0_16 level_gr; /** Black level for GR pixels
47 ia_css_u0_16 level_r; /** Black level for R pixels
51 ia_css_u0_16 level_b; /** Black level for B pixels
55 ia_css_u0_16 level_gb; /** Black level for GB pixels
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/ob/ob_1.0/
Dia_css_ob_types.h20 * CSS-API header file for Optical Black level parameters.
25 /* Optical black mode.
33 /* Optical Black level configuration.
43 ia_css_u0_16 level_gr; /** Black level for GR pixels
47 ia_css_u0_16 level_r; /** Black level for R pixels
51 ia_css_u0_16 level_b; /** Black level for B pixels
55 ia_css_u0_16 level_gb; /** Black level for GB pixels
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/ob/ob2/
Dia_css_ob2_types.h20 * CSS-API header file for Optical Black algorithm parameters.
23 /* Optical Black configuration
31 ia_css_u0_16 level_gr; /** Black level for GR pixels.
34 ia_css_u0_16 level_r; /** Black level for R pixels.
37 ia_css_u0_16 level_b; /** Black level for B pixels.
40 ia_css_u0_16 level_gb; /** Black level for GB pixels.
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/ob/ob2/
Dia_css_ob2_types.h20 * CSS-API header file for Optical Black algorithm parameters.
23 /* Optical Black configuration
31 ia_css_u0_16 level_gr; /** Black level for GR pixels.
34 ia_css_u0_16 level_r; /** Black level for R pixels.
37 ia_css_u0_16 level_b; /** Black level for B pixels.
40 ia_css_u0_16 level_gb; /** Black level for GB pixels.
/kernel/linux/linux-5.10/include/uapi/linux/
Domap3isp.h129 * @blk_ver_win_start: Black Vertical Windows Start. Range 0 - 4095.
130 * @blk_win_height: Black Window Height. Range 2 - 256, even values only.
368 * struct omap3isp_ccdc_bclamp - Optical & Digital black clamp subtract
369 * @obgain: Optical black average gain.
370 * @obstpixel: Start Pixel w.r.t. HS pulse in Optical black sample.
371 * @oblines: Optical Black Sample lines.
372 * @oblen: Optical Black Sample Length.
373 * @dcsubval: Digital Black Clamp subtract value.
394 * struct omap3isp_ccdc_blcomp - Black Level Compensation parameters
424 * @bclamp: Black clamp control register.
[all …]
Dam437x-vpfe.h38 /* enum for No of pixel per line to be avg. in Black Clamping*/
47 /* enum for No of lines in Black Clamping */
75 /* structure for Black Clamping */
90 /* structure for Black Level Compensation */
110 /* Structure for Optical Black Clamp */
112 /* Structure for Black Compensation */
/kernel/linux/linux-6.6/include/uapi/linux/
Domap3isp.h129 * @blk_ver_win_start: Black Vertical Windows Start. Range 0 - 4095.
130 * @blk_win_height: Black Window Height. Range 2 - 256, even values only.
373 * struct omap3isp_ccdc_bclamp - Optical & Digital black clamp subtract
374 * @obgain: Optical black average gain.
375 * @obstpixel: Start Pixel w.r.t. HS pulse in Optical black sample.
376 * @oblines: Optical Black Sample lines.
377 * @oblen: Optical Black Sample Length.
378 * @dcsubval: Digital Black Clamp subtract value.
399 * struct omap3isp_ccdc_blcomp - Black Level Compensation parameters
429 * @bclamp: Black clamp control register.
[all …]
Dam437x-vpfe.h38 /* enum for No of pixel per line to be avg. in Black Clamping*/
47 /* enum for No of lines in Black Clamping */
75 /* structure for Black Clamping */
90 /* structure for Black Level Compensation */
110 /* Structure for Optical Black Clamp */
112 /* Structure for Black Compensation */
/kernel/linux/linux-5.10/tools/lib/
Drbtree.c3 Red Black Trees
16 * red-black trees properties: https://en.wikipedia.org/wiki/Rbtree
18 * 1) A node is either red or black
19 * 2) The root is black
20 * 3) All leaves (NULL) are black
21 * 4) Both children of every red node are black
23 * of black nodes.
27 * a black. So if B is the number of black nodes on every simple path (as per
30 * We shall indicate color with case, where black nodes are uppercase and red
105 * If there is a black parent, we are done. in __rb_insert()
[all …]
/kernel/linux/linux-6.6/tools/lib/
Drbtree.c3 Red Black Trees
16 * red-black trees properties: https://en.wikipedia.org/wiki/Rbtree
18 * 1) A node is either red or black
19 * 2) The root is black
20 * 3) All leaves (NULL) are black
21 * 4) Both children of every red node are black
23 * of black nodes.
27 * a black. So if B is the number of black nodes on every simple path (as per
30 * We shall indicate color with case, where black nodes are uppercase and red
105 * If there is a black parent, we are done. in __rb_insert()
[all …]
/kernel/linux/linux-5.10/lib/
Drbtree.c3 Red Black Trees
16 * red-black trees properties: https://en.wikipedia.org/wiki/Rbtree
18 * 1) A node is either red or black
19 * 2) The root is black
20 * 3) All leaves (NULL) are black
21 * 4) Both children of every red node are black
23 * of black nodes.
27 * a black. So if B is the number of black nodes on every simple path (as per
30 * We shall indicate color with case, where black nodes are uppercase and red
105 * If there is a black parent, we are done. in __rb_insert()
[all …]
/kernel/linux/linux-6.6/lib/
Drbtree.c3 Red Black Trees
16 * red-black trees properties: https://en.wikipedia.org/wiki/Rbtree
18 * 1) A node is either red or black
19 * 2) The root is black
20 * 3) All leaves (NULL) are black
21 * 4) Both children of every red node are black
23 * of black nodes.
27 * a black. So if B is the number of black nodes on every simple path (as per
30 * We shall indicate color with case, where black nodes are uppercase and red
105 * If there is a black parent, we are done. in __rb_insert()
[all …]
/kernel/linux/linux-5.10/include/media/davinci/
Ddm644x_ccdc.h10 /* enum for No of pixel per line to be avg. in Black Clamping*/
19 /* enum for No of lines in Black Clamping */
70 /* structure for Black Clamping */
85 /* structure for Black Level Compensation */
105 /* Structure for Optical Black Clamp */
107 /* Structure for Black Compensation */
Ddm355_ccdc.h10 /* enum for No of pixel per line to be avg. in Black Clamping */
19 /* enum for No of lines in Black Clamping */
91 /* structure for Black Clamping */
106 /* structure for Black Level Compensation */
228 /* Structure for Optical Black Clamp */
230 /* Structure for Black Compensation */
Disif.h140 * Black Clamp parameters
156 /* Height of the optical black region for calculation */
158 /* Optical black region start position - horizontal. 0 - 8191 */
160 /* Optical black region start position - vertical 0 - 8191 */
171 * Enable black/digital clamp value to be subtracted from the image data
175 * black clamp mode. same/separate clamp for 4 colors
182 /* Black clamp for horizontal direction */
184 /* Black clamp for vertical direction */
204 ** Black Compensation parameters
411 /* Black/Digital Clamp configuration */
/kernel/linux/linux-6.6/Documentation/admin-guide/blockdev/drbd/
Ddrbd-connection-state-overview.dot7 node [fontcolor=black]
29 Connected [ label=Connected,style=filled,fillcolor=green,fontcolor=black ]
50 node [shape=box,fontcolor=black]
82 edge [color=black]
/kernel/linux/linux-5.10/Documentation/admin-guide/blockdev/drbd/
Ddrbd-connection-state-overview.dot7 node [fontcolor=black]
29 Connected [ label=Connected,style=filled,fillcolor=green,fontcolor=black ]
50 node [shape=box,fontcolor=black]
82 edge [color=black]
/kernel/linux/linux-6.6/Documentation/doc-guide/
Dsvg_image.svg6 <line x1="0" y1="200" x2="700" y2="200" stroke="black" stroke-width="20px"/>
7 <rect x="100" y="100" width="500" height="200" fill="white" stroke="black" stroke-width="20px"/>
8 <line x1="180" y1="370" x2="500" y2="50" stroke="black" stroke-width="15px"/>
/kernel/linux/linux-5.10/Documentation/doc-guide/
Dsvg_image.svg6 <line x1="0" y1="200" x2="700" y2="200" stroke="black" stroke-width="20px"/>
7 <rect x="100" y="100" width="500" height="200" fill="white" stroke="black" stroke-width="20px"/>
8 <line x1="180" y1="370" x2="500" y2="50" stroke="black" stroke-width="15px"/>
/kernel/linux/linux-6.6/drivers/media/i2c/ccs/
Dccs-quirk.c65 { 0x331e, 0x0f }, /* Black Hole Sun Correction Control Toshiba Recommendation Setting */ in jt8ew9_post_poweron()
66 { 0x3320, 0x30 }, /* Black Hole Sun Correction Control Toshiba Recommendation Setting */ in jt8ew9_post_poweron()
67 { 0x3321, 0x11 }, /* Black Hole Sun Correction Control Toshiba Recommendation Setting */ in jt8ew9_post_poweron()
68 { 0x3322, 0x98 }, /* Black Hole Sun Correction Control Toshiba Recommendation Setting */ in jt8ew9_post_poweron()
69 { 0x3323, 0x64 }, /* Black Hole Sun Correction Control Toshiba Recommendation Setting */ in jt8ew9_post_poweron()
73 { 0x3345, 0x2f }, /* Black Hole Sun Correction Control Toshiba Recommendation Setting */ in jt8ew9_post_poweron()
142 { 0x33cf, 0xec }, /* For Black sun */ in jt8ev1_post_poweron()
/kernel/linux/linux-5.10/drivers/media/i2c/smiapp/
Dsmiapp-quirk.c80 { 0x331e, 0x0f }, /* Black Hole Sun Correction Control Toshiba Recommendation Setting */ in jt8ew9_post_poweron()
81 { 0x3320, 0x30 }, /* Black Hole Sun Correction Control Toshiba Recommendation Setting */ in jt8ew9_post_poweron()
82 { 0x3321, 0x11 }, /* Black Hole Sun Correction Control Toshiba Recommendation Setting */ in jt8ew9_post_poweron()
83 { 0x3322, 0x98 }, /* Black Hole Sun Correction Control Toshiba Recommendation Setting */ in jt8ew9_post_poweron()
84 { 0x3323, 0x64 }, /* Black Hole Sun Correction Control Toshiba Recommendation Setting */ in jt8ew9_post_poweron()
88 { 0x3345, 0x2f }, /* Black Hole Sun Correction Control Toshiba Recommendation Setting */ in jt8ew9_post_poweron()
158 { 0x33cf, 0xec }, /* For Black sun */ in jt8ev1_post_poweron()
/kernel/linux/linux-6.6/Documentation/core-api/
Drbtree.rst2 Red-black Trees (rbtree) in Linux
9 What are red-black trees, and what are they for?
12 Red-black trees are a type of self-balancing binary search tree, used for
19 Red-black trees are similar to AVL trees, but provide faster real-time bounded
26 There are a number of red-black trees in use in the kernel.
31 red-black tree. Virtual memory areas (VMAs) are tracked with red-black
36 information on the nature and implementation of Red Black Trees, see:
38 Linux Weekly News article on red-black trees
41 Wikipedia entry on red-black trees
44 Linux implementation of red-black trees
/kernel/linux/linux-5.10/Documentation/core-api/
Drbtree.rst2 Red-black Trees (rbtree) in Linux
9 What are red-black trees, and what are they for?
12 Red-black trees are a type of self-balancing binary search tree, used for
19 Red-black trees are similar to AVL trees, but provide faster real-time bounded
26 There are a number of red-black trees in use in the kernel.
31 red-black tree. Virtual memory areas (VMAs) are tracked with red-black
36 information on the nature and implementation of Red Black Trees, see:
38 Linux Weekly News article on red-black trees
41 Wikipedia entry on red-black trees
44 Linux implementation of red-black trees
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0016_linux_drivers_crypto.patch51 + generate black keys and encapsulate them into black blobs.
53 + Tagged keys are black keys that contain metadata indicating what
230 + /* Check if the tag object header is a black key */
233 + "tagged key provided is not a black key\n");
237 + /* Retrieve the black key configuration */
791 + * Black keys can be loaded using only a KEY command
812 + * Black keys can be loaded using only a KEY command
2095 + * Black key generation and blob encapsulation/decapsulation for CAAM
2102 +/* Black key generation and blob encap/decap job completion handler */
2274 + * generate_black_key - Generate a black key from a plaintext or random,
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/nfc/
Dnfcmrvl.txt25 Example (for ARM-based BeagleBoard Black with 88W8887 on UART5):
40 Example (for ARM-based BeagleBoard Black with 88W8887 on I2C1):
63 Example (for ARM-based BeagleBoard Black on SPI0):

12345678910>>...29