/drivers/media/pci/cx88/ |
D | cx88.h | 340 struct cx88_core { struct 381 void (*gate_ctrl)(struct cx88_core *core, int open); argument 420 static inline struct cx88_core *to_core(struct v4l2_device *v4l2_dev) in to_core() argument 422 return container_of(v4l2_dev, struct cx88_core, v4l2_dev); in to_core() 476 struct cx88_core *core; 517 struct cx88_core *core; 546 struct cx88_core *core; 622 extern int cx88_core_irq(struct cx88_core *core, u32 status); 623 extern void cx88_wakeup(struct cx88_core *core, 625 extern void cx88_shutdown(struct cx88_core *core); [all …]
|
D | cx88-video.c | 298 int cx88_video_mux(struct cx88_core *core, unsigned int input) in cx88_video_mux() 363 struct cx88_core *core = dev->core; in start_video_dma() 400 struct cx88_core *core = dev->core; in stop_video_dma() 417 struct cx88_core *core = dev->core; in restart_video_queue() 437 struct cx88_core *core = dev->core; in queue_setup() 449 struct cx88_core *core = dev->core; in buffer_prepare() 517 struct cx88_core *core = dev->core; in buffer_queue() 554 struct cx88_core *core = dev->core; in stop_streaming() 587 struct cx88_core *core = dev->core; in radio_open() 620 struct cx88_core *core = in cx8800_s_vid_ctrl() [all …]
|
D | cx88-blackbird.c | 181 static void host_setup(struct cx88_core *core) in host_setup() 215 static int wait_ready_gpio0_bit1(struct cx88_core *core, u32 state) in wait_ready_gpio0_bit1() 231 static int memory_write(struct cx88_core *core, u32 address, u32 value) in memory_write() 247 static int memory_read(struct cx88_core *core, u32 address, u32 *value) in memory_read() 273 static int register_write(struct cx88_core *core, u32 address, u32 value) in register_write() 289 static int register_read(struct cx88_core *core, u32 address, u32 *value) in register_read() 518 struct cx88_core *core = dev->core; in blackbird_codec_settings() 532 struct cx88_core *core = dev->core; in blackbird_initialize_codec() 587 struct cx88_core *core = dev->core; in blackbird_start_codec() 777 struct cx88_core *core = dev->core; in vidioc_querycap() [all …]
|
D | cx88-input.c | 39 struct cx88_core *core; 78 struct cx88_core *core = ir->core; in cx88_ir_handle_key() 188 struct cx88_core *core = priv; in __cx88_ir_start() 213 struct cx88_core *core = priv; in __cx88_ir_stop() 229 int cx88_ir_start(struct cx88_core *core) in cx88_ir_start() 237 void cx88_ir_stop(struct cx88_core *core) in cx88_ir_stop() 245 struct cx88_core *core = rc->priv; in cx88_ir_open() 253 struct cx88_core *core = rc->priv; in cx88_ir_close() 262 int cx88_ir_init(struct cx88_core *core, struct pci_dev *pci) in cx88_ir_init() 508 int cx88_ir_fini(struct cx88_core *core) in cx88_ir_fini() [all …]
|
D | cx88-tvaudio.c | 104 static void set_audio_registers(struct cx88_core *core, const struct rlist *l) in set_audio_registers() 125 static void set_audio_start(struct cx88_core *core, u32 mode) in set_audio_start() 136 static void set_audio_finish(struct cx88_core *core, u32 ctl) in set_audio_finish() 171 static void set_audio_standard_BTSC(struct cx88_core *core, unsigned int sap, in set_audio_standard_BTSC() 281 static void set_audio_standard_NICAM(struct cx88_core *core, u32 mode) in set_audio_standard_NICAM() 382 static void set_audio_standard_A2(struct cx88_core *core, u32 mode) in set_audio_standard_A2() 648 static void set_audio_standard_EIAJ(struct cx88_core *core) in set_audio_standard_EIAJ() 662 static void set_audio_standard_FM(struct cx88_core *core, in set_audio_standard_FM() 732 static int cx88_detect_nicam(struct cx88_core *core) in cx88_detect_nicam() 755 void cx88_set_tvaudio(struct cx88_core *core) in cx88_set_tvaudio() [all …]
|
D | cx88-vp3054-i2c.c | 43 struct cx88_core *core = dev->core; in vp3054_bit_setscl() 60 struct cx88_core *core = dev->core; in vp3054_bit_setsda() 77 struct cx88_core *core = dev->core; in vp3054_bit_getscl() 87 struct cx88_core *core = dev->core; in vp3054_bit_getsda() 109 struct cx88_core *core = dev->core; in vp3054_i2c_probe()
|
D | cx88-i2c.c | 58 struct cx88_core *core = data; in cx8800_bit_setscl() 70 struct cx88_core *core = data; in cx8800_bit_setsda() 82 struct cx88_core *core = data; in cx8800_bit_getscl() 91 struct cx88_core *core = data; in cx8800_bit_getsda() 136 int cx88_i2c_init(struct cx88_core *core, struct pci_dev *pci) in cx88_i2c_init()
|
D | cx88-alsa.c | 72 struct cx88_core *core; 141 struct cx88_core *core=chip->core; in _cx88_start_audio_dma() 186 struct cx88_core *core=chip->core; in _cx88_stop_audio_dma() 226 struct cx88_core *core = chip->core; in cx8801_aud_irq() 263 struct cx88_core *core = chip->core; in cx8801_irq() 650 struct cx88_core *core=chip->core; in snd_cx88_volume_get() 665 struct cx88_core *core = chip->core; in snd_cx88_wm8775_volume_put() 687 struct cx88_core *core=chip->core; in snd_cx88_volume_put() 737 struct cx88_core *core = chip->core; in snd_cx88_switch_get() 748 struct cx88_core *core = chip->core; in snd_cx88_switch_put() [all …]
|
D | cx88-core.c | 333 int cx88_sram_channel_setup(struct cx88_core *core, in cx88_sram_channel_setup() 412 void cx88_sram_channel_dump(struct cx88_core *core, in cx88_sram_channel_dump() 499 int cx88_core_irq(struct cx88_core *core, u32 status) in cx88_core_irq() 514 void cx88_wakeup(struct cx88_core *core, in cx88_wakeup() 528 void cx88_shutdown(struct cx88_core *core) in cx88_shutdown() 552 int cx88_reset(struct cx88_core *core) in cx88_reset() 659 int cx88_set_scale(struct cx88_core *core, unsigned int width, unsigned int height, in cx88_set_scale() 730 static int set_pll(struct cx88_core *core, int prescale, u32 ofreq) in set_pll() 767 int cx88_start_audio_dma(struct cx88_core *core) in cx88_start_audio_dma() 793 int cx88_stop_audio_dma(struct cx88_core *core) in cx88_stop_audio_dma() [all …]
|
D | cx88-mpeg.c | 93 struct cx88_core *core = dev->core; in cx8802_start_dma() 191 struct cx88_core *core = dev->core; in cx8802_stop_dma() 310 struct cx88_core *core = dev->core; in cx8802_mpeg_irq() 356 struct cx88_core *core = dev->core; in cx8802_irq() 389 struct cx88_core *core = dev->core; in cx8802_init_common() 445 struct cx88_core *core = dev->core; in cx8802_suspend_common() 471 struct cx88_core *core = dev->core; in cx8802_resume_common() 523 struct cx88_core *core = drv->core; in cx8802_request_acquire() 562 struct cx88_core *core = drv->core; in cx8802_request_release() 710 struct cx88_core *core; in cx8802_probe()
|
D | cx88-dsp.c | 155 static s32 detect_a2_a2m_eiaj(struct cx88_core *core, s16 x[], u32 N) in detect_a2_a2m_eiaj() 219 static s32 detect_btsc(struct cx88_core *core, s16 x[], u32 N) in detect_btsc() 231 static s16 *read_rds_samples(struct cx88_core *core, u32 *N) in read_rds_samples() 271 s32 cx88_dsp_detect_stereo_sap(struct cx88_core *core) in cx88_dsp_detect_stereo_sap()
|
D | cx88-dvb.c | 202 static void cx88_dvb_gate_ctrl(struct cx88_core *core, int open) in cx88_dvb_gate_ctrl() 393 struct cx88_core *core = dev->core; in lgdt330x_pll_rf_set() 458 struct cx88_core *core = dev->core; in kworld_dvbs_100_set_voltage() 474 struct cx88_core *core = dev->core; in geniatech_dvbs_set_voltage() 490 struct cx88_core *core = dev->core; in tevii_dvbs_set_voltage() 514 struct cx88_core *core = dev->core; in vp1027_set_voltage() 712 struct cx88_core *core = dev->core; in cx24116_reset_device() 794 struct cx88_core *core = dev->core; in cx8802_alloc_frontends() 906 struct cx88_core *core = dev->core; in samsung_smt_7020_set_tone() 928 struct cx88_core *core = dev->core; in samsung_smt_7020_set_voltage() [all …]
|
D | cx88-cards.c | 2827 static void leadtek_eeprom(struct cx88_core *core, u8 *eeprom_data) in leadtek_eeprom() 2855 static void hauppauge_eeprom(struct cx88_core *core, u8 *eeprom_data) in hauppauge_eeprom() 2954 static void gdi_eeprom(struct cx88_core *core, u8 *eeprom_data) in gdi_eeprom() 2969 static int cx88_dvico_xc2028_callback(struct cx88_core *core, in cx88_dvico_xc2028_callback() 3001 static int cx88_xc3028_geniatech_tuner_callback(struct cx88_core *core, in cx88_xc3028_geniatech_tuner_callback() 3028 static int cx88_xc3028_winfast1800h_callback(struct cx88_core *core, in cx88_xc3028_winfast1800h_callback() 3045 static int cx88_xc4000_winfast2000h_plus_callback(struct cx88_core *core, in cx88_xc4000_winfast2000h_plus_callback() 3064 static int cx88_pv_8000gt_callback(struct cx88_core *core, in cx88_pv_8000gt_callback() 3085 static void dvico_fusionhdtv_hybrid_init(struct cx88_core *core) in dvico_fusionhdtv_hybrid_init() 3117 static int cx88_xc2028_tuner_callback(struct cx88_core *core, in cx88_xc2028_tuner_callback() [all …]
|
D | cx88-vbi.c | 50 struct cx88_core *core = dev->core; in cx8800_start_vbi_dma() 80 struct cx88_core *core = dev->core; in cx8800_stop_vbi_dma() 206 struct cx88_core *core = dev->core; in stop_streaming()
|