Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dimx219.c121 struct imx219_reg { struct
128 const struct imx219_reg *regs; argument
153 static const struct imx219_reg mode_3280x2464_regs[] = {
210 static const struct imx219_reg mode_1920_1080_regs[] = {
269 static const struct imx219_reg mode_1640_1232_regs[] = {
326 static const struct imx219_reg mode_640_480_regs[] = {
383 static const struct imx219_reg raw8_framefmt_regs[] = {
389 static const struct imx219_reg raw10_framefmt_regs[] = {
628 const struct imx219_reg *regs, u32 len) in imx219_write_regs()