Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/media/i2c/
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[] = {
267 static const struct imx219_reg mode_1640_1232_regs[] = {
324 static const struct imx219_reg mode_640_480_regs[] = {
381 static const struct imx219_reg raw8_framefmt_regs[] = {
387 static const struct imx219_reg raw10_framefmt_regs[] = {
631 const struct imx219_reg *regs, u32 len) in imx219_write_regs()