Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/media/i2c/
Dimx219.c133 struct imx219_reg { struct
140 const struct imx219_reg *regs; argument
163 static const struct imx219_reg imx219_common_regs[] = {
217 static const struct imx219_reg mode_3280x2464_regs[] = {
236 static const struct imx219_reg mode_1920_1080_regs[] = {
255 static const struct imx219_reg mode_1640_1232_regs[] = {
274 static const struct imx219_reg mode_640_480_regs[] = {
293 static const struct imx219_reg raw8_framefmt_regs[] = {
299 static const struct imx219_reg raw10_framefmt_regs[] = {
546 const struct imx219_reg *regs, u32 len) in imx219_write_regs()