Symbol: flexcop_device
drivers/media/common/b2c2/flexcop-common.h
103
int (*stream_control) (struct flexcop_device *, int);
drivers/media/common/b2c2/flexcop-common.h
104
int (*get_mac_addr) (struct flexcop_device *fc, int extended);
drivers/media/common/b2c2/flexcop-common.h
111
void flexcop_pass_dmx_data(struct flexcop_device *fc, u8 *buf, u32 len);
drivers/media/common/b2c2/flexcop-common.h
112
void flexcop_pass_dmx_packets(struct flexcop_device *fc, u8 *buf, u32 no);
drivers/media/common/b2c2/flexcop-common.h
114
struct flexcop_device *flexcop_device_kmalloc(size_t bus_specific_len);
drivers/media/common/b2c2/flexcop-common.h
115
void flexcop_device_kfree(struct flexcop_device *);
drivers/media/common/b2c2/flexcop-common.h
117
int flexcop_device_initialize(struct flexcop_device *);
drivers/media/common/b2c2/flexcop-common.h
118
void flexcop_device_exit(struct flexcop_device *fc);
drivers/media/common/b2c2/flexcop-common.h
119
void flexcop_reset_block_300(struct flexcop_device *fc);
drivers/media/common/b2c2/flexcop-common.h
126
int flexcop_dma_control_timer_irq(struct flexcop_device *fc,
drivers/media/common/b2c2/flexcop-common.h
128
int flexcop_dma_config(struct flexcop_device *fc, struct flexcop_dma *dma,
drivers/media/common/b2c2/flexcop-common.h
130
int flexcop_dma_xfer_control(struct flexcop_device *fc,
drivers/media/common/b2c2/flexcop-common.h
133
int flexcop_dma_config_timer(struct flexcop_device *fc,
drivers/media/common/b2c2/flexcop-common.h
138
int flexcop_eeprom_check_mac_addr(struct flexcop_device *fc, int extended);
drivers/media/common/b2c2/flexcop-common.h
149
int flexcop_sram_set_dest(struct flexcop_device *fc, flexcop_sram_dest_t dest,
drivers/media/common/b2c2/flexcop-common.h
151
void flexcop_wan_set_speed(struct flexcop_device *fc, flexcop_wan_speed_t s);
drivers/media/common/b2c2/flexcop-common.h
152
void flexcop_sram_ctrl(struct flexcop_device *fc,
drivers/media/common/b2c2/flexcop-common.h
157
int flexcop_frontend_init(struct flexcop_device *fc);
drivers/media/common/b2c2/flexcop-common.h
158
void flexcop_frontend_exit(struct flexcop_device *fc);
drivers/media/common/b2c2/flexcop-common.h
161
int flexcop_i2c_init(struct flexcop_device *fc);
drivers/media/common/b2c2/flexcop-common.h
162
void flexcop_i2c_exit(struct flexcop_device *fc);
drivers/media/common/b2c2/flexcop-common.h
165
int flexcop_sram_init(struct flexcop_device *fc);
drivers/media/common/b2c2/flexcop-common.h
168
void flexcop_determine_revision(struct flexcop_device *fc);
drivers/media/common/b2c2/flexcop-common.h
169
void flexcop_device_name(struct flexcop_device *fc,
drivers/media/common/b2c2/flexcop-common.h
173
int flexcop_pid_feed_control(struct flexcop_device *fc,
drivers/media/common/b2c2/flexcop-common.h
175
void flexcop_hw_filter_init(struct flexcop_device *fc);
drivers/media/common/b2c2/flexcop-common.h
177
void flexcop_smc_ctrl(struct flexcop_device *fc, int onoff);
drivers/media/common/b2c2/flexcop-common.h
179
void flexcop_set_mac_filter(struct flexcop_device *fc, u8 mac[6]);
drivers/media/common/b2c2/flexcop-common.h
180
void flexcop_mac_filter_ctrl(struct flexcop_device *fc, int onoff);
drivers/media/common/b2c2/flexcop-common.h
50
struct flexcop_device *fc;
drivers/media/common/b2c2/flexcop-common.h
97
flexcop_ibi_value(*read_ibi_reg) (struct flexcop_device *,
drivers/media/common/b2c2/flexcop-common.h
99
int (*write_ibi_reg) (struct flexcop_device *,
drivers/media/common/b2c2/flexcop-eeprom.c
107
static int flexcop_eeprom_request(struct flexcop_device *fc,
drivers/media/common/b2c2/flexcop-eeprom.c
121
static int flexcop_eeprom_lrc_read(struct flexcop_device *fc, u16 addr,
drivers/media/common/b2c2/flexcop-eeprom.c
133
int flexcop_eeprom_check_mac_addr(struct flexcop_device *fc, int extended)
drivers/media/common/b2c2/flexcop-eeprom.c
90
static int flexcop_eeprom_read(struct flexcop_device *fc,
drivers/media/common/b2c2/flexcop-fe-tuner.c
170
static int skystar2_rev23_attach(struct flexcop_device *fc,
drivers/media/common/b2c2/flexcop-fe-tuner.c
283
static int skystar2_rev26_attach(struct flexcop_device *fc,
drivers/media/common/b2c2/flexcop-fe-tuner.c
317
static int skystar2_rev27_attach(struct flexcop_device *fc,
drivers/media/common/b2c2/flexcop-fe-tuner.c
34
struct flexcop_device *fc = fe->dvb->priv;
drivers/media/common/b2c2/flexcop-fe-tuner.c
383
static int skystar2_rev28_attach(struct flexcop_device *fc,
drivers/media/common/b2c2/flexcop-fe-tuner.c
444
static int airstar_dvbt_attach(struct flexcop_device *fc,
drivers/media/common/b2c2/flexcop-fe-tuner.c
45
struct flexcop_device *fc = fe->dvb->priv;
drivers/media/common/b2c2/flexcop-fe-tuner.c
465
static int airstar_atsc1_attach(struct flexcop_device *fc,
drivers/media/common/b2c2/flexcop-fe-tuner.c
481
static int airstar_atsc2_attach(struct flexcop_device *fc,
drivers/media/common/b2c2/flexcop-fe-tuner.c
503
static int airstar_atsc3_attach(struct flexcop_device *fc,
drivers/media/common/b2c2/flexcop-fe-tuner.c
598
static int cablestar2_attach(struct flexcop_device *fc,
drivers/media/common/b2c2/flexcop-fe-tuner.c
637
static int skystarS2_rev33_attach(struct flexcop_device *fc,
drivers/media/common/b2c2/flexcop-fe-tuner.c
666
int (*attach)(struct flexcop_device *, struct i2c_adapter *);
drivers/media/common/b2c2/flexcop-fe-tuner.c
681
int flexcop_frontend_init(struct flexcop_device *fc)
drivers/media/common/b2c2/flexcop-fe-tuner.c
714
void flexcop_frontend_exit(struct flexcop_device *fc)
drivers/media/common/b2c2/flexcop-fe-tuner.c
73
struct flexcop_device *fc = fe->dvb->priv;
drivers/media/common/b2c2/flexcop-fe-tuner.c
85
struct flexcop_device *fc = fe->dvb->priv;
drivers/media/common/b2c2/flexcop-hw-filter.c
100
static void flexcop_pid_EMM_PID_ctrl(struct flexcop_device *fc,
drivers/media/common/b2c2/flexcop-hw-filter.c
106
static void flexcop_pid_ECM_PID_ctrl(struct flexcop_device *fc,
drivers/media/common/b2c2/flexcop-hw-filter.c
112
static void flexcop_pid_control(struct flexcop_device *fc,
drivers/media/common/b2c2/flexcop-hw-filter.c
15
void flexcop_smc_ctrl(struct flexcop_device *fc, int onoff)
drivers/media/common/b2c2/flexcop-hw-filter.c
164
static int flexcop_toggle_fullts_streaming(struct flexcop_device *fc, int onoff)
drivers/media/common/b2c2/flexcop-hw-filter.c
175
int flexcop_pid_feed_control(struct flexcop_device *fc,
drivers/media/common/b2c2/flexcop-hw-filter.c
20
static void flexcop_null_filter_ctrl(struct flexcop_device *fc, int onoff)
drivers/media/common/b2c2/flexcop-hw-filter.c
224
void flexcop_hw_filter_init(struct flexcop_device *fc)
drivers/media/common/b2c2/flexcop-hw-filter.c
25
void flexcop_set_mac_filter(struct flexcop_device *fc, u8 mac[6])
drivers/media/common/b2c2/flexcop-hw-filter.c
41
void flexcop_mac_filter_ctrl(struct flexcop_device *fc, int onoff)
drivers/media/common/b2c2/flexcop-hw-filter.c
46
static void flexcop_pid_group_filter(struct flexcop_device *fc,
drivers/media/common/b2c2/flexcop-hw-filter.c
56
static void flexcop_pid_group_filter_ctrl(struct flexcop_device *fc, int onoff)
drivers/media/common/b2c2/flexcop-hw-filter.c
74
static void flexcop_pid_Stream1_PID_ctrl(struct flexcop_device *fc,
drivers/media/common/b2c2/flexcop-hw-filter.c
81
static void flexcop_pid_Stream2_PID_ctrl(struct flexcop_device *fc,
drivers/media/common/b2c2/flexcop-hw-filter.c
88
static void flexcop_pid_PCR_PID_ctrl(struct flexcop_device *fc,
drivers/media/common/b2c2/flexcop-hw-filter.c
9
static void flexcop_rcv_data_ctrl(struct flexcop_device *fc, int onoff)
drivers/media/common/b2c2/flexcop-hw-filter.c
94
static void flexcop_pid_PMT_PID_ctrl(struct flexcop_device *fc,
drivers/media/common/b2c2/flexcop-i2c.c
11
static int flexcop_i2c_operation(struct flexcop_device *fc,
drivers/media/common/b2c2/flexcop-i2c.c
217
int flexcop_i2c_init(struct flexcop_device *fc)
drivers/media/common/b2c2/flexcop-i2c.c
272
void flexcop_i2c_exit(struct flexcop_device *fc)
drivers/media/common/b2c2/flexcop-i2c.c
87
static int flexcop_i2c_write4(struct flexcop_device *fc,
drivers/media/common/b2c2/flexcop-misc.c
65
void flexcop_device_name(struct flexcop_device *fc,
drivers/media/common/b2c2/flexcop-misc.c
9
void flexcop_determine_revision(struct flexcop_device *fc)
drivers/media/common/b2c2/flexcop-sram.c
15
int flexcop_sram_init(struct flexcop_device *fc)
drivers/media/common/b2c2/flexcop-sram.c
306
static int flexcop_sram_detect(struct flexcop_device *fc)
drivers/media/common/b2c2/flexcop-sram.c
31
int flexcop_sram_set_dest(struct flexcop_device *fc, flexcop_sram_dest_t dest,
drivers/media/common/b2c2/flexcop-sram.c
59
void flexcop_wan_set_speed(struct flexcop_device *fc, flexcop_wan_speed_t s)
drivers/media/common/b2c2/flexcop-sram.c
65
void flexcop_sram_ctrl(struct flexcop_device *fc, int usb_wan, int sramdma, int maximumfill)
drivers/media/common/b2c2/flexcop-sram.c
9
static void flexcop_sram_set_chip(struct flexcop_device *fc,
drivers/media/common/b2c2/flexcop.c
136
static void flexcop_dvb_exit(struct flexcop_device *fc)
drivers/media/common/b2c2/flexcop.c
156
void flexcop_pass_dmx_data(struct flexcop_device *fc, u8 *buf, u32 len)
drivers/media/common/b2c2/flexcop.c
162
void flexcop_pass_dmx_packets(struct flexcop_device *fc, u8 *buf, u32 no)
drivers/media/common/b2c2/flexcop.c
168
static void flexcop_reset(struct flexcop_device *fc)
drivers/media/common/b2c2/flexcop.c
199
void flexcop_reset_block_300(struct flexcop_device *fc)
drivers/media/common/b2c2/flexcop.c
214
struct flexcop_device *flexcop_device_kmalloc(size_t bus_specific_len)
drivers/media/common/b2c2/flexcop.c
217
struct flexcop_device *fc = kzalloc_obj(struct flexcop_device);
drivers/media/common/b2c2/flexcop.c
236
void flexcop_device_kfree(struct flexcop_device *fc)
drivers/media/common/b2c2/flexcop.c
243
int flexcop_device_initialize(struct flexcop_device *fc)
drivers/media/common/b2c2/flexcop.c
286
void flexcop_device_exit(struct flexcop_device *fc)
drivers/media/common/b2c2/flexcop.c
47
struct flexcop_device *fc = dvbdmxfeed->demux->priv;
drivers/media/common/b2c2/flexcop.c
53
struct flexcop_device *fc = dvbdmxfeed->demux->priv;
drivers/media/common/b2c2/flexcop.c
57
static int flexcop_dvb_init(struct flexcop_device *fc)
drivers/media/pci/b2c2/flexcop-dma.c
113
static int flexcop_dma_remap(struct flexcop_device *fc,
drivers/media/pci/b2c2/flexcop-dma.c
126
int flexcop_dma_control_timer_irq(struct flexcop_device *fc,
drivers/media/pci/b2c2/flexcop-dma.c
144
int flexcop_dma_config_timer(struct flexcop_device *fc,
drivers/media/pci/b2c2/flexcop-dma.c
42
int flexcop_dma_config(struct flexcop_device *fc,
drivers/media/pci/b2c2/flexcop-dma.c
72
int flexcop_dma_xfer_control(struct flexcop_device *fc,
drivers/media/pci/b2c2/flexcop-pci.c
109
struct flexcop_device *fc = fc_pci->fc_dev;
drivers/media/pci/b2c2/flexcop-pci.c
149
struct flexcop_device *fc = fc_pci->fc_dev;
drivers/media/pci/b2c2/flexcop-pci.c
235
static int flexcop_pci_stream_control(struct flexcop_device *fc, int onoff)
drivers/media/pci/b2c2/flexcop-pci.c
346
struct flexcop_device *fc;
drivers/media/pci/b2c2/flexcop-pci.c
71
struct flexcop_device *fc_dev;
drivers/media/pci/b2c2/flexcop-pci.c
76
static flexcop_ibi_value flexcop_pci_read_ibi_reg(struct flexcop_device *fc,
drivers/media/pci/b2c2/flexcop-pci.c
91
static int flexcop_pci_write_ibi_reg(struct flexcop_device *fc,
drivers/media/usb/b2c2/flexcop-usb.c
220
static int flexcop_usb_get_mac_addr(struct flexcop_device *fc, int extended)
drivers/media/usb/b2c2/flexcop-usb.c
300
static flexcop_ibi_value flexcop_usb_read_ibi_reg(struct flexcop_device *fc,
drivers/media/usb/b2c2/flexcop-usb.c
309
static int flexcop_usb_write_ibi_reg(struct flexcop_device *fc,
drivers/media/usb/b2c2/flexcop-usb.c
403
static int flexcop_usb_stream_control(struct flexcop_device *fc, int onoff)
drivers/media/usb/b2c2/flexcop-usb.c
557
struct flexcop_device *fc = NULL;
drivers/media/usb/b2c2/flexcop-usb.c
69
static int flexcop_usb_readwrite_dw(struct flexcop_device *fc, u16 wRegOffsPCI, u32 *val, u8 read)
drivers/media/usb/b2c2/flexcop-usb.h
29
struct flexcop_device *fc_dev;