Home
last modified time | relevance | path

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

/linux-6.6.21/include/media/i2c/
Dov7670.h17 bool pclk_hb_disable; /* Disable toggling pixclk during horizontal blanking */ member
/linux-6.6.21/drivers/media/i2c/
Dov7670.c253 bool pclk_hb_disable; member
1062 if (info->pclk_hb_disable) in ov7670_apply_fmt()
1828 info->pclk_hb_disable = false; in ov7670_parse_dt()
1830 info->pclk_hb_disable = true; in ov7670_parse_dt()
1893 if (config->pclk_hb_disable) in ov7670_probe()
1894 info->pclk_hb_disable = true; in ov7670_probe()