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_control_size_irq(struct flexcop_device *fc,
130 int flexcop_dma_config(struct flexcop_device *fc, struct flexcop_dma *dma,
132 int flexcop_dma_xfer_control(struct flexcop_device *fc,
135 int flexcop_dma_config_timer(struct flexcop_device *fc,
140 int flexcop_eeprom_check_mac_addr(struct flexcop_device *fc, int extended);
151 int flexcop_sram_set_dest(struct flexcop_device *fc, flexcop_sram_dest_t dest,
153 void flexcop_wan_set_speed(struct flexcop_device *fc, flexcop_wan_speed_t s);
154 void flexcop_sram_ctrl(struct flexcop_device *fc,
159 int flexcop_frontend_init(struct flexcop_device *fc);
160 void flexcop_frontend_exit(struct flexcop_device *fc);
163 int flexcop_i2c_init(struct flexcop_device *fc);
164 void flexcop_i2c_exit(struct flexcop_device *fc);
167 int flexcop_sram_init(struct flexcop_device *fc);
170 void flexcop_determine_revision(struct flexcop_device *fc);
171 void flexcop_device_name(struct flexcop_device *fc,
173 void flexcop_dump_reg(struct flexcop_device *fc,
177 int flexcop_pid_feed_control(struct flexcop_device *fc,
179 void flexcop_hw_filter_init(struct flexcop_device *fc);
181 void flexcop_smc_ctrl(struct flexcop_device *fc, int onoff);
183 void flexcop_set_mac_filter(struct flexcop_device *fc, u8 mac[6]);
184 void flexcop_mac_filter_ctrl(struct flexcop_device *fc, int onoff);