Lines Matching refs:i2c_gate_ctrl
28 if (frontend_ops->i2c_gate_ctrl) in stb6100_get_freq()
29 frontend_ops->i2c_gate_ctrl(fe, 1); in stb6100_get_freq()
37 if (frontend_ops->i2c_gate_ctrl) in stb6100_get_freq()
38 frontend_ops->i2c_gate_ctrl(fe, 0); in stb6100_get_freq()
56 if (frontend_ops->i2c_gate_ctrl) in stb6100_set_freq()
57 frontend_ops->i2c_gate_ctrl(fe, 1); in stb6100_set_freq()
65 if (frontend_ops->i2c_gate_ctrl) in stb6100_set_freq()
66 frontend_ops->i2c_gate_ctrl(fe, 0); in stb6100_set_freq()
81 if (frontend_ops->i2c_gate_ctrl) in stb6100_get_bandw()
82 frontend_ops->i2c_gate_ctrl(fe, 1); in stb6100_get_bandw()
90 if (frontend_ops->i2c_gate_ctrl) in stb6100_get_bandw()
91 frontend_ops->i2c_gate_ctrl(fe, 0); in stb6100_get_bandw()
109 if (frontend_ops->i2c_gate_ctrl) in stb6100_set_bandw()
110 frontend_ops->i2c_gate_ctrl(fe, 1); in stb6100_set_bandw()
118 if (frontend_ops->i2c_gate_ctrl) in stb6100_set_bandw()
119 frontend_ops->i2c_gate_ctrl(fe, 0); in stb6100_set_bandw()