Lines Matching refs:i2c_gate_ctrl
30 if (frontend_ops->i2c_gate_ctrl) in stb6100_get_freq()
31 frontend_ops->i2c_gate_ctrl(fe, 1); in stb6100_get_freq()
39 if (frontend_ops->i2c_gate_ctrl) in stb6100_get_freq()
40 frontend_ops->i2c_gate_ctrl(fe, 0); in stb6100_get_freq()
58 if (frontend_ops->i2c_gate_ctrl) in stb6100_set_freq()
59 frontend_ops->i2c_gate_ctrl(fe, 1); in stb6100_set_freq()
68 if (frontend_ops->i2c_gate_ctrl) in stb6100_set_freq()
69 frontend_ops->i2c_gate_ctrl(fe, 0); in stb6100_set_freq()
83 if (frontend_ops->i2c_gate_ctrl) in stb6100_get_bandw()
84 frontend_ops->i2c_gate_ctrl(fe, 1); in stb6100_get_bandw()
92 if (frontend_ops->i2c_gate_ctrl) in stb6100_get_bandw()
93 frontend_ops->i2c_gate_ctrl(fe, 0); in stb6100_get_bandw()
111 if (frontend_ops->i2c_gate_ctrl) in stb6100_set_bandw()
112 frontend_ops->i2c_gate_ctrl(fe, 1); in stb6100_set_bandw()
121 if (frontend_ops->i2c_gate_ctrl) in stb6100_set_bandw()
122 frontend_ops->i2c_gate_ctrl(fe, 0); in stb6100_set_bandw()