/kernel/linux/linux-5.10/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() 76 bt455_read_cmap_next(regs, grey); in bt455_read_cmap_entry() 80 int cr, u8 grey) in bt455_write_cmap_entry() 83 bt455_write_cmap_next(regs, grey); in bt455_write_cmap_entry() 72 bt455_read_cmap_entry(struct bt455_regs *regs, int cr, u8 *grey) bt455_read_cmap_entry() argument 79 bt455_write_cmap_entry(struct bt455_regs *regs, int cr, u8 grey) bt455_write_cmap_entry() argument 86 bt455_write_ovly_entry(struct bt455_regs *regs, u8 grey) bt455_write_ovly_entry() argument [all...] |
/kernel/linux/linux-6.6/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() 76 bt455_read_cmap_next(regs, grey); in bt455_read_cmap_entry() 80 int cr, u8 grey) in bt455_write_cmap_entry() 83 bt455_write_cmap_next(regs, grey); in bt455_write_cmap_entry() 72 bt455_read_cmap_entry(struct bt455_regs *regs, int cr, u8 *grey) bt455_read_cmap_entry() argument 79 bt455_write_cmap_entry(struct bt455_regs *regs, int cr, u8 grey) bt455_write_cmap_entry() argument 86 bt455_write_ovly_entry(struct bt455_regs *regs, u8 grey) bt455_write_ovly_entry() argument [all...] |
/kernel/linux/linux-6.6/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() 596 "Format validation, requested rgb=%u, yuv=%u, grey=%u, bayer=%u\n", 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() 1314 /* We compute two gains, stretch gain and grey world gain */ in isc_wb_update()
|
/kernel/linux/linux-6.6/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() 621 "Format validation, requested rgb=%u, yuv=%u, grey=%u, bayer=%u\n", 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() 1302 /* We compute two gains, stretch gain and grey world gain */ in isc_wb_update()
|
/kernel/linux/linux-5.10/drivers/media/platform/atmel/ |
H A D | atmel-isc-base.c | 996 bool bayer = false, yuv = false, rgb = false, grey = false; in isc_try_validate_formats() local 1034 grey = true; in isc_try_validate_formats() 1041 "Format validation, requested rgb=%u, yuv=%u, grey=%u, bayer=%u\n", 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() 1731 /* We compute two gains, stretch gain and grey world gain */ in isc_wb_update()
|