/drivers/media/dvb/b2c2/ |
D | flexcop-common.h | 48 struct flexcop_device *fc; 58 struct flexcop_device { struct 94 flexcop_ibi_value (*read_ibi_reg) (struct flexcop_device *, flexcop_ibi_register); argument 95 …int (*write_ibi_reg) (struct flexcop_device *, flexcop_ibi_register, flexcop_ibi_val… argument 100 int (*stream_control) (struct flexcop_device*, int); argument 102 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 …]
|
D | flexcop-hw-filter.c | 10 static void flexcop_rcv_data_ctrl(struct flexcop_device *fc, int onoff) in flexcop_rcv_data_ctrl() 17 void flexcop_smc_ctrl(struct flexcop_device *fc, int onoff) in flexcop_smc_ctrl() 22 static void flexcop_null_filter_ctrl(struct flexcop_device *fc, int onoff) in flexcop_null_filter_ctrl() 27 void flexcop_set_mac_filter(struct flexcop_device *fc, u8 mac[6]) in flexcop_set_mac_filter() 43 void flexcop_mac_filter_ctrl(struct flexcop_device *fc, int onoff) in flexcop_mac_filter_ctrl() 48 static void flexcop_pid_group_filter(struct flexcop_device *fc, u16 pid, u16 mask) in flexcop_pid_group_filter() 57 static void flexcop_pid_group_filter_ctrl(struct flexcop_device *fc, int onoff) in flexcop_pid_group_filter_ctrl() 77 static void flexcop_pid_Stream1_PID_ctrl(struct flexcop_device *fc, u16 pid, int onoff) in flexcop_pid_Stream1_PID_ctrl() 82 static void flexcop_pid_Stream2_PID_ctrl(struct flexcop_device *fc, u16 pid, int onoff) in flexcop_pid_Stream2_PID_ctrl() 87 static void flexcop_pid_PCR_PID_ctrl(struct flexcop_device *fc, u16 pid, int onoff) in flexcop_pid_PCR_PID_ctrl() [all …]
|
D | flexcop.c | 59 struct flexcop_device *fc = dvbdmxfeed->demux->priv; in flexcop_dvb_start_feed() 65 struct flexcop_device *fc = dvbdmxfeed->demux->priv; in flexcop_dvb_stop_feed() 69 static int flexcop_dvb_init(struct flexcop_device *fc) in flexcop_dvb_init() 138 static void flexcop_dvb_exit(struct flexcop_device *fc) in flexcop_dvb_exit() 157 void flexcop_pass_dmx_data(struct flexcop_device *fc, u8 *buf, u32 len) in flexcop_pass_dmx_data() 163 void flexcop_pass_dmx_packets(struct flexcop_device *fc, u8 *buf, u32 no) in flexcop_pass_dmx_packets() 169 static void flexcop_reset(struct flexcop_device *fc) in flexcop_reset() 202 void flexcop_reset_block_300(struct flexcop_device *fc) in flexcop_reset_block_300() 219 struct flexcop_device *flexcop_device_kmalloc(size_t bus_specific_len) in flexcop_device_kmalloc() 222 struct flexcop_device *fc = kzalloc(sizeof(struct flexcop_device), GFP_KERNEL); in flexcop_device_kmalloc() [all …]
|
D | flexcop-dma.c | 40 int flexcop_dma_config(struct flexcop_device *fc, in flexcop_dma_config() 69 int flexcop_dma_xfer_control(struct flexcop_device *fc, in flexcop_dma_xfer_control() 109 static int flexcop_dma_remap(struct flexcop_device *fc, in flexcop_dma_remap() 121 int flexcop_dma_control_size_irq(struct flexcop_device *fc, in flexcop_dma_control_size_irq() 138 int flexcop_dma_control_timer_irq(struct flexcop_device *fc, in flexcop_dma_control_timer_irq() 156 int flexcop_dma_config_timer(struct flexcop_device *fc, in flexcop_dma_config_timer()
|
D | flexcop-fe-tuner.c | 34 struct flexcop_device *fc = fe->dvb->priv; in flexcop_set_voltage() 60 struct flexcop_device *fc = fe->dvb->priv; in flexcop_sleep() 75 struct flexcop_device *fc = fe->dvb->priv; in flexcop_set_tone() 186 struct flexcop_device *fc = fe->dvb->priv; in samsung_tbmu24112_tuner_set_params() 313 struct flexcop_device *fc = fe->dvb->priv; in flexcop_fe_request_firmware() 338 struct flexcop_device *fc = fe->dvb->priv; in skystar23_samsung_tbdu18132_tuner_set_params() 365 struct flexcop_device *fc = fe->dvb->priv; in alps_tdee4_stv0297_tuner_set_params() 514 int flexcop_frontend_init(struct flexcop_device *fc) in flexcop_frontend_init() 677 void flexcop_frontend_exit(struct flexcop_device *fc) in flexcop_frontend_exit()
|
D | flexcop-misc.c | 10 void flexcop_determine_revision(struct flexcop_device *fc) in flexcop_determine_revision() 64 void flexcop_device_name(struct flexcop_device *fc,const char *prefix,const in flexcop_device_name() 72 void flexcop_dump_reg(struct flexcop_device *fc, flexcop_ibi_register reg, int num) in flexcop_dump_reg()
|
D | flexcop-eeprom.c | 97 static int flexcop_eeprom_read(struct flexcop_device *fc, u16 addr, u8 *buf, u16 len) 113 static int flexcop_eeprom_request(struct flexcop_device *fc, flexcop_access_op_t op, u16 addr, u8 *… in flexcop_eeprom_request() 126 static int flexcop_eeprom_lrc_read(struct flexcop_device *fc, u16 addr, u8 *buf, u16 len, int retri… in flexcop_eeprom_lrc_read() 138 int flexcop_eeprom_check_mac_addr(struct flexcop_device *fc, int extended) in flexcop_eeprom_check_mac_addr()
|
D | flexcop-sram.c | 10 static void flexcop_sram_set_chip (struct flexcop_device *fc, flexcop_sram_type_t type) 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, flexcop_sram_dest_ta… in flexcop_sram_set_dest() 60 void flexcop_wan_set_speed(struct flexcop_device *fc, flexcop_wan_speed_t s) in flexcop_wan_set_speed() 66 void flexcop_sram_ctrl(struct flexcop_device *fc, int usb_wan, int sramdma, int maximumfill) in flexcop_sram_ctrl() 330 static int flexcop_sram_detect(struct flexcop_device *fc)
|
D | flexcop-pci.c | 72 struct flexcop_device *fc_dev; 77 static flexcop_ibi_value flexcop_pci_read_ibi_reg (struct flexcop_device *fc, flexcop_ibi_register … in flexcop_pci_read_ibi_reg() 91 static int flexcop_pci_write_ibi_reg(struct flexcop_device *fc, flexcop_ibi_register r, flexcop_ibi… in flexcop_pci_write_ibi_reg() 108 struct flexcop_device *fc = fc_pci->fc_dev; in flexcop_pci_irq_check_work() 147 struct flexcop_device *fc = fc_pci->fc_dev; in flexcop_pci_isr() 221 static int flexcop_pci_stream_control(struct flexcop_device *fc, int onoff) in flexcop_pci_stream_control() 344 struct flexcop_device *fc; in flexcop_pci_probe()
|
D | flexcop-usb.c | 67 static int flexcop_usb_readwrite_dw(struct flexcop_device *fc, u16 wRegOffsPCI, u32 *val, u8 read) in flexcop_usb_readwrite_dw() 181 static int flexcop_usb_get_mac_addr(struct flexcop_device *fc, int extended) in flexcop_usb_get_mac_addr() 265 static flexcop_ibi_value flexcop_usb_read_ibi_reg(struct flexcop_device *fc, flexcop_ibi_register r… in flexcop_usb_read_ibi_reg() 273 static int flexcop_usb_write_ibi_reg(struct flexcop_device *fc, flexcop_ibi_register reg, flexcop_i… in flexcop_usb_write_ibi_reg() 360 static int flexcop_usb_stream_control(struct flexcop_device *fc, int onoff) in flexcop_usb_stream_control() 480 struct flexcop_device *fc = NULL; in flexcop_usb_probe()
|
D | flexcop-i2c.c | 14 static int flexcop_i2c_operation(struct flexcop_device *fc, flexcop_ibi_value *r100) in flexcop_i2c_operation() 76 static int flexcop_i2c_write4(struct flexcop_device *fc, flexcop_ibi_value r100, u8 *buf) in flexcop_i2c_write4() 214 int flexcop_i2c_init(struct flexcop_device *fc) in flexcop_i2c_init() 275 void flexcop_i2c_exit(struct flexcop_device *fc) in flexcop_i2c_exit()
|
D | flexcop-usb.h | 23 struct flexcop_device *fc_dev;
|