Lines Matching defs:req
29 static int gp8psk_usb_in_op(struct dvb_usb_device *d, u8 req, u16 value,
44 req,
53 warn("usb in %d operation failed.", req);
60 deb_xfer("in: req. %x, val: %x, ind: %x, buffer: ",req,value,index);
68 static int gp8psk_usb_out_op(struct dvb_usb_device *d, u8 req, u16 value,
74 deb_xfer("out: req. %x, val: %x, ind: %x, buffer: ",req,value,index);
86 req,
255 static int gp8psk_fe_in(void *priv, u8 req, u16 value,
260 return gp8psk_usb_in_op(d, req, value, index, b, blen);
263 static int gp8psk_fe_out(void *priv, u8 req, u16 value,
268 return gp8psk_usb_out_op(d, req, value, index, b, blen);