Symbol: cxm_softc
sys/dev/video/cxm/cxm.c
1054
cxm_start_encoder(struct cxm_softc *sc)
sys/dev/video/cxm/cxm.c
1135
cxm_stop_encoder(struct cxm_softc *sc)
sys/dev/video/cxm/cxm.c
114
sizeof(struct cxm_softc),
sys/dev/video/cxm/cxm.c
1188
cxm_pause_encoder(struct cxm_softc *sc)
sys/dev/video/cxm/cxm.c
1203
cxm_unpause_encoder(struct cxm_softc *sc)
sys/dev/video/cxm/cxm.c
1218
cxm_encoder_fixup_byte_order(struct cxm_softc *sc,
sys/dev/video/cxm/cxm.c
1308
cxm_encoder_dma_discard(struct cxm_softc *sc)
sys/dev/video/cxm/cxm.c
1329
cxm_encoder_dma_done(struct cxm_softc *sc)
sys/dev/video/cxm/cxm.c
1375
cxm_encoder_dma_request(struct cxm_softc *sc)
sys/dev/video/cxm/cxm.c
1540
cxm_encoder_wait_for_lock(struct cxm_softc *sc)
sys/dev/video/cxm/cxm.c
1638
struct cxm_softc *sc;
sys/dev/video/cxm/cxm.c
1947
struct cxm_softc *sc;
sys/dev/video/cxm/cxm.c
2012
struct cxm_softc *sc = device_get_softc(dev);
sys/dev/video/cxm/cxm.c
2027
struct cxm_softc *sc;
sys/dev/video/cxm/cxm.c
2030
sc = (struct cxm_softc *)arg;
sys/dev/video/cxm/cxm.c
2061
struct cxm_softc *sc;
sys/dev/video/cxm/cxm.c
2074
struct cxm_softc *sc;
sys/dev/video/cxm/cxm.c
2103
struct cxm_softc *sc;
sys/dev/video/cxm/cxm.c
2147
struct cxm_softc *sc;
sys/dev/video/cxm/cxm.c
2152
sc = (struct cxm_softc*)devclass_get_softc(cxm_devclass, unit);
sys/dev/video/cxm/cxm.c
2179
struct cxm_softc *sc;
sys/dev/video/cxm/cxm.c
2184
sc = (struct cxm_softc*)devclass_get_softc(cxm_devclass, unit);
sys/dev/video/cxm/cxm.c
2223
struct cxm_softc *sc;
sys/dev/video/cxm/cxm.c
2228
sc = (struct cxm_softc*)devclass_get_softc(cxm_devclass, unit);
sys/dev/video/cxm/cxm.c
2320
struct cxm_softc *sc;
sys/dev/video/cxm/cxm.c
2328
sc = (struct cxm_softc*)devclass_get_softc(cxm_devclass, unit);
sys/dev/video/cxm/cxm.c
2915
struct cxm_softc *sc;
sys/dev/video/cxm/cxm.c
2925
sc = (struct cxm_softc *)devclass_get_softc(cxm_devclass, unit);
sys/dev/video/cxm/cxm.c
2943
struct cxm_softc *sc = (struct cxm_softc *)kn->kn_hook;
sys/dev/video/cxm/cxm.c
2952
struct cxm_softc *sc = (struct cxm_softc *)kn->kn_hook;
sys/dev/video/cxm/cxm.c
321
cxm_queue_firmware_command(struct cxm_softc *sc,
sys/dev/video/cxm/cxm.c
428
cxm_firmware_command(struct cxm_softc *sc,
sys/dev/video/cxm/cxm.c
501
cxm_firmware_command_nosleep(struct cxm_softc *sc,
sys/dev/video/cxm/cxm.c
562
cxm_stop_firmware(struct cxm_softc *sc)
sys/dev/video/cxm/cxm.c
583
cxm_set_irq_mask(struct cxm_softc *sc, uint32_t mask)
sys/dev/video/cxm/cxm.c
604
cxm_set_irq_status(struct cxm_softc *sc, uint32_t status)
sys/dev/video/cxm/cxm.c
620
cxm_stop_hardware(struct cxm_softc *sc)
sys/dev/video/cxm/cxm.c
666
cxm_download_firmware(struct cxm_softc *sc)
sys/dev/video/cxm/cxm.c
697
cxm_init_hardware(struct cxm_softc *sc)
sys/dev/video/cxm/cxm.c
802
cxm_configure_encoder(struct cxm_softc *sc)
sys/dev/video/cxm/cxm.h
456
int cxm_eeprom_init(struct cxm_softc *sc);
sys/dev/video/cxm/cxm.h
457
int cxm_eeprom_tuner_type(struct cxm_softc *sc);
sys/dev/video/cxm/cxm.h
462
int cxm_ir_init(struct cxm_softc *sc);
sys/dev/video/cxm/cxm.h
463
int cxm_ir_key(struct cxm_softc *sc, char *buf, int len);
sys/dev/video/cxm/cxm.h
482
int cxm_msp_init(struct cxm_softc *sc);
sys/dev/video/cxm/cxm.h
483
int cxm_msp_mute(struct cxm_softc *sc);
sys/dev/video/cxm/cxm.h
484
int cxm_msp_unmute(struct cxm_softc *sc);
sys/dev/video/cxm/cxm.h
485
int cxm_msp_is_muted(struct cxm_softc *sc);
sys/dev/video/cxm/cxm.h
486
int cxm_msp_select_source(struct cxm_softc *sc, enum cxm_source source);
sys/dev/video/cxm/cxm.h
487
enum cxm_source cxm_msp_selected_source(struct cxm_softc *sc);
sys/dev/video/cxm/cxm.h
488
int cxm_msp_autodetect_standard(struct cxm_softc *sc);
sys/dev/video/cxm/cxm.h
489
int cxm_msp_is_locked(struct cxm_softc *sc);
sys/dev/video/cxm/cxm.h
490
int cxm_msp_wait_for_lock(struct cxm_softc *sc);
sys/dev/video/cxm/cxm.h
505
int cxm_wm8775_init(struct cxm_softc *sc);
sys/dev/video/cxm/cxm.h
510
int cxm_tda988x_init(struct cxm_softc *sc);
sys/dev/video/cxm/cxm.h
511
int cxm_tda988x_diag(struct cxm_softc *sc);
sys/dev/video/cxm/cxm.h
526
int cxm_cx2584x_init(struct cxm_softc *sc);
sys/dev/video/cxm/cxm.h
527
int cxm_cx2584x_mute(struct cxm_softc *sc);
sys/dev/video/cxm/cxm.h
528
int cxm_cx2584x_unmute(struct cxm_softc *sc);
sys/dev/video/cxm/cxm.h
529
int cxm_cx2584x_select_source(struct cxm_softc *sc, enum cxm_source source);
sys/dev/video/cxm/cxm.h
530
int cxm_cx2584x_set_std(struct cxm_softc *sc);
sys/dev/video/cxm/cxm.h
631
int cxm_tuner_init(struct cxm_softc *sc);
sys/dev/video/cxm/cxm.h
632
int cxm_tuner_select_channel_set(struct cxm_softc *sc,
sys/dev/video/cxm/cxm.h
634
unsigned int cxm_tuner_selected_channel_set(struct cxm_softc *sc);
sys/dev/video/cxm/cxm.h
635
int cxm_tuner_select_frequency(struct cxm_softc *sc,
sys/dev/video/cxm/cxm.h
638
int cxm_tuner_select_channel(struct cxm_softc *sc, unsigned int channel);
sys/dev/video/cxm/cxm.h
639
int cxm_tuner_apply_afc(struct cxm_softc *sc);
sys/dev/video/cxm/cxm.h
640
int cxm_tuner_is_locked(struct cxm_softc *sc);
sys/dev/video/cxm/cxm.h
641
int cxm_tuner_wait_for_lock(struct cxm_softc *sc);
sys/dev/video/cxm/cxm.h
642
int cxm_tuner_status(struct cxm_softc *sc);
sys/dev/video/cxm/cxm.h
671
int cxm_saa7115_init(struct cxm_softc *sc);
sys/dev/video/cxm/cxm.h
672
int cxm_saa7115_mute(struct cxm_softc *sc);
sys/dev/video/cxm/cxm.h
673
int cxm_saa7115_unmute(struct cxm_softc *sc);
sys/dev/video/cxm/cxm.h
674
int cxm_saa7115_select_source(struct cxm_softc *sc, enum cxm_source source);
sys/dev/video/cxm/cxm.h
675
int cxm_saa7115_configure(struct cxm_softc *sc,
sys/dev/video/cxm/cxm.h
678
enum cxm_source_format cxm_saa7115_detected_format(struct cxm_softc *sc);
sys/dev/video/cxm/cxm.h
679
int cxm_saa7115_detected_fps(struct cxm_softc *sc);
sys/dev/video/cxm/cxm.h
680
int cxm_saa7115_get_brightness(struct cxm_softc *sc);
sys/dev/video/cxm/cxm.h
681
int cxm_saa7115_set_brightness(struct cxm_softc *sc,
sys/dev/video/cxm/cxm.h
683
int cxm_saa7115_get_chroma_saturation(struct cxm_softc *sc);
sys/dev/video/cxm/cxm.h
684
int cxm_saa7115_set_chroma_saturation(struct cxm_softc *sc,
sys/dev/video/cxm/cxm.h
686
int cxm_saa7115_get_contrast(struct cxm_softc *sc);
sys/dev/video/cxm/cxm.h
687
int cxm_saa7115_set_contrast(struct cxm_softc *sc, unsigned char contrast);
sys/dev/video/cxm/cxm.h
688
int cxm_saa7115_get_hue(struct cxm_softc *sc);
sys/dev/video/cxm/cxm.h
689
int cxm_saa7115_set_hue(struct cxm_softc *sc, unsigned char hue);
sys/dev/video/cxm/cxm.h
690
int cxm_saa7115_is_locked(struct cxm_softc *sc);
sys/dev/video/cxm/cxm.h
691
int cxm_saa7115_wait_for_lock(struct cxm_softc *sc);
sys/dev/video/cxm/cxm_eeprom.c
111
cxm_eeprom_tuner_type(struct cxm_softc *sc)
sys/dev/video/cxm/cxm_eeprom.c
98
cxm_eeprom_init(struct cxm_softc *sc)
sys/dev/video/cxm/cxm_ir.c
100
cxm_ir_key(struct cxm_softc *sc, char *buf, int len)
sys/dev/video/cxm/cxm_ir.c
85
cxm_ir_init(struct cxm_softc *sc)
sys/dev/video/cxm/cxm_msp34xxx.c
287
cxm_msp_init(struct cxm_softc *sc)
sys/dev/video/cxm/cxm_msp34xxx.c
355
cxm_msp_mute(struct cxm_softc *sc)
sys/dev/video/cxm/cxm_msp34xxx.c
377
cxm_msp_unmute(struct cxm_softc *sc)
sys/dev/video/cxm/cxm_msp34xxx.c
399
cxm_msp_is_muted(struct cxm_softc *sc)
sys/dev/video/cxm/cxm_msp34xxx.c
412
cxm_msp_select_source(struct cxm_softc *sc, enum cxm_source source)
sys/dev/video/cxm/cxm_msp34xxx.c
456
cxm_msp_selected_source(struct cxm_softc *sc)
sys/dev/video/cxm/cxm_msp34xxx.c
500
cxm_msp_autodetect_standard(struct cxm_softc *sc)
sys/dev/video/cxm/cxm_msp34xxx.c
555
cxm_msp_is_locked(struct cxm_softc *sc)
sys/dev/video/cxm/cxm_msp34xxx.c
588
cxm_msp_wait_for_lock(struct cxm_softc *sc)
sys/dev/video/cxm/cxm_saa7115.c
1014
cxm_saa7115_set_brightness(struct cxm_softc *sc, unsigned char brightness)
sys/dev/video/cxm/cxm_saa7115.c
1031
cxm_saa7115_get_chroma_saturation(struct cxm_softc *sc)
sys/dev/video/cxm/cxm_saa7115.c
1050
cxm_saa7115_set_chroma_saturation(struct cxm_softc *sc,
sys/dev/video/cxm/cxm_saa7115.c
1069
cxm_saa7115_get_contrast(struct cxm_softc *sc)
sys/dev/video/cxm/cxm_saa7115.c
1088
cxm_saa7115_set_contrast(struct cxm_softc *sc, unsigned char contrast)
sys/dev/video/cxm/cxm_saa7115.c
1106
cxm_saa7115_get_hue(struct cxm_softc *sc)
sys/dev/video/cxm/cxm_saa7115.c
1124
cxm_saa7115_set_hue(struct cxm_softc *sc, unsigned char hue)
sys/dev/video/cxm/cxm_saa7115.c
1141
cxm_saa7115_is_locked(struct cxm_softc *sc)
sys/dev/video/cxm/cxm_saa7115.c
1154
cxm_saa7115_wait_for_lock(struct cxm_softc *sc)
sys/dev/video/cxm/cxm_saa7115.c
669
cxm_saa7115_init(struct cxm_softc *sc)
sys/dev/video/cxm/cxm_saa7115.c
730
cxm_saa7115_mute(struct cxm_softc *sc)
sys/dev/video/cxm/cxm_saa7115.c
751
cxm_saa7115_unmute(struct cxm_softc *sc)
sys/dev/video/cxm/cxm_saa7115.c
772
cxm_saa7115_select_source(struct cxm_softc *sc, enum cxm_source source)
sys/dev/video/cxm/cxm_saa7115.c
815
cxm_saa7115_configure(struct cxm_softc *sc,
sys/dev/video/cxm/cxm_saa7115.c
917
cxm_saa7115_detected_format(struct cxm_softc *sc)
sys/dev/video/cxm/cxm_saa7115.c
978
cxm_saa7115_detected_fps(struct cxm_softc *sc)
sys/dev/video/cxm/cxm_saa7115.c
996
cxm_saa7115_get_brightness(struct cxm_softc *sc)
sys/dev/video/cxm/cxm_tuner.c
547
cxm_tuner_init(struct cxm_softc *sc)
sys/dev/video/cxm/cxm_tuner.c
578
cxm_tuner_select_channel_set(struct cxm_softc *sc, unsigned int channel_set)
sys/dev/video/cxm/cxm_tuner.c
604
cxm_tuner_selected_channel_set(struct cxm_softc *sc)
sys/dev/video/cxm/cxm_tuner.c
611
cxm_tuner_select_frequency(struct cxm_softc *sc,
sys/dev/video/cxm/cxm_tuner.c
776
cxm_tuner_select_channel(struct cxm_softc *sc, unsigned int channel)
sys/dev/video/cxm/cxm_tuner.c
804
cxm_tuner_apply_afc(struct cxm_softc *sc)
sys/dev/video/cxm/cxm_tuner.c
873
cxm_tuner_is_locked(struct cxm_softc *sc)
sys/dev/video/cxm/cxm_tuner.c
887
cxm_tuner_wait_for_lock(struct cxm_softc *sc)
sys/dev/video/cxm/cxm_tuner.c
946
cxm_tuner_status(struct cxm_softc *sc)