/openbmc/linux/drivers/video/fbdev/ |
H A D | bt455.h | 42 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 D | colors.scss | 9 $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 D | topology-figure-3.dot | 4 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 D | topology-figure-2.dot | 4 fillcolor = grey; 45 mstb4 [label="MSTB #4";style=filled;fillcolor=grey]; 50 port4 [label="Port #4";style=filled;fillcolor=grey];
|
H A D | topology-figure-1.dot | 4 fillcolor = grey;
|
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/libcamera-apps/libcamera-apps/ |
H A D | 0002-Revert-Support-compressed-pixel-formats-when-saving-.patch | 256 - 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 D | pixfmt-y12i.rst | 9 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 D | pixfmt-y8i.rst | 10 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 D | control.rst | 127 Whiteness for grey-scale devices. This is a synonym for
|
H A D | diff-v4l.rst | 131 the device supports grey scale capturing only. For more
|
/openbmc/linux/Documentation/gpu/ |
H A D | komeda-kms.rst | 113 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 D | drm-kms.rst | 32 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 D | app-navigation.scss | 3 $nav__top-level-text-secondary: $color--grey-20; 6 $nav__hover-over-outline: $color--grey-40;
|
/openbmc/openbmc/poky/ |
H A D | SECURITY.md | 20 releases of the Yocto Project. Versions in grey are no longer actively maintained with
|
/openbmc/openbmc/poky/bitbake/ |
H A D | SECURITY.md | 22 releases of the Yocto Project. Versions in grey are no longer actively maintained with
|
/openbmc/openbmc-tools/dbus-vis/ |
H A D | dbus_vis.css | 11 border: 1px grey dashed;
|
/openbmc/openbmc/meta-arm/scripts/ |
H A D | report-details.html.jinja | 29 <a id="recipe-{{ data.recipe }}" class="has-text-grey-lighter">#</a>
|
/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/ |
H A D | functions | 10 NORMAL="\\033[0;39m" # Standard console grey
|
/openbmc/openbmc/meta-arm/ |
H A D | SECURITY.md | 35 releases of the Yocto Project. Versions in grey are no longer actively maintained with
|
/openbmc/linux/drivers/media/rc/keymaps/ |
H A D | Makefile | 95 rc-pinnacle-grey.o \
|
/openbmc/linux/drivers/staging/media/deprecated/atmel/ |
H A D | atmel-isc-base.c | 548 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 D | microchip-isc-base.c | 572 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 D | index.md | 50 color: 'white, orange, grey' 55 color: 'grey'
|
/openbmc/linux/Documentation/dev-tools/ |
H A D | kmemleak.rst | 61 marking all current reported unreferenced objects grey,
|
/openbmc/linux/Documentation/driver-api/ |
H A D | dma-buf.rst | 265 node [shape=box bgcolor=grey style=filled]
|