Home
last modified time | relevance | path

Searched defs:grey (Results 1 – 2 of 2) sorted by relevance

/linux-5.10/drivers/video/fbdev/
Dbt455.h42 static inline void bt455_read_cmap_next(struct bt455_regs *regs, u8 *grey) in bt455_read_cmap_next()
52 static inline void bt455_write_cmap_next(struct bt455_regs *regs, u8 grey) in bt455_write_cmap_next()
62 static inline void bt455_write_ovly_next(struct bt455_regs *regs, u8 grey) in bt455_write_ovly_next()
73 int cr, u8 *grey) in bt455_read_cmap_entry()
80 int cr, u8 grey) in bt455_write_cmap_entry()
86 static inline void bt455_write_ovly_entry(struct bt455_regs *regs, u8 grey) in bt455_write_ovly_entry()
/linux-5.10/drivers/media/platform/atmel/
Datmel-isc-base.c996 bool bayer = false, yuv = false, rgb = false, grey = false; in isc_try_validate_formats() local