Lines Matching refs:flexcop_device
56 struct flexcop_device *fc = dvbdmxfeed->demux->priv; in flexcop_dvb_start_feed()
62 struct flexcop_device *fc = dvbdmxfeed->demux->priv; in flexcop_dvb_stop_feed()
66 static int flexcop_dvb_init(struct flexcop_device *fc) in flexcop_dvb_init()
145 static void flexcop_dvb_exit(struct flexcop_device *fc) in flexcop_dvb_exit()
165 void flexcop_pass_dmx_data(struct flexcop_device *fc, u8 *buf, u32 len) in flexcop_pass_dmx_data()
171 void flexcop_pass_dmx_packets(struct flexcop_device *fc, u8 *buf, u32 no) in flexcop_pass_dmx_packets()
177 static void flexcop_reset(struct flexcop_device *fc) in flexcop_reset()
208 void flexcop_reset_block_300(struct flexcop_device *fc) in flexcop_reset_block_300()
223 struct flexcop_device *flexcop_device_kmalloc(size_t bus_specific_len) in flexcop_device_kmalloc()
226 struct flexcop_device *fc = kzalloc(sizeof(struct flexcop_device), in flexcop_device_kmalloc()
246 void flexcop_device_kfree(struct flexcop_device *fc) in flexcop_device_kfree()
253 int flexcop_device_initialize(struct flexcop_device *fc) in flexcop_device_initialize()
296 void flexcop_device_exit(struct flexcop_device *fc) in flexcop_device_exit()