Home
last modified time | relevance | path

Searched refs:has_cx23415 (Results 1 – 6 of 6) sorted by relevance

/drivers/media/video/ivtv/
Divtv-firmware.c88 if (itv->has_cx23415 && itv->dec_mbox.mbox) in ivtv_halt_firmware()
106 if (!itv->has_cx23415) in ivtv_halt_firmware()
125 if (itv->has_cx23415) { in ivtv_halt_firmware()
148 if (itv->has_cx23415) { in ivtv_firmware_versions()
163 if (!itv->has_cx23415) in ivtv_firmware_copy()
208 if (itv->has_cx23415) in ivtv_firmware_init()
225 if (!itv->has_cx23415) in ivtv_firmware_init()
231 } else if (itv->has_cx23415 && ivtv_vapi(itv, CX2341X_DEC_PING_FW, 0)) { in ivtv_firmware_init()
Divtv-driver.c333 if (itv->has_cx23415 && itv->dec_mem != NULL) { in ivtv_iounmap()
607 itv->has_cx23415 = (itv->dev->device == PCI_DEVICE_ID_IVTV15); in ivtv_process_options()
608 chipname = itv->has_cx23415 ? "cx23415" : "cx23416"; in ivtv_process_options()
623 itv->card = ivtv_get_card(itv->has_cx23415 ? IVTV_CARD_PVR_350 : IVTV_CARD_PVR_150); in ivtv_process_options()
798 if (itv->has_cx23415 && in ivtv_setup_pci()
994 if (itv->has_cx23415) { in ivtv_probe()
1188 if (itv->has_cx23415) in ivtv_probe()
1278 if (!itv->has_cx23415) in ivtv_init_on_first_open()
1348 if (itv->has_cx23415) in ivtv_remove()
Divtv-irq.c142 if (itv->has_cx23415) in stream_enc_dma_append()
169 if (itv->has_cx23415 && (s->type == IVTV_ENC_STREAM_TYPE_PCM || in stream_enc_dma_append()
271 if (itv->has_cx23415 && (s->type == IVTV_ENC_STREAM_TYPE_PCM || in dma_post()
Divtv-streams.c523 ivtv_vapi(itv, CX2341X_ENC_MISC, 2, 3, !itv->has_cx23415); in ivtv_start_v4l2_encode_stream()
566 if (itv->has_cx23415 && !test_and_set_bit(IVTV_F_I_DIG_RST, &itv->i_flags)) { in ivtv_start_v4l2_encode_stream()
Divtv-driver.h599 u8 has_cx23415; /* 1 if it is a cx23415 based card, 0 for cx23416 */ member
Divtv-ioctl.c685 chip->ident = itv->has_cx23415 ? V4L2_IDENT_CX23415 : V4L2_IDENT_CX23416; in ivtv_g_chip_ident()
705 else if (itv->has_cx23415 && regs->reg >= IVTV_DECODER_OFFSET && in ivtv_itvc()