Searched refs:mt312_write (Results 1 – 1 of 1) sorted by relevance
/drivers/media/dvb-frontends/ |
D | mt312.c | 84 static int mt312_write(struct mt312_state *state, const enum mt312_reg_addr reg, in mt312_write() function 135 return mt312_write(state, reg, &tmp, 1); in mt312_writereg() 257 ret = mt312_write(state, VIT_SETUP, buf_def, sizeof(buf_def)); in mt312_initfe() 272 ret = mt312_write(state, HW_CTRL, buf, 2); in mt312_initfe() 294 ret = mt312_write(state, SYS_CLK, buf, sizeof(buf)); in mt312_initfe() 320 ret = mt312_write(state, TS_SW_LIM_L, buf, sizeof(buf)); in mt312_initfe() 345 ret = mt312_write(state, (0x80 | DISEQC_INSTR), c->msg, c->msg_len); in mt312_send_master_cmd() 626 ret = mt312_write(state, SYM_RATE_H, buf, sizeof(buf)); in mt312_set_frontend()
|