Searched refs:bcm3510_state (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | bcm3510.c | 50 struct bcm3510_state { struct 81 static int bcm3510_writebytes (struct bcm3510_state *state, u8 reg, u8 *buf, u8 len) in bcm3510_writebytes() argument 104 static int bcm3510_readbytes (struct bcm3510_state *state, u8 reg, u8 *buf, u8 len) in bcm3510_readbytes() 126 static int bcm3510_writeB(struct bcm3510_state *state, u8 reg, bcm3510_register_value v) in bcm3510_writeB() 131 static int bcm3510_readB(struct bcm3510_state *state, u8 reg, bcm3510_register_value *v) in bcm3510_readB() 137 static int bcm3510_hab_get_response(struct bcm3510_state *st, u8 *buf, int len) in bcm3510_hab_get_response() 154 static int bcm3510_hab_send_request(struct bcm3510_state *st, u8 *buf, int len) in bcm3510_hab_send_request() 205 static int bcm3510_do_hab_cmd(struct bcm3510_state *st, u8 cmd, u8 msgid, u8 *obuf, u8 olen, u8 *ib… in bcm3510_do_hab_cmd() 247 static int bcm3510_is_ap_ready(struct bcm3510_state *st) 265 static int bcm3510_bert_reset(struct bcm3510_state *st) in bcm3510_bert_reset() [all …]
|