Searched refs:grey (Results 1 – 4 of 4) sorted by relevance
| /drivers/video/fbdev/ |
| 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 …]
|
| /drivers/media/rc/keymaps/ |
| A D | Makefile | 96 rc-pinnacle-grey.o \
|
| /drivers/media/platform/microchip/ |
| A D | microchip-isc-base.c | 566 bool bayer = false, yuv = false, rgb = false, grey = false; in isc_try_validate_formats() local 607 grey = true; in isc_try_validate_formats() 616 rgb, yuv, grey, bayer); in isc_try_validate_formats() 624 if (grey && !ISC_IS_FORMAT_RAW(isc->try_config.sd_format->mbus_code) && in isc_try_validate_formats()
|
| /drivers/staging/media/deprecated/atmel/ |
| A D | atmel-isc-base.c | 542 bool bayer = false, yuv = false, rgb = false, grey = false; in isc_try_validate_formats() local 583 grey = true; in isc_try_validate_formats() 591 rgb, yuv, grey, bayer); in isc_try_validate_formats() 598 if (grey && !ISC_IS_FORMAT_RAW(isc->try_config.sd_format->mbus_code) && in isc_try_validate_formats()
|
Completed in 14 milliseconds