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