Lines Matching defs:fc
59 struct flexcop_device *fc = dvbdmxfeed->demux->priv; in flexcop_dvb_start_feed() local
65 struct flexcop_device *fc = dvbdmxfeed->demux->priv; in flexcop_dvb_stop_feed() local
69 static int flexcop_dvb_init(struct flexcop_device *fc) in flexcop_dvb_init()
138 static void flexcop_dvb_exit(struct flexcop_device *fc) in flexcop_dvb_exit()
157 void flexcop_pass_dmx_data(struct flexcop_device *fc, u8 *buf, u32 len) in flexcop_pass_dmx_data()
163 void flexcop_pass_dmx_packets(struct flexcop_device *fc, u8 *buf, u32 no) in flexcop_pass_dmx_packets()
169 static void flexcop_reset(struct flexcop_device *fc) in flexcop_reset()
202 void flexcop_reset_block_300(struct flexcop_device *fc) in flexcop_reset_block_300()
222 struct flexcop_device *fc = kzalloc(sizeof(struct flexcop_device), GFP_KERNEL); in flexcop_device_kmalloc() local
241 void flexcop_device_kfree(struct flexcop_device *fc) in flexcop_device_kfree()
248 int flexcop_device_initialize(struct flexcop_device *fc) in flexcop_device_initialize()
291 void flexcop_device_exit(struct flexcop_device *fc) in flexcop_device_exit()