Home
last modified time | relevance | path

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

/linux/include/media/i2c/
H A Dov7670.h17 bool pclk_hb_disable; /* Disable toggling pixclk during horizontal blanking */ member
/linux/drivers/media/i2c/
H A Dov7670.c247 bool pclk_hb_disable; member
1056 if (info->pclk_hb_disable) in ov7670_apply_fmt()
1802 info->pclk_hb_disable = false; in ov7670_parse_dt()
1804 info->pclk_hb_disable = true; in ov7670_parse_dt()
1864 if (config->pclk_hb_disable) in ov7670_probe()
1865 info->pclk_hb_disable = true; in ov7670_probe()