Searched refs:cx88_core (Results 1 – 14 of 14) sorted by relevance
| /drivers/media/pci/cx88/ |
| A D | cx88.h | 332 struct cx88_core { struct 469 struct cx88_core *core; 508 struct cx88_core *core; 537 struct cx88_core *core; 616 void cx88_wakeup(struct cx88_core *core, 619 int cx88_reset(struct cx88_core *core); 649 void cx88_core_put(struct cx88_core *core, 706 int cx88_ir_fini(struct cx88_core *core); 707 void cx88_ir_irq(struct cx88_core *core); 708 int cx88_ir_start(struct cx88_core *core); [all …]
|
| A D | cx88-blackbird.c | 537 struct cx88_core *core = dev->core; in blackbird_codec_settings() 552 struct cx88_core *core = dev->core; in blackbird_initialize_codec() 608 struct cx88_core *core = dev->core; in blackbird_start_codec() 794 struct cx88_core *core = dev->core; in vidioc_querycap() 814 struct cx88_core *core = dev->core; in vidioc_g_fmt_vid_cap() 830 struct cx88_core *core = dev->core; in vidioc_try_fmt_vid_cap() 892 struct cx88_core *core = dev->core; in vidioc_s_frequency() 914 struct cx88_core *core = dev->core; in vidioc_log_status() 927 struct cx88_core *core = dev->core; in vidioc_enum_input() 936 struct cx88_core *core = dev->core; in vidioc_g_frequency() [all …]
|
| A D | cx88-video.c | 353 struct cx88_core *core = dev->core; in start_video_dma() 390 struct cx88_core *core = dev->core; in stop_video_dma() 425 struct cx88_core *core = dev->core; in queue_setup() 437 struct cx88_core *core = dev->core; in buffer_prepare() 543 struct cx88_core *core = dev->core; in stop_streaming() 574 struct cx88_core *core = dev->core; in radio_open() 607 struct cx88_core *core = in cx8800_s_vid_ctrl() 654 struct cx88_core *core = in cx8800_s_aud_ctrl() 708 struct cx88_core *core = dev->core; in vidioc_g_fmt_vid_cap() 726 struct cx88_core *core = dev->core; in vidioc_try_fmt_vid_cap() [all …]
|
| A D | cx88-tvaudio.c | 113 static void set_audio_start(struct cx88_core *core, u32 mode) in set_audio_start() 124 static void set_audio_finish(struct cx88_core *core, u32 ctl) in set_audio_finish() 373 static void set_audio_standard_A2(struct cx88_core *core, u32 mode) in set_audio_standard_A2() 638 static void set_audio_standard_EIAJ(struct cx88_core *core) in set_audio_standard_EIAJ() 652 static void set_audio_standard_FM(struct cx88_core *core, in set_audio_standard_FM() 724 static int cx88_detect_nicam(struct cx88_core *core) in cx88_detect_nicam() 747 void cx88_set_tvaudio(struct cx88_core *core) in cx88_set_tvaudio() 801 void cx88_newstation(struct cx88_core *core) in cx88_newstation() 808 void cx88_get_stereo(struct cx88_core *core, struct v4l2_tuner *t) in cx88_get_stereo() 881 void cx88_set_stereo(struct cx88_core *core, u32 mode, int manual) in cx88_set_stereo() [all …]
|
| A D | cx88-input.c | 27 struct cx88_core *core; 70 struct cx88_core *core = ir->core; in cx88_ir_handle_key() 184 struct cx88_core *core = priv; in __cx88_ir_start() 208 struct cx88_core *core = priv; in __cx88_ir_stop() 224 int cx88_ir_start(struct cx88_core *core) in cx88_ir_start() 233 void cx88_ir_stop(struct cx88_core *core) in cx88_ir_stop() 242 struct cx88_core *core = rc->priv; in cx88_ir_open() 250 struct cx88_core *core = rc->priv; in cx88_ir_close() 504 int cx88_ir_fini(struct cx88_core *core) in cx88_ir_fini() 523 void cx88_ir_irq(struct cx88_core *core) in cx88_ir_irq() [all …]
|
| A D | cx88-vp3054-i2c.c | 27 struct cx88_core *core = dev->core; in vp3054_bit_setscl() 44 struct cx88_core *core = dev->core; in vp3054_bit_setsda() 61 struct cx88_core *core = dev->core; in vp3054_bit_getscl() 71 struct cx88_core *core = dev->core; in vp3054_bit_getsda() 93 struct cx88_core *core = dev->core; in vp3054_i2c_probe()
|
| A D | cx88-i2c.c | 46 struct cx88_core *core = data; in cx8800_bit_setscl() 58 struct cx88_core *core = data; in cx8800_bit_setsda() 70 struct cx88_core *core = data; in cx8800_bit_getscl() 79 struct cx88_core *core = data; in cx8800_bit_getsda() 124 int cx88_i2c_init(struct cx88_core *core, struct pci_dev *pci) in cx88_i2c_init()
|
| A D | cx88-alsa.c | 54 struct cx88_core *core; 116 struct cx88_core *core = chip->core; in _cx88_start_audio_dma() 165 struct cx88_core *core = chip->core; in _cx88_stop_audio_dma() 207 struct cx88_core *core = chip->core; in cx8801_aud_irq() 244 struct cx88_core *core = chip->core; in cx8801_irq() 633 struct cx88_core *core = chip->core; in snd_cx88_volume_get() 648 struct cx88_core *core = chip->core; in snd_cx88_wm8775_volume_put() 670 struct cx88_core *core = chip->core; in snd_cx88_volume_put() 848 struct cx88_core **core_ptr) in snd_cx88_create() 851 struct cx88_core *core; in snd_cx88_create() [all …]
|
| A D | cx88-core.c | 342 int cx88_sram_channel_setup(struct cx88_core *core, in cx88_sram_channel_setup() 421 void cx88_sram_channel_dump(struct cx88_core *core, in cx88_sram_channel_dump() 504 int cx88_core_irq(struct cx88_core *core, u32 status) in cx88_core_irq() 520 void cx88_wakeup(struct cx88_core *core, in cx88_wakeup() 535 void cx88_shutdown(struct cx88_core *core) in cx88_shutdown() 560 int cx88_reset(struct cx88_core *core) in cx88_reset() 791 int cx88_start_audio_dma(struct cx88_core *core) in cx88_start_audio_dma() 817 int cx88_stop_audio_dma(struct cx88_core *core) in cx88_stop_audio_dma() 829 static int set_tvaudio(struct cx88_core *core) in set_tvaudio() 1022 void cx88_vdev_init(struct cx88_core *core, in cx88_vdev_init() [all …]
|
| A D | cx88-mpeg.c | 76 struct cx88_core *core = dev->core; in cx8802_start_dma() 182 struct cx88_core *core = dev->core; in cx8802_stop_dma() 306 struct cx88_core *core = dev->core; in cx8802_mpeg_irq() 353 struct cx88_core *core = dev->core; in cx8802_irq() 385 struct cx88_core *core = dev->core; in cx8802_init_common() 517 struct cx88_core *core = drv->core; in cx8802_request_acquire() 555 struct cx88_core *core = drv->core; in cx8802_request_release() 703 struct cx88_core *core; in cx8802_probe()
|
| A D | cx88-dvb.c | 382 struct cx88_core *core = dev->core; in lgdt330x_pll_rf_set() 447 struct cx88_core *core = dev->core; in kworld_dvbs_100_set_voltage() 463 struct cx88_core *core = dev->core; in geniatech_dvbs_set_voltage() 479 struct cx88_core *core = dev->core; in tevii_dvbs_set_voltage() 503 struct cx88_core *core = dev->core; in vp1027_set_voltage() 696 struct cx88_core *core = dev->core; in cx24116_reset_device() 779 struct cx88_core *core = dev->core; in cx8802_alloc_frontends() 888 struct cx88_core *core = dev->core; in samsung_smt_7020_set_tone() 910 struct cx88_core *core = dev->core; in samsung_smt_7020_set_voltage() 988 struct cx88_core *core = dev->core; in dvb_register() [all …]
|
| A D | cx88-dsp.c | 157 static s32 detect_a2_a2m_eiaj(struct cx88_core *core, s16 x[], u32 N) in detect_a2_a2m_eiaj() 224 static s32 detect_btsc(struct cx88_core *core, s16 x[], u32 N) in detect_btsc() 237 static s16 *read_rds_samples(struct cx88_core *core, u32 *N) in read_rds_samples() 272 s32 cx88_dsp_detect_stereo_sap(struct cx88_core *core) in cx88_dsp_detect_stereo_sap()
|
| A D | cx88-cards.c | 2978 static void gdi_eeprom(struct cx88_core *core, u8 *eeprom_data) in gdi_eeprom() 2994 static int cx88_dvico_xc2028_callback(struct cx88_core *core, in cx88_dvico_xc2028_callback() 3090 static int cx88_pv_8000gt_callback(struct cx88_core *core, in cx88_pv_8000gt_callback() 3144 static int cx88_xc2028_tuner_callback(struct cx88_core *core, in cx88_xc2028_tuner_callback() 3192 static int cx88_xc4000_tuner_callback(struct cx88_core *core, in cx88_xc4000_tuner_callback() 3212 static int cx88_xc5000_tuner_callback(struct cx88_core *core, in cx88_xc5000_tuner_callback() 3258 struct cx88_core *core; in cx88_tuner_callback() 3314 static void cx88_card_setup_pre_i2c(struct cx88_core *core) in cx88_card_setup_pre_i2c() 3443 static void cx88_card_setup(struct cx88_core *core) in cx88_card_setup() 3698 struct cx88_core *cx88_core_create(struct pci_dev *pci, int nr) in cx88_core_create() [all …]
|
| A D | cx88-vbi.c | 55 struct cx88_core *core = dev->core; in cx8800_start_vbi_dma() 85 struct cx88_core *core = dev->core; in cx8800_stop_vbi_dma() 208 struct cx88_core *core = dev->core; in stop_streaming()
|
Completed in 860 milliseconds