Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/common/b2c2/
H A Dflexcop-common.h50 struct flexcop_device *fc;
60 struct flexcop_device { struct
99 int (*write_ibi_reg) (struct flexcop_device *, argument
115 void flexcop_device_kfree(struct flexcop_device *);
118 void flexcop_device_exit(struct flexcop_device *fc);
154 void flexcop_sram_ctrl(struct flexcop_device *fc,
163 int flexcop_i2c_init(struct flexcop_device *fc);
164 void flexcop_i2c_exit(struct flexcop_device *fc);
167 int flexcop_sram_init(struct flexcop_device *fc);
171 void flexcop_device_name(struct flexcop_device *fc,
[all …]
H A Dflexcop-hw-filter.c9 static void flexcop_rcv_data_ctrl(struct flexcop_device *fc, int onoff) in flexcop_rcv_data_ctrl()
15 void flexcop_smc_ctrl(struct flexcop_device *fc, int onoff) in flexcop_smc_ctrl()
25 void flexcop_set_mac_filter(struct flexcop_device *fc, u8 mac[6]) in flexcop_set_mac_filter()
46 static void flexcop_pid_group_filter(struct flexcop_device *fc, in flexcop_pid_group_filter()
88 static void flexcop_pid_PCR_PID_ctrl(struct flexcop_device *fc, in flexcop_pid_PCR_PID_ctrl()
94 static void flexcop_pid_PMT_PID_ctrl(struct flexcop_device *fc, in flexcop_pid_PMT_PID_ctrl()
100 static void flexcop_pid_EMM_PID_ctrl(struct flexcop_device *fc, in flexcop_pid_EMM_PID_ctrl()
106 static void flexcop_pid_ECM_PID_ctrl(struct flexcop_device *fc, in flexcop_pid_ECM_PID_ctrl()
112 static void flexcop_pid_control(struct flexcop_device *fc, in flexcop_pid_control()
175 int flexcop_pid_feed_control(struct flexcop_device *fc, in flexcop_pid_feed_control()
[all …]
H A Dflexcop.c47 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()
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()
[all …]
H A Dflexcop-fe-tuner.c34 struct flexcop_device *fc = fe->dvb->priv; in flexcop_fe_request_firmware()
45 struct flexcop_device *fc = fe->dvb->priv; in flexcop_set_voltage()
73 struct flexcop_device *fc = fe->dvb->priv; in flexcop_sleep()
85 struct flexcop_device *fc = fe->dvb->priv; in flexcop_set_tone()
170 static int skystar2_rev23_attach(struct flexcop_device *fc, in skystar2_rev23_attach()
283 static int skystar2_rev26_attach(struct flexcop_device *fc, in skystar2_rev26_attach()
444 static int airstar_dvbt_attach(struct flexcop_device *fc, in airstar_dvbt_attach()
465 static int airstar_atsc1_attach(struct flexcop_device *fc, in airstar_atsc1_attach()
598 static int cablestar2_attach(struct flexcop_device *fc, in cablestar2_attach()
681 int flexcop_frontend_init(struct flexcop_device *fc) in flexcop_frontend_init()
[all …]
H A Dflexcop-misc.c9 void flexcop_determine_revision(struct flexcop_device *fc) in flexcop_determine_revision()
65 void flexcop_device_name(struct flexcop_device *fc, in flexcop_device_name()
74 void flexcop_dump_reg(struct flexcop_device *fc, in flexcop_dump_reg()
H A Dflexcop-eeprom.c90 static int flexcop_eeprom_read(struct flexcop_device *fc,
107 static int flexcop_eeprom_request(struct flexcop_device *fc, in flexcop_eeprom_request()
121 static int flexcop_eeprom_lrc_read(struct flexcop_device *fc, u16 addr, in flexcop_eeprom_lrc_read()
133 int flexcop_eeprom_check_mac_addr(struct flexcop_device *fc, int extended) in flexcop_eeprom_check_mac_addr()
H A Dflexcop-sram.c9 static void flexcop_sram_set_chip(struct flexcop_device *fc, in flexcop_sram_set_chip()
15 int flexcop_sram_init(struct flexcop_device *fc) in flexcop_sram_init()
31 int flexcop_sram_set_dest(struct flexcop_device *fc, flexcop_sram_dest_t dest, in flexcop_sram_set_dest()
59 void flexcop_wan_set_speed(struct flexcop_device *fc, flexcop_wan_speed_t s) in flexcop_wan_set_speed()
65 void flexcop_sram_ctrl(struct flexcop_device *fc, int usb_wan, int sramdma, int maximumfill) in flexcop_sram_ctrl()
306 static int flexcop_sram_detect(struct flexcop_device *fc)
H A Dflexcop-i2c.c11 static int flexcop_i2c_operation(struct flexcop_device *fc, in flexcop_i2c_operation()
87 static int flexcop_i2c_write4(struct flexcop_device *fc, in flexcop_i2c_write4()
217 int flexcop_i2c_init(struct flexcop_device *fc) in flexcop_i2c_init()
272 void flexcop_i2c_exit(struct flexcop_device *fc) in flexcop_i2c_exit()
/openbmc/linux/drivers/media/pci/b2c2/
H A Dflexcop-dma.c42 int flexcop_dma_config(struct flexcop_device *fc, in flexcop_dma_config()
72 int flexcop_dma_xfer_control(struct flexcop_device *fc, in flexcop_dma_xfer_control()
113 static int flexcop_dma_remap(struct flexcop_device *fc, in flexcop_dma_remap()
126 int flexcop_dma_control_size_irq(struct flexcop_device *fc, in flexcop_dma_control_size_irq()
143 int flexcop_dma_control_timer_irq(struct flexcop_device *fc, in flexcop_dma_control_timer_irq()
161 int flexcop_dma_config_timer(struct flexcop_device *fc, in flexcop_dma_config_timer()
H A Dflexcop-pci.c71 struct flexcop_device *fc_dev;
76 static flexcop_ibi_value flexcop_pci_read_ibi_reg(struct flexcop_device *fc, in flexcop_pci_read_ibi_reg()
91 static int flexcop_pci_write_ibi_reg(struct flexcop_device *fc, in flexcop_pci_write_ibi_reg()
109 struct flexcop_device *fc = fc_pci->fc_dev; in flexcop_pci_irq_check_work()
149 struct flexcop_device *fc = fc_pci->fc_dev; in flexcop_pci_isr()
235 static int flexcop_pci_stream_control(struct flexcop_device *fc, int onoff) in flexcop_pci_stream_control()
346 struct flexcop_device *fc; in flexcop_pci_probe()
/openbmc/linux/drivers/media/usb/b2c2/
H A Dflexcop-usb.c69 static int flexcop_usb_readwrite_dw(struct flexcop_device *fc, u16 wRegOffsPCI, u32 *val, u8 read) in flexcop_usb_readwrite_dw()
222 static int flexcop_usb_get_mac_addr(struct flexcop_device *fc, int extended) in flexcop_usb_get_mac_addr()
302 static flexcop_ibi_value flexcop_usb_read_ibi_reg(struct flexcop_device *fc, in flexcop_usb_read_ibi_reg()
311 static int flexcop_usb_write_ibi_reg(struct flexcop_device *fc, in flexcop_usb_write_ibi_reg()
405 static int flexcop_usb_stream_control(struct flexcop_device *fc, int onoff) in flexcop_usb_stream_control()
553 struct flexcop_device *fc = NULL; in flexcop_usb_probe()
H A Dflexcop-usb.h29 struct flexcop_device *fc_dev;