Lines Matching refs:flexcop_device

50 	struct flexcop_device *fc;
60 struct flexcop_device { struct
97 flexcop_ibi_value(*read_ibi_reg) (struct flexcop_device *, argument
99 int (*write_ibi_reg) (struct flexcop_device *, argument
103 int (*stream_control) (struct flexcop_device *, int); argument
104 int (*get_mac_addr) (struct flexcop_device *fc, int extended); argument
111 void flexcop_pass_dmx_data(struct flexcop_device *fc, u8 *buf, u32 len); argument
112 void flexcop_pass_dmx_packets(struct flexcop_device *fc, u8 *buf, u32 no);
114 struct flexcop_device *flexcop_device_kmalloc(size_t bus_specific_len);
115 void flexcop_device_kfree(struct flexcop_device *);
117 int flexcop_device_initialize(struct flexcop_device *);
118 void flexcop_device_exit(struct flexcop_device *fc);
119 void flexcop_reset_block_300(struct flexcop_device *fc);
126 int flexcop_dma_control_timer_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,
173 int flexcop_pid_feed_control(struct flexcop_device *fc,
175 void flexcop_hw_filter_init(struct flexcop_device *fc);
177 void flexcop_smc_ctrl(struct flexcop_device *fc, int onoff);
179 void flexcop_set_mac_filter(struct flexcop_device *fc, u8 mac[6]);
180 void flexcop_mac_filter_ctrl(struct flexcop_device *fc, int onoff);