Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dep9461e.c58 bool auto_switch_en; member
199 if (ep9461e->auto_switch_en | ep9461e->cec_switch_en) in hdmirxsel_store()
200 ep9461e->auto_switch_en = ep9461e->cec_switch_en = 0; in hdmirxsel_store()
215 ep9461e->auto_switch_en); in hdmiautoswitch_show()
217 return sprintf(buf, "%d\n", ep9461e->auto_switch_en); in hdmiautoswitch_show()
231 ep9461e->auto_switch_en = hdmiautoswitch; in hdmiautoswitch_store()
257 ep9461e->auto_switch_en = false; in ep9461e_init()
278 if (ep9461e->auto_switch_en) { in ep9461e_rx_select()
/OK3568_Linux_fs/kernel/drivers/media/i2c/it66353/
H A Dit66353.c85 bool auto_switch_en; member