vp702x_usb_in_op   47 drivers/media/usb/dvb-usb/vp702x-fe.c 		vp702x_usb_in_op(st->d, READ_STATUS, 0, 0, buf, 10);
vp702x_usb_in_op   50 drivers/media/usb/dvb-usb/vp702x-fe.c 		vp702x_usb_in_op(st->d, READ_TUNER_REG_REQ, 0x11, 0, buf, 1);
vp702x_usb_in_op   53 drivers/media/usb/dvb-usb/vp702x-fe.c 		vp702x_usb_in_op(st->d, READ_TUNER_REG_REQ, 0x15, 0, buf, 1);
vp702x_usb_in_op  201 drivers/media/usb/dvb-usb/vp702x-fe.c 	vp702x_usb_in_op(st->d, RESET_TUNER, 0, 0, NULL, 0);
vp702x_usb_in_op  163 drivers/media/usb/dvb-usb/vp702x.c 	ret = vp702x_usb_in_op(adap->dev, 0xe0, (bypass << 8) | 0x0e,
vp702x_usb_in_op  179 drivers/media/usb/dvb-usb/vp702x.c 	ret = vp702x_usb_in_op(adap->dev, 0xe0, (state << 8) | 0x0f,
vp702x_usb_in_op  208 drivers/media/usb/dvb-usb/vp702x.c 	vp702x_usb_in_op(adap->dev, 0xe0, (((pid >> 8) & 0xff) << 8) | (id), 0, buf, 16);
vp702x_usb_in_op  209 drivers/media/usb/dvb-usb/vp702x.c 	vp702x_usb_in_op(adap->dev, 0xe0, (((pid     ) & 0xff) << 8) | (id+1), 0, buf, 16);
vp702x_usb_in_op  236 drivers/media/usb/dvb-usb/vp702x.c 	vp702x_usb_in_op(adap->dev, 0xb5, 3, 0, b, 10);
vp702x_usb_in_op  237 drivers/media/usb/dvb-usb/vp702x.c 	vp702x_usb_in_op(adap->dev, 0xb5, 0, 0, b, 10);
vp702x_usb_in_op  238 drivers/media/usb/dvb-usb/vp702x.c 	vp702x_usb_in_op(adap->dev, 0xb5, 1, 0, b, 10);
vp702x_usb_in_op  268 drivers/media/usb/dvb-usb/vp702x.c 	vp702x_usb_in_op(d,READ_REMOTE_REQ,0,0,key,10);
vp702x_usb_in_op  299 drivers/media/usb/dvb-usb/vp702x.c 		vp702x_usb_in_op(d, READ_EEPROM_REQ, i, 1, &buf[i - 6], 1);
vp702x_usb_in_op  112 drivers/media/usb/dvb-usb/vp702x.h extern int vp702x_usb_in_op(struct dvb_usb_device *d, u8 req, u16 value, u16 index, u8 *b, int blen);