Lines Matching defs:req
30 static int vp702x_usb_in_op_unlocked(struct dvb_usb_device *d, u8 req,
37 req,
49 deb_xfer("in: req. %02x, val: %04x, ind: %04x, buffer: ",req,value,index);
55 int vp702x_usb_in_op(struct dvb_usb_device *d, u8 req, u16 value,
61 ret = vp702x_usb_in_op_unlocked(d, req, value, index, b, blen);
67 static int vp702x_usb_out_op_unlocked(struct dvb_usb_device *d, u8 req,
71 deb_xfer("out: req. %02x, val: %04x, ind: %04x, buffer: ",req,value,index);
76 req,
86 static int vp702x_usb_out_op(struct dvb_usb_device *d, u8 req, u16 value,
92 ret = vp702x_usb_out_op_unlocked(d, req, value, index, b, blen);