Home
last modified time | relevance | path

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

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/pci/ivtv/
H 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()
H 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()
H 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()
H A Divtv-streams.c568 ivtv_vapi(itv, CX2341X_ENC_MISC, 2, 3, !itv->has_cx23415); in ivtv_start_v4l2_encode_stream()
611 if (itv->has_cx23415 && !test_and_set_bit(IVTV_F_I_DIG_RST, &itv->i_flags)) { in ivtv_start_v4l2_encode_stream()
H A Divtv-driver.h617 u8 has_cx23415; /* 1 if it is a cx23415 based card, 0 for cx23416 */ member
H A Divtv-ioctl.c701 else if (itv->has_cx23415 && reg >= IVTV_DECODER_OFFSET && in ivtv_itvc()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/pci/ivtv/
H 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()
H 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()
H 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()
H A Divtv-streams.c568 ivtv_vapi(itv, CX2341X_ENC_MISC, 2, 3, !itv->has_cx23415); in ivtv_start_v4l2_encode_stream()
611 if (itv->has_cx23415 && !test_and_set_bit(IVTV_F_I_DIG_RST, &itv->i_flags)) { in ivtv_start_v4l2_encode_stream()
H A Divtv-driver.h617 u8 has_cx23415; /* 1 if it is a cx23415 based card, 0 for cx23416 */ member
H A Divtv-ioctl.c701 else if (itv->has_cx23415 && reg >= IVTV_DECODER_OFFSET && in ivtv_itvc()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/pci/ivtv/
H 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()
H 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()
H 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()
H A Divtv-streams.c568 ivtv_vapi(itv, CX2341X_ENC_MISC, 2, 3, !itv->has_cx23415); in ivtv_start_v4l2_encode_stream()
611 if (itv->has_cx23415 && !test_and_set_bit(IVTV_F_I_DIG_RST, &itv->i_flags)) { in ivtv_start_v4l2_encode_stream()
H A Divtv-driver.h617 u8 has_cx23415; /* 1 if it is a cx23415 based card, 0 for cx23416 */ member
H A Divtv-ioctl.c701 else if (itv->has_cx23415 && reg >= IVTV_DECODER_OFFSET && in ivtv_itvc()