Searched refs:hd29l2_rd_reg (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/media/dvb-frontends/ |
| D | hd29l2.c | 99 static int hd29l2_rd_reg(struct hd29l2_priv *priv, u8 reg, u8 *val) in hd29l2_rd_reg() function 151 ret = hd29l2_rd_reg(priv, 0x26, &tmp); in hd29l2_soft_reset() 196 ret = hd29l2_rd_reg(priv, 0x9e, &tmp); in hd29l2_i2c_gate_ctrl() 222 ret = hd29l2_rd_reg(priv, 0x05, &buf[0]); in hd29l2_read_status() 231 ret = hd29l2_rd_reg(priv, 0x0d, &buf[1]); in hd29l2_read_status() 437 ret = hd29l2_rd_reg(priv, 0x0d, &tmp); in hd29l2_search() 574 ret = hd29l2_rd_reg(priv, 0x7d, &buf[0]); in hd29l2_get_frontend() 763 ret = hd29l2_rd_reg(priv, 0x36, &tmp); in hd29l2_init() 773 ret = hd29l2_rd_reg(priv, 0x31, &tmp); in hd29l2_init() 816 ret = hd29l2_rd_reg(priv, 0x00, &tmp); in hd29l2_attach()
|