Searched refs:mt312_write (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/drivers/media/dvb-frontends/ |
H A D | mt312.c | 97 static int mt312_write(struct mt312_state *state, const enum mt312_reg_addr reg, mt312_write() function 145 return mt312_write(state, reg, &val, 1); mt312_writereg() 272 ret = mt312_write(state, VIT_SETUP, buf_def, sizeof(buf_def)); mt312_initfe() 287 ret = mt312_write(state, HW_CTRL, buf, 2); mt312_initfe() 309 ret = mt312_write(state, SYS_CLK, buf, sizeof(buf)); mt312_initfe() 335 ret = mt312_write(state, TS_SW_LIM_L, buf, sizeof(buf)); mt312_initfe() 360 ret = mt312_write(state, (0x80 | DISEQC_INSTR), c->msg, c->msg_len); mt312_send_master_cmd() 638 ret = mt312_write(state, SYM_RATE_H, buf, sizeof(buf)); mt312_set_frontend()
|
Completed in 88 milliseconds