Home
last modified time | relevance | path

Searched refs:flexcop_device (Results 1 – 12 of 12) sorted by relevance

/linux-3.4.99/drivers/media/dvb/b2c2/
Dflexcop-common.h50 struct flexcop_device *fc;
60 struct flexcop_device { struct
96 flexcop_ibi_value(*read_ibi_reg) (struct flexcop_device *, argument
98 int (*write_ibi_reg) (struct flexcop_device *, argument
102 int (*stream_control) (struct flexcop_device *, int); argument
103 int (*get_mac_addr) (struct flexcop_device *fc, int extended); argument
110 void flexcop_pass_dmx_data(struct flexcop_device *fc, u8 *buf, u32 len); argument
111 void flexcop_pass_dmx_packets(struct flexcop_device *fc, u8 *buf, u32 no);
113 struct flexcop_device *flexcop_device_kmalloc(size_t bus_specific_len);
114 void flexcop_device_kfree(struct flexcop_device *);
[all …]
Dflexcop-hw-filter.c8 static void flexcop_rcv_data_ctrl(struct flexcop_device *fc, int onoff) in flexcop_rcv_data_ctrl()
14 void flexcop_smc_ctrl(struct flexcop_device *fc, int onoff) in flexcop_smc_ctrl()
19 static void flexcop_null_filter_ctrl(struct flexcop_device *fc, int onoff) in flexcop_null_filter_ctrl()
24 void flexcop_set_mac_filter(struct flexcop_device *fc, u8 mac[6]) in flexcop_set_mac_filter()
40 void flexcop_mac_filter_ctrl(struct flexcop_device *fc, int onoff) in flexcop_mac_filter_ctrl()
45 static void flexcop_pid_group_filter(struct flexcop_device *fc, in flexcop_pid_group_filter()
55 static void flexcop_pid_group_filter_ctrl(struct flexcop_device *fc, int onoff) in flexcop_pid_group_filter_ctrl()
73 static void flexcop_pid_Stream1_PID_ctrl(struct flexcop_device *fc, in flexcop_pid_Stream1_PID_ctrl()
80 static void flexcop_pid_Stream2_PID_ctrl(struct flexcop_device *fc, in flexcop_pid_Stream2_PID_ctrl()
87 static void flexcop_pid_PCR_PID_ctrl(struct flexcop_device *fc, in flexcop_pid_PCR_PID_ctrl()
[all …]
Dflexcop.c60 struct flexcop_device *fc = dvbdmxfeed->demux->priv; in flexcop_dvb_start_feed()
66 struct flexcop_device *fc = dvbdmxfeed->demux->priv; in flexcop_dvb_stop_feed()
70 static int flexcop_dvb_init(struct flexcop_device *fc) in flexcop_dvb_init()
149 static void flexcop_dvb_exit(struct flexcop_device *fc) in flexcop_dvb_exit()
169 void flexcop_pass_dmx_data(struct flexcop_device *fc, u8 *buf, u32 len) in flexcop_pass_dmx_data()
175 void flexcop_pass_dmx_packets(struct flexcop_device *fc, u8 *buf, u32 no) in flexcop_pass_dmx_packets()
181 static void flexcop_reset(struct flexcop_device *fc) in flexcop_reset()
212 void flexcop_reset_block_300(struct flexcop_device *fc) in flexcop_reset_block_300()
227 struct flexcop_device *flexcop_device_kmalloc(size_t bus_specific_len) in flexcop_device_kmalloc()
230 struct flexcop_device *fc = kzalloc(sizeof(struct flexcop_device), in flexcop_device_kmalloc()
[all …]
Dflexcop-fe-tuner.c33 struct flexcop_device *fc = fe->dvb->priv; in flexcop_set_voltage()
61 struct flexcop_device *fc = fe->dvb->priv; in flexcop_sleep()
73 struct flexcop_device *fc = fe->dvb->priv; in flexcop_set_tone()
158 static int skystar2_rev23_attach(struct flexcop_device *fc, in skystar2_rev23_attach()
271 static int skystar2_rev26_attach(struct flexcop_device *fc, in skystar2_rev26_attach()
305 static int skystar2_rev27_attach(struct flexcop_device *fc, in skystar2_rev27_attach()
371 static int skystar2_rev28_attach(struct flexcop_device *fc, in skystar2_rev28_attach()
432 static int airstar_dvbt_attach(struct flexcop_device *fc, in airstar_dvbt_attach()
451 struct flexcop_device *fc = fe->dvb->priv; in flexcop_fe_request_firmware()
460 static int airstar_atsc1_attach(struct flexcop_device *fc, in airstar_atsc1_attach()
[all …]
Dflexcop-dma.c40 int flexcop_dma_config(struct flexcop_device *fc, in flexcop_dma_config()
70 int flexcop_dma_xfer_control(struct flexcop_device *fc, in flexcop_dma_xfer_control()
111 static int flexcop_dma_remap(struct flexcop_device *fc, in flexcop_dma_remap()
123 int flexcop_dma_control_size_irq(struct flexcop_device *fc, in flexcop_dma_control_size_irq()
140 int flexcop_dma_control_timer_irq(struct flexcop_device *fc, in flexcop_dma_control_timer_irq()
158 int flexcop_dma_config_timer(struct flexcop_device *fc, in flexcop_dma_config_timer()
Dflexcop-misc.c8 void flexcop_determine_revision(struct flexcop_device *fc) in flexcop_determine_revision()
66 void flexcop_device_name(struct flexcop_device *fc, in flexcop_device_name()
75 void flexcop_dump_reg(struct flexcop_device *fc, in flexcop_dump_reg()
Dflexcop-eeprom.c89 static int flexcop_eeprom_read(struct flexcop_device *fc,
106 static int flexcop_eeprom_request(struct flexcop_device *fc, in flexcop_eeprom_request()
120 static int flexcop_eeprom_lrc_read(struct flexcop_device *fc, u16 addr, in flexcop_eeprom_lrc_read()
132 int flexcop_eeprom_check_mac_addr(struct flexcop_device *fc, int extended) in flexcop_eeprom_check_mac_addr()
Dflexcop-sram.c8 static void flexcop_sram_set_chip(struct flexcop_device *fc, in flexcop_sram_set_chip()
14 int flexcop_sram_init(struct flexcop_device *fc) in flexcop_sram_init()
30 int flexcop_sram_set_dest(struct flexcop_device *fc, flexcop_sram_dest_t dest, in flexcop_sram_set_dest()
58 void flexcop_wan_set_speed(struct flexcop_device *fc, flexcop_wan_speed_t s) in flexcop_wan_set_speed()
64 void flexcop_sram_ctrl(struct flexcop_device *fc, int usb_wan, int sramdma, int maximumfill) in flexcop_sram_ctrl()
305 static int flexcop_sram_detect(struct flexcop_device *fc)
Dflexcop-pci.c70 struct flexcop_device *fc_dev;
75 static flexcop_ibi_value flexcop_pci_read_ibi_reg(struct flexcop_device *fc, in flexcop_pci_read_ibi_reg()
90 static int flexcop_pci_write_ibi_reg(struct flexcop_device *fc, in flexcop_pci_write_ibi_reg()
108 struct flexcop_device *fc = fc_pci->fc_dev; in flexcop_pci_irq_check_work()
148 struct flexcop_device *fc = fc_pci->fc_dev; in flexcop_pci_isr()
232 static int flexcop_pci_stream_control(struct flexcop_device *fc, int onoff) in flexcop_pci_stream_control()
345 struct flexcop_device *fc; in flexcop_pci_probe()
Dflexcop-i2c.c10 static int flexcop_i2c_operation(struct flexcop_device *fc, in flexcop_i2c_operation()
86 static int flexcop_i2c_write4(struct flexcop_device *fc, in flexcop_i2c_write4()
225 int flexcop_i2c_init(struct flexcop_device *fc) in flexcop_i2c_init()
280 void flexcop_i2c_exit(struct flexcop_device *fc) in flexcop_i2c_exit()
Dflexcop-usb.c69 static int flexcop_usb_readwrite_dw(struct flexcop_device *fc, u16 wRegOffsPCI, u32 *val, u8 read) in flexcop_usb_readwrite_dw()
192 static int flexcop_usb_get_mac_addr(struct flexcop_device *fc, int extended) in flexcop_usb_get_mac_addr()
273 static flexcop_ibi_value flexcop_usb_read_ibi_reg(struct flexcop_device *fc, in flexcop_usb_read_ibi_reg()
282 static int flexcop_usb_write_ibi_reg(struct flexcop_device *fc, in flexcop_usb_write_ibi_reg()
379 static int flexcop_usb_stream_control(struct flexcop_device *fc, int onoff) in flexcop_usb_stream_control()
511 struct flexcop_device *fc = NULL; in flexcop_usb_probe()
Dflexcop-usb.h28 struct flexcop_device *fc_dev;