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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/dvb-usb/
H A Dgp8psk.c27 int gp8psk_usb_in_op(struct dvb_usb_device *d, u8 req, u16 value, u16 index, u8 *b, int blen) function
143 gp8psk_usb_in_op(d, GET_8PSK_CONFIG,0,0,&status,1);
147 if (gp8psk_usb_in_op(d, BOOT_8PSK, 1, 0, &buf, 1))
157 if (gp8psk_usb_in_op(d, START_INTERSIL, 1, 0,
170 if (gp8psk_usb_in_op(d, START_INTERSIL, 0, 0, &buf, 1))
173 if (gp8psk_usb_in_op(d, BOOT_8PSK, 0, 0, &buf, 1))
186 if (gp8psk_usb_in_op(d, BOOT_8PSK, 0, 0, &buf, 1))
189 if (gp8psk_usb_in_op(d, BOOT_8PSK, 1, 0, &buf, 1))
H A Dgp8psk.h92 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 74 milliseconds