Home
last modified time | relevance | path

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

/Linux-v4.19/include/media/i2c/
Dov7670.h19 bool pclk_hb_disable; /* Disable toggling pixclk during horizontal blanking */ member
/Linux-v4.19/drivers/media/i2c/
Dov7670.c253 bool pclk_hb_disable; member
1060 if (info->pclk_hb_disable) in ov7670_set_fmt()
1738 info->pclk_hb_disable = false; in ov7670_parse_dt()
1740 info->pclk_hb_disable = true; in ov7670_parse_dt()
1807 if (config->pclk_hb_disable) in ov7670_probe()
1808 info->pclk_hb_disable = true; in ov7670_probe()