Lines Matching defs:fc
61 struct flexcop_device *fc = dvbdmxfeed->demux->priv; in flexcop_dvb_start_feed() local
67 struct flexcop_device *fc = dvbdmxfeed->demux->priv; in flexcop_dvb_stop_feed() local
71 static int flexcop_dvb_init(struct flexcop_device *fc) in flexcop_dvb_init()
150 static void flexcop_dvb_exit(struct flexcop_device *fc) in flexcop_dvb_exit()
170 void flexcop_pass_dmx_data(struct flexcop_device *fc, u8 *buf, u32 len) in flexcop_pass_dmx_data()
176 void flexcop_pass_dmx_packets(struct flexcop_device *fc, u8 *buf, u32 no) in flexcop_pass_dmx_packets()
182 static void flexcop_reset(struct flexcop_device *fc) in flexcop_reset()
213 void flexcop_reset_block_300(struct flexcop_device *fc) in flexcop_reset_block_300()
231 struct flexcop_device *fc = kzalloc(sizeof(struct flexcop_device), in flexcop_device_kmalloc() local
251 void flexcop_device_kfree(struct flexcop_device *fc) in flexcop_device_kfree()
258 int flexcop_device_initialize(struct flexcop_device *fc) in flexcop_device_initialize()
301 void flexcop_device_exit(struct flexcop_device *fc) in flexcop_device_exit()