Searched refs:gp8psk_usb_out_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.c59 int gp8psk_usb_out_op(struct dvb_usb_device *d, u8 req, u16 value, function
101 if (gp8psk_usb_out_op(d, LOAD_BCM4500,1,0,NULL, 0))
146 gp8psk_usb_out_op(d, CW3K_INIT, 1, 0, NULL, 0);
163 if (gp8psk_usb_out_op(d, SET_DVB_MODE, 1, 0, NULL, 0))
166 if (gp8psk_usb_out_op(d, ARM_TRANSFER, 0, 0, NULL, 0))
176 gp8psk_usb_out_op(d, CW3K_INIT, 0, 0, NULL, 0);
200 return gp8psk_usb_out_op(adap->dev, ARM_TRANSFER, onoff, 0 , NULL, 0);
H A Dgp8psk-fe.c39 return gp8psk_usb_out_op(state->d, SET_8PSK_CONFIG, mode, 0, NULL, 0);
223 gp8psk_usb_out_op(state->d, TUNE_8PSK, 0, 0, cmd, 10);
239 if (gp8psk_usb_out_op(st->d,SEND_DISEQC_COMMAND, m->msg[0], 0,
257 if (gp8psk_usb_out_op(st->d,SEND_DISEQC_COMMAND, cmd, 0,
268 if (gp8psk_usb_out_op(state->d,SET_22KHZ_TONE,
279 if (gp8psk_usb_out_op(state->d,SET_LNB_VOLTAGE,
289 return gp8psk_usb_out_op(state->d, USE_EXTRA_VOLT, onoff, 0,NULL,0);
297 if (gp8psk_usb_out_op(state->d,SET_DN_SWITCH, cmd, 0,
301 if (gp8psk_usb_out_op(state->d,SET_LNB_VOLTAGE, !!(sw_cmd & 0x80),
H A Dgp8psk.h93 extern int gp8psk_usb_out_op(struct dvb_usb_device *d, u8 req, u16 value,

Completed in 47 milliseconds