Searched refs:gp8psk_usb_in_op (Results 1 - 3 of 3) sorted by relevance

/drivers/media/usb/dvb-usb/
H A Dgp8psk.c29 return (gp8psk_usb_in_op(d, GET_FW_VERS, 0, 0, fw_vers, 6));
34 return (gp8psk_usb_in_op(d, GET_FPGA_VERS, 0, 0, fpga_vers, 1));
54 int gp8psk_usb_in_op(struct dvb_usb_device *d, u8 req, u16 value, u16 index, u8 *b, int blen) function
170 gp8psk_usb_in_op(d, GET_8PSK_CONFIG,0,0,&status,1);
174 if (gp8psk_usb_in_op(d, BOOT_8PSK, 1, 0, &buf, 1))
185 if (gp8psk_usb_in_op(d, START_INTERSIL, 1, 0,
198 if (gp8psk_usb_in_op(d, START_INTERSIL, 0, 0, &buf, 1))
201 if (gp8psk_usb_in_op(d, BOOT_8PSK, 0, 0, &buf, 1))
214 if (gp8psk_usb_in_op(d, BOOT_8PSK, 0, 0, &buf, 1))
217 if (gp8psk_usb_in_op(
[all...]
H A Dgp8psk.h95 extern int gp8psk_usb_in_op(struct dvb_usb_device *d, u8 req, u16 value, u16 index, u8 *b, int blen);
H A Dgp8psk-fe.c32 gp8psk_usb_in_op(st->d, GET_8PSK_CONFIG, 0, 0, &status, 1);
46 gp8psk_usb_in_op(st->d, GET_SIGNAL_LOCK, 0,0,&st->lock,1);
47 gp8psk_usb_in_op(st->d, GET_SIGNAL_STRENGTH, 0,0,buf,6);

Completed in 314 milliseconds