Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/media/pci/ivtv/
A Divtv-firmware.c79 if (itv->has_cx23415 && itv->dec_mbox.mbox) in ivtv_halt_firmware()
97 if (!itv->has_cx23415) in ivtv_halt_firmware()
116 if (itv->has_cx23415) { in ivtv_halt_firmware()
139 if (itv->has_cx23415) { in ivtv_firmware_versions()
154 if (!itv->has_cx23415) in ivtv_firmware_copy()
199 if (itv->has_cx23415) in ivtv_firmware_init()
216 if (!itv->has_cx23415) in ivtv_firmware_init()
222 } else if (itv->has_cx23415 && ivtv_vapi(itv, CX2341X_DEC_PING_FW, 0)) { in ivtv_firmware_init()
A Divtv-driver.c387 if (itv->has_cx23415 && itv->dec_mem != NULL) { in ivtv_iounmap()
670 itv->has_cx23415 = (itv->pdev->device == PCI_DEVICE_ID_IVTV15); in ivtv_process_options()
671 chipname = itv->has_cx23415 ? "cx23415" : "cx23416"; in ivtv_process_options()
686 itv->card = ivtv_get_card(itv->has_cx23415 ? IVTV_CARD_PVR_350 : IVTV_CARD_PVR_150); in ivtv_process_options()
856 if (itv->has_cx23415 && in ivtv_setup_pci()
873 if (itv->has_cx23415) in ivtv_setup_pci()
1055 if (itv->has_cx23415) { in ivtv_probe()
1285 if (itv->has_cx23415) in ivtv_probe()
1368 if (!itv->has_cx23415) in ivtv_init_on_first_open()
1446 if (itv->has_cx23415) in ivtv_remove()
A Divtv-irq.c153 if (itv->has_cx23415) in stream_enc_dma_append()
180 if (itv->has_cx23415 && (s->type == IVTV_ENC_STREAM_TYPE_PCM || in stream_enc_dma_append()
280 if (itv->has_cx23415 && (s->type == IVTV_ENC_STREAM_TYPE_PCM || in dma_post()
A Divtv-streams.c565 ivtv_vapi(itv, CX2341X_ENC_MISC, 2, 3, !itv->has_cx23415); in ivtv_start_v4l2_encode_stream()
608 if (itv->has_cx23415 && !test_and_set_bit(IVTV_F_I_DIG_RST, &itv->i_flags)) { in ivtv_start_v4l2_encode_stream()
A Divtv-driver.h614 u8 has_cx23415; /* 1 if it is a cx23415 based card, 0 for cx23416 */ member
A Divtv-ioctl.c696 else if (itv->has_cx23415 && reg >= IVTV_DECODER_OFFSET && in ivtv_itvc()

Completed in 17 milliseconds