Searched refs:mxl111sf_ctrl_msg (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/drivers/media/usb/dvb-usb-v2/ |
D | mxl111sf.h | 117 int mxl111sf_ctrl_msg(struct mxl111sf_state *state,
|
D | mxl111sf-i2c.c | 319 int ret = mxl111sf_ctrl_msg(state, wdata[0], in mxl111sf_i2c_send_data() 329 int ret = mxl111sf_ctrl_msg(state, wdata[0], in mxl111sf_i2c_get_data()
|
D | mxl111sf.c | 55 int mxl111sf_ctrl_msg(struct mxl111sf_state *state, in mxl111sf_ctrl_msg() function 100 ret = mxl111sf_ctrl_msg(state, MXL_CMD_REG_READ, &addr, 1, buf, 2); in mxl111sf_read_reg() 126 ret = mxl111sf_ctrl_msg(state, MXL_CMD_REG_WRITE, buf, 2, NULL, 0); in mxl111sf_write_reg()
|