Home
last modified time | relevance | path

Searched refs:grey (Results 1 – 25 of 27) sorted by relevance

12

/openbmc/linux/drivers/video/fbdev/
H A Dbt455.h42 static inline void bt455_read_cmap_next(struct bt455_regs *regs, u8 *grey) in bt455_read_cmap_next() argument
47 *grey = regs->addr_cmap_data & 0xf; in bt455_read_cmap_next()
52 static inline void bt455_write_cmap_next(struct bt455_regs *regs, u8 grey) in bt455_write_cmap_next() argument
57 regs->addr_cmap_data = grey & 0xf; in bt455_write_cmap_next()
62 static inline void bt455_write_ovly_next(struct bt455_regs *regs, u8 grey) in bt455_write_ovly_next() argument
67 regs->addr_ovly = grey & 0xf; in bt455_write_ovly_next()
73 int cr, u8 *grey) in bt455_read_cmap_entry() argument
76 bt455_read_cmap_next(regs, grey); in bt455_read_cmap_entry()
80 int cr, u8 grey) in bt455_write_cmap_entry() argument
83 bt455_write_cmap_next(regs, grey); in bt455_write_cmap_entry()
[all …]
/openbmc/phosphor-webui/app/common/styles/base/
H A Dcolors.scss9 $color--grey-100: #333333;
10 $color--grey-80: #666666;
11 $color--grey-60: #999999;
12 $color--grey-40: #CCCCCC;
13 $color--grey-30: #DCDEE0;
14 $color--grey-20: #F0F2F5;
15 $color--grey-10: #FAFBFC;
16 $color--grey-0: #FFFFFF;
43 $base-02--01: $color--grey-100;
44 $base-02--02: $color--grey-80;
[all …]
/openbmc/linux/Documentation/gpu/dp-mst/
H A Dtopology-figure-3.dot4 fillcolor = grey;
17 driver -> port4 [color=grey];
29 edge [color=grey];
40 edge [color=grey];
48 mstb4 [label="MSTB #4";style=filled;fillcolor=grey];
53 port4 [label="Port #4";style=filled;fillcolor=grey];
H A Dtopology-figure-2.dot4 fillcolor = grey;
45 mstb4 [label="MSTB #4";style=filled;fillcolor=grey];
50 port4 [label="Port #4";style=filled;fillcolor=grey];
H A Dtopology-figure-1.dot4 fillcolor = grey;
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/libcamera-apps/libcamera-apps/
H A D0002-Revert-Support-compressed-pixel-formats-when-saving-.patch256 - uint32_t grey =
259 + uint32_t grey = buf[off] + buf[off + 1] + buf[off + info.width] + buf[off + info.width + 1];
260 grey = (grey << 14) >> bayer_format.bits;
261 grey = sqrt((double)grey); // simple "gamma correction"
262 thumb_buf[3 * x] = thumb_buf[3 * x + 1] = thumb_buf[3 * x + 2] = grey;
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-y12i.rst9 Interleaved grey-scale image, e.g. from a stereo-pair
15 This is a grey-scale image with a depth of 12 bits per pixel, but with
H A Dpixfmt-y8i.rst10 Interleaved grey-scale image, e.g. from a stereo-pair
16 This is a grey-scale image with a depth of 8 bits per pixel, but with
H A Dcontrol.rst127 Whiteness for grey-scale devices. This is a synonym for
H A Ddiff-v4l.rst131 the device supports grey scale capturing only. For more
/openbmc/linux/Documentation/gpu/
H A Dkomeda-kms.rst113 node [bgcolor=grey style=dashed]
119 node [bgcolor=grey style=filled]
160 node [bgcolor=grey style=dashed]
165 node [bgcolor=grey style=filled]
184 node [bgcolor=grey style=dashed]
190 node [bgcolor=grey style=filled]
230 node [bgcolor=grey style=dashed]
261 node [bgcolor=grey style=dashed]
H A Ddrm-kms.rst32 node [bgcolor=grey style=filled]
97 "drm_crtc" [bgcolor=grey style=filled]
104 node [bgcolor=grey style=filled]
111 node [bgcolor=grey style=filled]
/openbmc/phosphor-webui/app/common/styles/directives/
H A Dapp-navigation.scss3 $nav__top-level-text-secondary: $color--grey-20;
6 $nav__hover-over-outline: $color--grey-40;
/openbmc/openbmc/poky/
H A DSECURITY.md20 releases of the Yocto Project. Versions in grey are no longer actively maintained with
/openbmc/openbmc/poky/bitbake/
H A DSECURITY.md22 releases of the Yocto Project. Versions in grey are no longer actively maintained with
/openbmc/openbmc-tools/dbus-vis/
H A Ddbus_vis.css11 border: 1px grey dashed;
/openbmc/openbmc/meta-arm/scripts/
H A Dreport-details.html.jinja29 <a id="recipe-{{ data.recipe }}" class="has-text-grey-lighter">#</a>
/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/
H A Dfunctions10 NORMAL="\\033[0;39m" # Standard console grey
/openbmc/openbmc/meta-arm/
H A DSECURITY.md35 releases of the Yocto Project. Versions in grey are no longer actively maintained with
/openbmc/linux/drivers/media/rc/keymaps/
H A DMakefile95 rc-pinnacle-grey.o \
/openbmc/linux/drivers/staging/media/deprecated/atmel/
H A Datmel-isc-base.c548 bool bayer = false, yuv = false, rgb = false, grey = false; in isc_try_validate_formats() local
589 grey = true; in isc_try_validate_formats()
597 rgb, yuv, grey, bayer); in isc_try_validate_formats()
604 if (grey && !ISC_IS_FORMAT_RAW(isc->try_config.sd_format->mbus_code) && in isc_try_validate_formats()
/openbmc/linux/drivers/media/platform/microchip/
H A Dmicrochip-isc-base.c572 bool bayer = false, yuv = false, rgb = false, grey = false; in isc_try_validate_formats() local
613 grey = true; in isc_try_validate_formats()
622 rgb, yuv, grey, bayer); in isc_try_validate_formats()
630 if (grey && !ISC_IS_FORMAT_RAW(isc->try_config.sd_format->mbus_code) && in isc_try_validate_formats()
/openbmc/webui-vue/docs/guide/components/table/
H A Dindex.md50 color: 'white, orange, grey'
55 color: 'grey'
/openbmc/linux/Documentation/dev-tools/
H A Dkmemleak.rst61 marking all current reported unreferenced objects grey,
/openbmc/linux/Documentation/driver-api/
H A Ddma-buf.rst265 node [shape=box bgcolor=grey style=filled]

12