Searched refs:mt312_write (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/media/dvb-frontends/ |
D | mt312.c | 97 static int mt312_write(struct mt312_state *state, const enum mt312_reg_addr reg, in mt312_write() function 148 return mt312_write(state, reg, &tmp, 1); in mt312_writereg() 275 ret = mt312_write(state, VIT_SETUP, buf_def, sizeof(buf_def)); in mt312_initfe() 290 ret = mt312_write(state, HW_CTRL, buf, 2); in mt312_initfe() 312 ret = mt312_write(state, SYS_CLK, buf, sizeof(buf)); in mt312_initfe() 338 ret = mt312_write(state, TS_SW_LIM_L, buf, sizeof(buf)); in mt312_initfe() 363 ret = mt312_write(state, (0x80 | DISEQC_INSTR), c->msg, c->msg_len); in mt312_send_master_cmd() 644 ret = mt312_write(state, SYM_RATE_H, buf, sizeof(buf)); in mt312_set_frontend()
|