Lines Matching refs:flexcop_device
47 struct flexcop_device *fc = dvbdmxfeed->demux->priv; in flexcop_dvb_start_feed()
53 struct flexcop_device *fc = dvbdmxfeed->demux->priv; in flexcop_dvb_stop_feed()
57 static int flexcop_dvb_init(struct flexcop_device *fc) in flexcop_dvb_init()
136 static void flexcop_dvb_exit(struct flexcop_device *fc) in flexcop_dvb_exit()
156 void flexcop_pass_dmx_data(struct flexcop_device *fc, u8 *buf, u32 len) in flexcop_pass_dmx_data()
162 void flexcop_pass_dmx_packets(struct flexcop_device *fc, u8 *buf, u32 no) in flexcop_pass_dmx_packets()
168 static void flexcop_reset(struct flexcop_device *fc) in flexcop_reset()
199 void flexcop_reset_block_300(struct flexcop_device *fc) in flexcop_reset_block_300()
214 struct flexcop_device *flexcop_device_kmalloc(size_t bus_specific_len) in flexcop_device_kmalloc()
217 struct flexcop_device *fc = kzalloc(sizeof(struct flexcop_device), in flexcop_device_kmalloc()
237 void flexcop_device_kfree(struct flexcop_device *fc) in flexcop_device_kfree()
244 int flexcop_device_initialize(struct flexcop_device *fc) in flexcop_device_initialize()
287 void flexcop_device_exit(struct flexcop_device *fc) in flexcop_device_exit()