Searched refs:gp8psk_usb_in_op (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/drivers/media/usb/dvb-usb/ |
H A D | gp8psk.c | 29 return (gp8psk_usb_in_op(d, GET_FW_VERS, 0, 0, fw_vers, 6)); gp8psk_get_fw_version() 34 return (gp8psk_usb_in_op(d, GET_FPGA_VERS, 0, 0, fpga_vers, 1)); gp8psk_get_fpga_version() 54 int gp8psk_usb_in_op(struct dvb_usb_device *d, u8 req, u16 value, u16 index, u8 *b, int blen) gp8psk_usb_in_op() function 170 gp8psk_usb_in_op(d, GET_8PSK_CONFIG,0,0,&status,1); gp8psk_power_ctrl() 174 if (gp8psk_usb_in_op(d, BOOT_8PSK, 1, 0, &buf, 1)) gp8psk_power_ctrl() 185 if (gp8psk_usb_in_op(d, START_INTERSIL, 1, 0, gp8psk_power_ctrl() 198 if (gp8psk_usb_in_op(d, START_INTERSIL, 0, 0, &buf, 1)) gp8psk_power_ctrl() 201 if (gp8psk_usb_in_op(d, BOOT_8PSK, 0, 0, &buf, 1)) gp8psk_power_ctrl() 214 if (gp8psk_usb_in_op(d, BOOT_8PSK, 0, 0, &buf, 1)) gp8psk_bcm4500_reload() 217 if (gp8psk_usb_in_op(d, BOOT_8PSK, 1, 0, &buf, 1)) gp8psk_bcm4500_reload()
|
H A D | gp8psk-fe.c | 32 gp8psk_usb_in_op(st->d, GET_8PSK_CONFIG, 0, 0, &status, 1); gp8psk_tuned_to_DCII() 46 gp8psk_usb_in_op(st->d, GET_SIGNAL_LOCK, 0,0,&st->lock,1); gp8psk_fe_update_status() 47 gp8psk_usb_in_op(st->d, GET_SIGNAL_STRENGTH, 0,0,buf,6); gp8psk_fe_update_status()
|
H A D | gp8psk.h | 95 extern int gp8psk_usb_in_op(struct dvb_usb_device *d, u8 req, u16 value, u16 index, u8 *b, int blen);
|
Completed in 161 milliseconds