Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/usb/dvb-usb/
Dvp702x.c58 int vp702x_usb_in_op(struct dvb_usb_device *d, u8 req, u16 value, in vp702x_usb_in_op() function
166 ret = vp702x_usb_in_op(adap->dev, 0xe0, (bypass << 8) | 0x0e, in vp702x_set_pld_mode()
182 ret = vp702x_usb_in_op(adap->dev, 0xe0, (state << 8) | 0x0f, in vp702x_set_pld_state()
211 vp702x_usb_in_op(adap->dev, 0xe0, (((pid >> 8) & 0xff) << 8) | (id), 0, buf, 16); in vp702x_set_pid()
212 vp702x_usb_in_op(adap->dev, 0xe0, (((pid ) & 0xff) << 8) | (id+1), 0, buf, 16); in vp702x_set_pid()
239 vp702x_usb_in_op(adap->dev, 0xb5, 3, 0, b, 10); in vp702x_init_pid_filter()
240 vp702x_usb_in_op(adap->dev, 0xb5, 0, 0, b, 10); in vp702x_init_pid_filter()
241 vp702x_usb_in_op(adap->dev, 0xb5, 1, 0, b, 10); in vp702x_init_pid_filter()
271 vp702x_usb_in_op(d,READ_REMOTE_REQ,0,0,key,10); in vp702x_rc_query()
302 vp702x_usb_in_op(d, READ_EEPROM_REQ, i, 1, &buf[i - 6], 1); in vp702x_read_mac_addr()
Dvp702x-fe.c51 vp702x_usb_in_op(st->d, READ_STATUS, 0, 0, buf, 10); in vp702x_fe_refresh_state()
54 vp702x_usb_in_op(st->d, READ_TUNER_REG_REQ, 0x11, 0, buf, 1); in vp702x_fe_refresh_state()
57 vp702x_usb_in_op(st->d, READ_TUNER_REG_REQ, 0x15, 0, buf, 1); in vp702x_fe_refresh_state()
205 vp702x_usb_in_op(st->d, RESET_TUNER, 0, 0, NULL, 0); in vp702x_fe_init()
Dvp702x.h111 extern int vp702x_usb_in_op(struct dvb_usb_device *d, u8 req, u16 value, u16 index, u8 *b, int blen…