Searched refs:vp702x_usb_inout_op (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/media/usb/dvb-usb/ |
D | vp702x-fe.c | 185 vp702x_usb_inout_op(st->d, cmd, 8, cmd, 10, 100); in vp702x_fe_set_frontend() 231 vp702x_usb_inout_op(st->d, cmd, 8, cmd, 10, 100); in vp702x_fe_send_diseqc_msg() 273 vp702x_usb_inout_op(st->d, buf, 8, buf, 10, 100); in vp702x_fe_set_tone() 306 vp702x_usb_inout_op(st->d, buf, 8, buf, 10, 100); in vp702x_fe_set_voltage()
|
D | vp702x.h | 111 extern int vp702x_usb_inout_op(struct dvb_usb_device *d, u8 *o, int olen, u8 *i, int ilen, int msec…
|
D | vp702x.c | 98 int vp702x_usb_inout_op(struct dvb_usb_device *d, u8 *o, int olen, u8 *i, int ilen, int msec) in vp702x_usb_inout_op() function 143 ret = vp702x_usb_inout_op(d, buf, olen+2, buf, ilen+1, msec); in vp702x_usb_inout_cmd()
|