Searched defs:bcm3510_state (Results 1 – 1 of 1) sorted by relevance
47 struct bcm3510_state { struct49 struct i2c_adapter* i2c;50 const struct bcm3510_config* config;51 struct dvb_frontend frontend;54 struct mutex hab_mutex;78 static int bcm3510_writebytes (struct bcm3510_state *state, u8 reg, u8 *buf, u8 len) in bcm3510_writebytes() argument