Searched defs:stv6110x_config (Results 1 – 2 of 2) sorted by relevance
14 struct stv6110x_config { struct15 u8 addr;16 u32 refclk;17 u8 clk_div; /* divisor value for the output clock */18 struct dvb_frontend *frontend;20 struct stv6110x_devctl* (*get_devctl)(struct i2c_client *i2c);
66 static struct stv6110x_config stv6110x_config = { variable