Lines Matching refs:flexcop_device
60 struct flexcop_device *fc = dvbdmxfeed->demux->priv; in flexcop_dvb_start_feed()
66 struct flexcop_device *fc = dvbdmxfeed->demux->priv; in flexcop_dvb_stop_feed()
70 static int flexcop_dvb_init(struct flexcop_device *fc) in flexcop_dvb_init()
149 static void flexcop_dvb_exit(struct flexcop_device *fc) in flexcop_dvb_exit()
169 void flexcop_pass_dmx_data(struct flexcop_device *fc, u8 *buf, u32 len) in flexcop_pass_dmx_data()
175 void flexcop_pass_dmx_packets(struct flexcop_device *fc, u8 *buf, u32 no) in flexcop_pass_dmx_packets()
181 static void flexcop_reset(struct flexcop_device *fc) in flexcop_reset()
212 void flexcop_reset_block_300(struct flexcop_device *fc) in flexcop_reset_block_300()
227 struct flexcop_device *flexcop_device_kmalloc(size_t bus_specific_len) in flexcop_device_kmalloc()
230 struct flexcop_device *fc = kzalloc(sizeof(struct flexcop_device), in flexcop_device_kmalloc()
250 void flexcop_device_kfree(struct flexcop_device *fc) in flexcop_device_kfree()
257 int flexcop_device_initialize(struct flexcop_device *fc) in flexcop_device_initialize()
300 void flexcop_device_exit(struct flexcop_device *fc) in flexcop_device_exit()