• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/b2c2/

Lines Matching defs:flexcop_device

49 	struct flexcop_device *fc;
59 struct flexcop_device {
95 flexcop_ibi_value(*read_ibi_reg) (struct flexcop_device *,
97 int (*write_ibi_reg) (struct flexcop_device *,
101 int (*stream_control) (struct flexcop_device *, int);
102 int (*get_mac_addr) (struct flexcop_device *fc, int extended);
109 void flexcop_pass_dmx_data(struct flexcop_device *fc, u8 *buf, u32 len);
110 void flexcop_pass_dmx_packets(struct flexcop_device *fc, u8 *buf, u32 no);
112 struct flexcop_device *flexcop_device_kmalloc(size_t bus_specific_len);
113 void flexcop_device_kfree(struct flexcop_device *);
115 int flexcop_device_initialize(struct flexcop_device *);
116 void flexcop_device_exit(struct flexcop_device *fc);
117 void flexcop_reset_block_300(struct flexcop_device *fc);
124 int flexcop_dma_control_timer_irq(struct flexcop_device *fc,
126 int flexcop_dma_control_size_irq(struct flexcop_device *fc,
128 int flexcop_dma_config(struct flexcop_device *fc, struct flexcop_dma *dma,
130 int flexcop_dma_xfer_control(struct flexcop_device *fc,
133 int flexcop_dma_config_timer(struct flexcop_device *fc,
138 int flexcop_eeprom_check_mac_addr(struct flexcop_device *fc, int extended);
149 int flexcop_sram_set_dest(struct flexcop_device *fc, flexcop_sram_dest_t dest,
151 void flexcop_wan_set_speed(struct flexcop_device *fc, flexcop_wan_speed_t s);
152 void flexcop_sram_ctrl(struct flexcop_device *fc,
157 int flexcop_frontend_init(struct flexcop_device *fc);
158 void flexcop_frontend_exit(struct flexcop_device *fc);
161 int flexcop_i2c_init(struct flexcop_device *fc);
162 void flexcop_i2c_exit(struct flexcop_device *fc);
165 int flexcop_sram_init(struct flexcop_device *fc);
168 void flexcop_determine_revision(struct flexcop_device *fc);
169 void flexcop_device_name(struct flexcop_device *fc,
171 void flexcop_dump_reg(struct flexcop_device *fc,
175 int flexcop_pid_feed_control(struct flexcop_device *fc,
177 void flexcop_hw_filter_init(struct flexcop_device *fc);
179 void flexcop_smc_ctrl(struct flexcop_device *fc, int onoff);
181 void flexcop_set_mac_filter(struct flexcop_device *fc, u8 mac[6]);
182 void flexcop_mac_filter_ctrl(struct flexcop_device *fc, int onoff);