Searched refs:mxl111sf_ctrl_msg (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/media/usb/dvb-usb-v2/ |
D | mxl111sf.h | 120 int mxl111sf_ctrl_msg(struct mxl111sf_state *state,
|
D | mxl111sf-i2c.c | 310 int ret = mxl111sf_ctrl_msg(state, wdata[0], in mxl111sf_i2c_send_data() 320 int ret = mxl111sf_ctrl_msg(state, wdata[0], in mxl111sf_i2c_get_data()
|
D | mxl111sf.c | 52 int mxl111sf_ctrl_msg(struct mxl111sf_state *state, in mxl111sf_ctrl_msg() function 97 ret = mxl111sf_ctrl_msg(state, MXL_CMD_REG_READ, &addr, 1, buf, 2); in mxl111sf_read_reg() 123 ret = mxl111sf_ctrl_msg(state, MXL_CMD_REG_WRITE, buf, 2, NULL, 0); in mxl111sf_write_reg()
|