Home
last modified time | relevance | path

Searched refs:cx25840 (Results 1 - 25 of 30) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/media/i2c/cx25840/
H A DMakefile2 cx25840-objs := cx25840-core.o cx25840-audio.o cx25840-firmware.o \
3 cx25840-vbi.o cx25840-ir.o
5 obj-$(CONFIG_VIDEO_CX25840) += cx25840.o
H A Dcx25840-firmware.c2 /* cx25840 firmware functions
9 #include <media/drv-intf/cx25840.h>
11 #include "cx25840-core.h"
53 #define CX25840_FIRMWARE "v4l-cx25840.fw"
H A Dcx25840-audio.c2 /* cx25840 audio functions
9 #include <media/drv-intf/cx25840.h>
11 #include "cx25840-core.h"
475 /* now scale it up to cx25840 values in set_volume()
H A Dcx25840-vbi.c2 /* cx25840 VBI functions
9 #include <media/drv-intf/cx25840.h>
11 #include "cx25840-core.h"
H A Dcx25840-ir.c13 #include <media/drv-intf/cx25840.h>
16 #include "cx25840-core.h"
/kernel/linux/linux-6.6/drivers/media/i2c/cx25840/
H A DMakefile2 cx25840-objs := cx25840-core.o cx25840-audio.o cx25840-firmware.o \
3 cx25840-vbi.o cx25840-ir.o
5 obj-$(CONFIG_VIDEO_CX25840) += cx25840.o
H A Dcx25840-firmware.c2 /* cx25840 firmware functions
9 #include <media/drv-intf/cx25840.h>
11 #include "cx25840-core.h"
53 #define CX25840_FIRMWARE "v4l-cx25840.fw"
H A Dcx25840-audio.c2 /* cx25840 audio functions
9 #include <media/drv-intf/cx25840.h>
11 #include "cx25840-core.h"
475 /* now scale it up to cx25840 values in set_volume()
H A Dcx25840-vbi.c2 /* cx25840 VBI functions
9 #include <media/drv-intf/cx25840.h>
11 #include "cx25840-core.h"
H A Dcx25840-ir.c13 #include <media/drv-intf/cx25840.h>
16 #include "cx25840-core.h"
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/
H A Dcxusb-analog.c30 #include <media/drv-intf/cx25840.h>
756 ret = v4l2_subdev_call(cxdev->cx25840, video, g_std, &norm); in cxusb_medion_field_order()
791 ret = v4l2_subdev_call(cxdev->cx25840, video, s_stream, 1); in cxusb_medion_v_start_streaming()
890 v4l2_subdev_call(cxdev->cx25840, video, s_stream, 0); in cxusb_medion_v_start_streaming()
914 ret = v4l2_subdev_call(cxdev->cx25840, video, s_stream, 0); in cxusb_medion_v_stop_streaming()
1036 ret = v4l2_subdev_call(cxdev->cx25840, pad, set_fmt, NULL, &subfmt); in cxusb_medion_try_s_fmt_vid_cap()
1105 ret = v4l2_subdev_call(cxdev->cx25840, video, g_input_status, in cxusb_medion_enum_input()
1109 "cx25840 input status query failed (%d)\n", in cxusb_medion_enum_input()
1146 ret = v4l2_subdev_call(cxdev->cx25840, video, s_std, norm); in cxusb_medion_set_norm()
1173 ret = v4l2_subdev_call(cxdev->cx25840, vide in cxusb_medion_set_norm()
[all...]
H A Dcxusb.h125 struct v4l2_subdev *cx25840; member
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb/
H A Dcxusb-analog.c30 #include <media/drv-intf/cx25840.h>
756 ret = v4l2_subdev_call(cxdev->cx25840, video, g_std, &norm); in cxusb_medion_field_order()
791 ret = v4l2_subdev_call(cxdev->cx25840, video, s_stream, 1); in cxusb_medion_v_start_streaming()
890 v4l2_subdev_call(cxdev->cx25840, video, s_stream, 0); in cxusb_medion_v_start_streaming()
914 ret = v4l2_subdev_call(cxdev->cx25840, video, s_stream, 0); in cxusb_medion_v_stop_streaming()
1036 ret = v4l2_subdev_call(cxdev->cx25840, pad, set_fmt, NULL, &subfmt); in cxusb_medion_try_s_fmt_vid_cap()
1105 ret = v4l2_subdev_call(cxdev->cx25840, video, g_input_status, in cxusb_medion_enum_input()
1109 "cx25840 input status query failed (%d)\n", in cxusb_medion_enum_input()
1146 ret = v4l2_subdev_call(cxdev->cx25840, video, s_std, norm); in cxusb_medion_set_norm()
1173 ret = v4l2_subdev_call(cxdev->cx25840, vide in cxusb_medion_set_norm()
[all...]
H A Dcxusb.h125 struct v4l2_subdev *cx25840; member
/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/
H A Dpvrusb2-cx2584x-v4l.c20 #include <media/drv-intf/cx25840.h>
/kernel/linux/linux-6.6/drivers/media/usb/pvrusb2/
H A Dpvrusb2-cx2584x-v4l.c20 #include <media/drv-intf/cx25840.h>
/kernel/linux/linux-5.10/drivers/media/i2c/
H A DMakefile7 obj-$(CONFIG_VIDEO_CX25840) += cx25840/
/kernel/linux/linux-6.6/drivers/media/i2c/
H A DMakefile30 obj-$(CONFIG_VIDEO_CX25840) += cx25840/
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/
H A Divtv-i2c.c54 #include <media/drv-intf/cx25840.h>
114 "cx25840",
279 .type = "cx25840", in ivtv_i2c_register()
H A Divtv-cards.c17 #include <media/drv-intf/cx25840.h>
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/
H A Divtv-i2c.c54 #include <media/drv-intf/cx25840.h>
114 "cx25840",
285 .type = "cx25840", in ivtv_i2c_register()
H A Divtv-cards.c17 #include <media/drv-intf/cx25840.h>
/kernel/linux/linux-5.10/drivers/media/pci/cx23885/
H A Dcx23885-video.c29 #include <media/drv-intf/cx25840.h>
382 /* cx25840 transmits NTSC bottom field first */ in buffer_prepare()
H A Dcx23885-cards.c14 #include <media/drv-intf/cx25840.h>
1586 /* The following GPIO's are on the interna AVCore (cx25840) */ in cx23885_gpio_setup()
1647 /* The following GPIO's are on the internal AVCore (cx25840) */ in cx23885_gpio_setup()
2418 "cx25840", 0x88 >> 1, NULL); in cx23885_card_setup()
/kernel/linux/linux-6.6/drivers/media/pci/cx23885/
H A Dcx23885-video.c29 #include <media/drv-intf/cx25840.h>
383 /* cx25840 transmits NTSC bottom field first */ in buffer_prepare()

Completed in 24 milliseconds

12