Searched refs:gp8psk_usb_out_op (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/drivers/media/usb/dvb-usb/ |
H A D | gp8psk-fe.c | 39 return gp8psk_usb_out_op(state->d, SET_8PSK_CONFIG, mode, 0, NULL, 0); gp8psk_set_tuner_mode() 217 gp8psk_usb_out_op(state->d, TUNE_8PSK, 0, 0, cmd, 10); gp8psk_fe_set_frontend() 233 if (gp8psk_usb_out_op(st->d,SEND_DISEQC_COMMAND, m->msg[0], 0, gp8psk_fe_send_diseqc_msg() 251 if (gp8psk_usb_out_op(st->d,SEND_DISEQC_COMMAND, cmd, 0, gp8psk_fe_send_diseqc_burst() 263 if (gp8psk_usb_out_op(state->d,SET_22KHZ_TONE, gp8psk_fe_set_tone() 275 if (gp8psk_usb_out_op(state->d,SET_LNB_VOLTAGE, gp8psk_fe_set_voltage() 285 return gp8psk_usb_out_op(state->d, USE_EXTRA_VOLT, onoff, 0,NULL,0); gp8psk_fe_enable_high_lnb_voltage() 293 if (gp8psk_usb_out_op(state->d,SET_DN_SWITCH, cmd, 0, gp8psk_fe_send_legacy_dish_cmd() 297 if (gp8psk_usb_out_op(state->d,SET_LNB_VOLTAGE, !!(sw_cmd & 0x80), gp8psk_fe_send_legacy_dish_cmd()
|
H A D | gp8psk.c | 86 int gp8psk_usb_out_op(struct dvb_usb_device *d, u8 req, u16 value, gp8psk_usb_out_op() function 128 if (gp8psk_usb_out_op(d, LOAD_BCM4500,1,0,NULL, 0)) gp8psk_load_bcm4500fw() 173 gp8psk_usb_out_op(d, CW3K_INIT, 1, 0, NULL, 0); gp8psk_power_ctrl() 191 if (gp8psk_usb_out_op(d, SET_DVB_MODE, 1, 0, NULL, 0)) gp8psk_power_ctrl() 194 if (gp8psk_usb_out_op(d, ARM_TRANSFER, 0, 0, NULL, 0)) gp8psk_power_ctrl() 204 gp8psk_usb_out_op(d, CW3K_INIT, 0, 0, NULL, 0); gp8psk_power_ctrl() 228 return gp8psk_usb_out_op(adap->dev, ARM_TRANSFER, onoff, 0 , NULL, 0); gp8psk_streaming_ctrl()
|
H A D | gp8psk.h | 96 extern int gp8psk_usb_out_op(struct dvb_usb_device *d, u8 req, u16 value,
|
Completed in 242 milliseconds