Searched refs:mxl111sf_ctrl_msg (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/media/usb/dvb-usb-v2/ |
D | mxl111sf.h | 106 int mxl111sf_ctrl_msg(struct dvb_usb_device *d,
|
D | mxl111sf-i2c.c | 323 int ret = mxl111sf_ctrl_msg(state->d, wdata[0], in mxl111sf_i2c_send_data() 333 int ret = mxl111sf_ctrl_msg(state->d, wdata[0], in mxl111sf_i2c_get_data()
|
D | mxl111sf.c | 58 int mxl111sf_ctrl_msg(struct dvb_usb_device *d, in mxl111sf_ctrl_msg() function 94 ret = mxl111sf_ctrl_msg(state->d, MXL_CMD_REG_READ, &addr, 1, buf, 2); in mxl111sf_read_reg() 120 ret = mxl111sf_ctrl_msg(state->d, MXL_CMD_REG_WRITE, buf, 2, NULL, 0); in mxl111sf_write_reg()
|