Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/kernel/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;
/OK3568_Linux_fs/kernel/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 Dpixfmt-grey.rst15 This is a grey-scale image. It is really a degenerate Y'CbCr format
H A Dpixfmt-y10b.rst15 This is a packed grey-scale image format with a depth of 10 bits per
H A Dpixfmt-y10p.rst15 This is a packed grey-scale image format with a depth of 10 bits per
H A Dpixfmt-y12.rst16 This is a grey-scale image with a depth of 12 bits per pixel. Pixels are
H A Dpixfmt-y10.rst16 This is a grey-scale image with a depth of 10 bits per pixel. Pixels are
H A Dpixfmt-y14.rst16 This is a grey-scale image with a depth of 14 bits per pixel. Pixels are
H A Dpixfmt-y16.rst16 This is a grey-scale image with a depth of 16 bits per pixel. The least
H A Dpixfmt-y16-be.rst16 This is a grey-scale image with a depth of 16 bits per pixel. The most
H A Dyuv-formats.rst28 pixfmt-grey
/OK3568_Linux_fs/kernel/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]
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/initscripts/initscripts-1.0/
H A Dfunctions10 NORMAL="\\033[0;39m" # Standard console grey
/OK3568_Linux_fs/kernel/drivers/media/rc/keymaps/
H A DMakefile82 rc-pinnacle-grey.o \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/geojson_viewer/
H A DGeoJsonDelegateMapObject.qml60 property color defaultColor: "grey"
H A DGeoJsonDelegate.qml60 property color defaultColor: "grey"
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/geoflickr/flickrmobile/
H A DGeoTab.qml74 GradientStop {position: 0.0; color: "grey"}
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/itemview_transitions/
H A Dmain.qml82 color: "grey"
/OK3568_Linux_fs/kernel/drivers/media/platform/atmel/
H A Datmel-isc-base.c996 bool bayer = false, yuv = false, rgb = false, grey = false; in isc_try_validate_formats() local
1034 grey = true; in isc_try_validate_formats()
1042 rgb, yuv, grey, bayer); in isc_try_validate_formats()
1049 if (grey && !ISC_IS_FORMAT_RAW(isc->try_config.sd_format->mbus_code) && in isc_try_validate_formats()
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Ddma-buf.rst225 node [shape=box bgcolor=grey style=filled]

12