Home
last modified time | relevance | path

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

/Linux-v5.10/include/media/i2c/
Dov7670.h17 bool pclk_hb_disable; /* Disable toggling pixclk during horizontal blanking */ member
/Linux-v5.10/drivers/media/i2c/
Dov7670.c254 bool pclk_hb_disable; member
1049 if (info->pclk_hb_disable) in ov7670_apply_fmt()
1812 info->pclk_hb_disable = false; in ov7670_parse_dt()
1814 info->pclk_hb_disable = true; in ov7670_parse_dt()
1877 if (config->pclk_hb_disable) in ov7670_probe()
1878 info->pclk_hb_disable = true; in ov7670_probe()