Home
last modified time | relevance | path

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

/drivers/video/fbdev/
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 …]
/drivers/media/rc/keymaps/
DMakefile88 rc-pinnacle-grey.o \
/drivers/media/platform/atmel/
Datmel-isc-base.c834 bool bayer = false, yuv = false, rgb = false, grey = false; in isc_try_validate_formats() local
875 grey = true; in isc_try_validate_formats()
883 rgb, yuv, grey, bayer); in isc_try_validate_formats()
890 if (grey && !ISC_IS_FORMAT_RAW(isc->try_config.sd_format->mbus_code) && in isc_try_validate_formats()