flexcop_device
int (*stream_control) (struct flexcop_device *, int);
int (*get_mac_addr) (struct flexcop_device *fc, int extended);
void flexcop_pass_dmx_data(struct flexcop_device *fc, u8 *buf, u32 len);
void flexcop_pass_dmx_packets(struct flexcop_device *fc, u8 *buf, u32 no);
struct flexcop_device *flexcop_device_kmalloc(size_t bus_specific_len);
void flexcop_device_kfree(struct flexcop_device *);
int flexcop_device_initialize(struct flexcop_device *);
void flexcop_device_exit(struct flexcop_device *fc);
void flexcop_reset_block_300(struct flexcop_device *fc);
int flexcop_dma_control_timer_irq(struct flexcop_device *fc,
int flexcop_dma_config(struct flexcop_device *fc, struct flexcop_dma *dma,
int flexcop_dma_xfer_control(struct flexcop_device *fc,
int flexcop_dma_config_timer(struct flexcop_device *fc,
int flexcop_eeprom_check_mac_addr(struct flexcop_device *fc, int extended);
int flexcop_sram_set_dest(struct flexcop_device *fc, flexcop_sram_dest_t dest,
void flexcop_wan_set_speed(struct flexcop_device *fc, flexcop_wan_speed_t s);
void flexcop_sram_ctrl(struct flexcop_device *fc,
int flexcop_frontend_init(struct flexcop_device *fc);
void flexcop_frontend_exit(struct flexcop_device *fc);
int flexcop_i2c_init(struct flexcop_device *fc);
void flexcop_i2c_exit(struct flexcop_device *fc);
int flexcop_sram_init(struct flexcop_device *fc);
void flexcop_determine_revision(struct flexcop_device *fc);
void flexcop_device_name(struct flexcop_device *fc,
int flexcop_pid_feed_control(struct flexcop_device *fc,
void flexcop_hw_filter_init(struct flexcop_device *fc);
void flexcop_smc_ctrl(struct flexcop_device *fc, int onoff);
void flexcop_set_mac_filter(struct flexcop_device *fc, u8 mac[6]);
void flexcop_mac_filter_ctrl(struct flexcop_device *fc, int onoff);
struct flexcop_device *fc;
flexcop_ibi_value(*read_ibi_reg) (struct flexcop_device *,
int (*write_ibi_reg) (struct flexcop_device *,
static int flexcop_eeprom_request(struct flexcop_device *fc,
static int flexcop_eeprom_lrc_read(struct flexcop_device *fc, u16 addr,
int flexcop_eeprom_check_mac_addr(struct flexcop_device *fc, int extended)
static int flexcop_eeprom_read(struct flexcop_device *fc,
static int skystar2_rev23_attach(struct flexcop_device *fc,
static int skystar2_rev26_attach(struct flexcop_device *fc,
static int skystar2_rev27_attach(struct flexcop_device *fc,
struct flexcop_device *fc = fe->dvb->priv;
static int skystar2_rev28_attach(struct flexcop_device *fc,
static int airstar_dvbt_attach(struct flexcop_device *fc,
struct flexcop_device *fc = fe->dvb->priv;
static int airstar_atsc1_attach(struct flexcop_device *fc,
static int airstar_atsc2_attach(struct flexcop_device *fc,
static int airstar_atsc3_attach(struct flexcop_device *fc,
static int cablestar2_attach(struct flexcop_device *fc,
static int skystarS2_rev33_attach(struct flexcop_device *fc,
int (*attach)(struct flexcop_device *, struct i2c_adapter *);
int flexcop_frontend_init(struct flexcop_device *fc)
void flexcop_frontend_exit(struct flexcop_device *fc)
struct flexcop_device *fc = fe->dvb->priv;
struct flexcop_device *fc = fe->dvb->priv;
static void flexcop_pid_EMM_PID_ctrl(struct flexcop_device *fc,
static void flexcop_pid_ECM_PID_ctrl(struct flexcop_device *fc,
static void flexcop_pid_control(struct flexcop_device *fc,
void flexcop_smc_ctrl(struct flexcop_device *fc, int onoff)
static int flexcop_toggle_fullts_streaming(struct flexcop_device *fc, int onoff)
int flexcop_pid_feed_control(struct flexcop_device *fc,
static void flexcop_null_filter_ctrl(struct flexcop_device *fc, int onoff)
void flexcop_hw_filter_init(struct flexcop_device *fc)
void flexcop_set_mac_filter(struct flexcop_device *fc, u8 mac[6])
void flexcop_mac_filter_ctrl(struct flexcop_device *fc, int onoff)
static void flexcop_pid_group_filter(struct flexcop_device *fc,
static void flexcop_pid_group_filter_ctrl(struct flexcop_device *fc, int onoff)
static void flexcop_pid_Stream1_PID_ctrl(struct flexcop_device *fc,
static void flexcop_pid_Stream2_PID_ctrl(struct flexcop_device *fc,
static void flexcop_pid_PCR_PID_ctrl(struct flexcop_device *fc,
static void flexcop_rcv_data_ctrl(struct flexcop_device *fc, int onoff)
static void flexcop_pid_PMT_PID_ctrl(struct flexcop_device *fc,
static int flexcop_i2c_operation(struct flexcop_device *fc,
int flexcop_i2c_init(struct flexcop_device *fc)
void flexcop_i2c_exit(struct flexcop_device *fc)
static int flexcop_i2c_write4(struct flexcop_device *fc,
void flexcop_device_name(struct flexcop_device *fc,
void flexcop_determine_revision(struct flexcop_device *fc)
int flexcop_sram_init(struct flexcop_device *fc)
static int flexcop_sram_detect(struct flexcop_device *fc)
int flexcop_sram_set_dest(struct flexcop_device *fc, flexcop_sram_dest_t dest,
void flexcop_wan_set_speed(struct flexcop_device *fc, flexcop_wan_speed_t s)
void flexcop_sram_ctrl(struct flexcop_device *fc, int usb_wan, int sramdma, int maximumfill)
static void flexcop_sram_set_chip(struct flexcop_device *fc,
static void flexcop_dvb_exit(struct flexcop_device *fc)
void flexcop_pass_dmx_data(struct flexcop_device *fc, u8 *buf, u32 len)
void flexcop_pass_dmx_packets(struct flexcop_device *fc, u8 *buf, u32 no)
static void flexcop_reset(struct flexcop_device *fc)
void flexcop_reset_block_300(struct flexcop_device *fc)
struct flexcop_device *flexcop_device_kmalloc(size_t bus_specific_len)
struct flexcop_device *fc = kzalloc_obj(struct flexcop_device);
void flexcop_device_kfree(struct flexcop_device *fc)
int flexcop_device_initialize(struct flexcop_device *fc)
void flexcop_device_exit(struct flexcop_device *fc)
struct flexcop_device *fc = dvbdmxfeed->demux->priv;
struct flexcop_device *fc = dvbdmxfeed->demux->priv;
static int flexcop_dvb_init(struct flexcop_device *fc)
static int flexcop_dma_remap(struct flexcop_device *fc,
int flexcop_dma_control_timer_irq(struct flexcop_device *fc,
int flexcop_dma_config_timer(struct flexcop_device *fc,
int flexcop_dma_config(struct flexcop_device *fc,
int flexcop_dma_xfer_control(struct flexcop_device *fc,
struct flexcop_device *fc = fc_pci->fc_dev;
struct flexcop_device *fc = fc_pci->fc_dev;
static int flexcop_pci_stream_control(struct flexcop_device *fc, int onoff)
struct flexcop_device *fc;
struct flexcop_device *fc_dev;
static flexcop_ibi_value flexcop_pci_read_ibi_reg(struct flexcop_device *fc,
static int flexcop_pci_write_ibi_reg(struct flexcop_device *fc,
static int flexcop_usb_get_mac_addr(struct flexcop_device *fc, int extended)
static flexcop_ibi_value flexcop_usb_read_ibi_reg(struct flexcop_device *fc,
static int flexcop_usb_write_ibi_reg(struct flexcop_device *fc,
static int flexcop_usb_stream_control(struct flexcop_device *fc, int onoff)
struct flexcop_device *fc = NULL;
static int flexcop_usb_readwrite_dw(struct flexcop_device *fc, u16 wRegOffsPCI, u32 *val, u8 read)
struct flexcop_device *fc_dev;