Home
last modified time | relevance | path

Searched refs:vp702x_usb_in_op (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/media/usb/dvb-usb/
H A Dvp702x.c55 int vp702x_usb_in_op(struct dvb_usb_device *d, u8 req, u16 value, in vp702x_usb_in_op() function
163 ret = vp702x_usb_in_op(adap->dev, 0xe0, (bypass << 8) | 0x0e, in vp702x_set_pld_mode()
179 ret = vp702x_usb_in_op(adap->dev, 0xe0, (state << 8) | 0x0f, in vp702x_set_pld_state()
208 vp702x_usb_in_op(adap->dev, 0xe0, (((pid >> 8) & 0xff) << 8) | (id), 0, buf, 16); in vp702x_set_pid()
209 vp702x_usb_in_op(adap->dev, 0xe0, (((pid ) & 0xff) << 8) | (id+1), 0, buf, 16); in vp702x_set_pid()
236 vp702x_usb_in_op(adap->dev, 0xb5, 3, 0, b, 10); in vp702x_init_pid_filter()
237 vp702x_usb_in_op(adap->dev, 0xb5, 0, 0, b, 10); in vp702x_init_pid_filter()
238 vp702x_usb_in_op(adap->dev, 0xb5, 1, 0, b, 10); in vp702x_init_pid_filter()
268 vp702x_usb_in_op(d,READ_REMOTE_REQ,0,0,key,10); in vp702x_rc_query()
300 ret = vp702x_usb_in_op(d, READ_EEPROM_REQ, i, 1, in vp702x_read_mac_addr()
H A Dvp702x-fe.c47 vp702x_usb_in_op(st->d, READ_STATUS, 0, 0, buf, 10); in vp702x_fe_refresh_state()
50 vp702x_usb_in_op(st->d, READ_TUNER_REG_REQ, 0x11, 0, buf, 1); in vp702x_fe_refresh_state()
53 vp702x_usb_in_op(st->d, READ_TUNER_REG_REQ, 0x15, 0, buf, 1); in vp702x_fe_refresh_state()
201 vp702x_usb_in_op(st->d, RESET_TUNER, 0, 0, NULL, 0); in vp702x_fe_init()
H A Dvp702x.h112 extern int vp702x_usb_in_op(struct dvb_usb_device *d, u8 req, u16 value, u16 index, u8 *b, int blen…