Home
last modified time | relevance | path

Searched full:media (Results 1 – 25 of 4211) sorted by relevance

12345678910>>...169

/kernel/linux/linux-4.19/drivers/media/pci/
DKconfig4 bool "Media PCI Adapters"
6 Enable media drivers for PCI/PCIe bus.
12 comment "Media capture support"
13 source "drivers/media/pci/meye/Kconfig"
14 source "drivers/media/pci/solo6x10/Kconfig"
15 source "drivers/media/pci/sta2x11/Kconfig"
16 source "drivers/media/pci/tw5864/Kconfig"
17 source "drivers/media/pci/tw68/Kconfig"
18 source "drivers/media/pci/tw686x/Kconfig"
22 comment "Media capture/analog TV support"
[all …]
/kernel/linux/linux-5.10/drivers/media/pci/
DKconfig6 bool "Media PCI Adapters"
8 Enable media drivers for PCI/PCIe bus.
14 comment "Media capture support"
15 source "drivers/media/pci/meye/Kconfig"
16 source "drivers/media/pci/solo6x10/Kconfig"
17 source "drivers/media/pci/sta2x11/Kconfig"
18 source "drivers/media/pci/tw5864/Kconfig"
19 source "drivers/media/pci/tw68/Kconfig"
20 source "drivers/media/pci/tw686x/Kconfig"
24 comment "Media capture/analog TV support"
[all …]
/kernel/linux/linux-4.19/drivers/media/usb/
DKconfig4 bool "Media USB Adapters"
6 Enable media drivers for USB bus.
13 source "drivers/media/usb/uvc/Kconfig"
14 source "drivers/media/usb/gspca/Kconfig"
15 source "drivers/media/usb/pwc/Kconfig"
16 source "drivers/media/usb/cpia2/Kconfig"
17 source "drivers/media/usb/zr364xx/Kconfig"
18 source "drivers/media/usb/stkwebcam/Kconfig"
19 source "drivers/media/usb/s2255/Kconfig"
20 source "drivers/media/usb/usbtv/Kconfig"
[all …]
/kernel/linux/linux-5.10/drivers/media/usb/
DKconfig11 bool "Media USB Adapters"
13 Enable media drivers for USB bus.
20 source "drivers/media/usb/uvc/Kconfig"
21 source "drivers/media/usb/gspca/Kconfig"
22 source "drivers/media/usb/pwc/Kconfig"
23 source "drivers/media/usb/cpia2/Kconfig"
24 source "drivers/media/usb/zr364xx/Kconfig"
25 source "drivers/media/usb/stkwebcam/Kconfig"
26 source "drivers/media/usb/s2255/Kconfig"
27 source "drivers/media/usb/usbtv/Kconfig"
[all …]
/kernel/linux/linux-5.10/Documentation/driver-api/media/
Dmc-core.rst3 Media Controller devices
6 Media Controller
9 The media controller userspace API is documented in
10 :ref:`the Media Controller uAPI book <media_controller>`. This document focus
11 on the kernel-side implementation of the media framework.
13 Abstract media device model
17 of the goals of the media framework. To achieve this, hardware devices are
21 An entity is a basic media hardware building block. It can correspond to
36 Media device
39 A media device is represented by a struct media_device
[all …]
/kernel/linux/linux-5.10/drivers/media/
DKconfig9 source "drivers/media/rc/Kconfig"
10 source "drivers/media/cec/Kconfig"
16 If you want to use media devices, including Webcams, Video grabber
26 bool "Filter media drivers"
30 Configuring the media subsystem can be complex, as there are
37 If not selected, all non-optional media core functionality
38 needed to support media drivers will be enabled. Also, all
39 media device drivers should be shown.
48 By default, a media driver auto-selects all possible ancillary
63 menu "Media device types"
[all …]
/kernel/linux/linux-5.10/drivers/staging/media/imx/
DMakefile2 imx6-media-objs := imx-media-dev.o imx-media-internal-sd.o \
3 imx-ic-common.o imx-ic-prp.o imx-ic-prpencvf.o imx-media-vdic.o \
4 imx-media-csc-scaler.o
6 imx-media-common-objs := imx-media-capture.o imx-media-dev-common.o \
7 imx-media-of.o imx-media-utils.o
9 imx6-media-csi-objs := imx-media-csi.o imx-media-fim.o
11 obj-$(CONFIG_VIDEO_IMX_MEDIA) += imx6-media.o
12 obj-$(CONFIG_VIDEO_IMX_MEDIA) += imx-media-common.o
14 obj-$(CONFIG_VIDEO_IMX_CSI) += imx6-media-csi.o
17 obj-$(CONFIG_VIDEO_IMX7_CSI) += imx7-media-csi.o
/kernel/linux/linux-4.19/Documentation/media/dvb-drivers/
Dfrontends.rst10 .. kernel-doc:: drivers/media/dvb-frontends/a8293.h
11 .. kernel-doc:: drivers/media/dvb-frontends/af9013.h
12 .. kernel-doc:: drivers/media/dvb-frontends/ascot2e.h
13 .. kernel-doc:: drivers/media/dvb-frontends/cxd2820r.h
14 .. kernel-doc:: drivers/media/dvb-frontends/drxk.h
15 .. kernel-doc:: drivers/media/dvb-frontends/dvb-pll.h
16 .. kernel-doc:: drivers/media/dvb-frontends/helene.h
17 .. kernel-doc:: drivers/media/dvb-frontends/horus3a.h
18 .. kernel-doc:: drivers/media/dvb-frontends/ix2505v.h
19 .. kernel-doc:: drivers/media/dvb-frontends/m88ds3103.h
[all …]
/kernel/linux/linux-5.10/Documentation/driver-api/media/drivers/
Dfrontends.rst12 .. kernel-doc:: drivers/media/dvb-frontends/a8293.h
13 .. kernel-doc:: drivers/media/dvb-frontends/af9013.h
14 .. kernel-doc:: drivers/media/dvb-frontends/ascot2e.h
15 .. kernel-doc:: drivers/media/dvb-frontends/cxd2820r.h
16 .. kernel-doc:: drivers/media/dvb-frontends/drxk.h
17 .. kernel-doc:: drivers/media/dvb-frontends/dvb-pll.h
18 .. kernel-doc:: drivers/media/dvb-frontends/helene.h
19 .. kernel-doc:: drivers/media/dvb-frontends/horus3a.h
20 .. kernel-doc:: drivers/media/dvb-frontends/ix2505v.h
21 .. kernel-doc:: drivers/media/dvb-frontends/m88ds3103.h
[all …]
/kernel/linux/linux-5.10/drivers/staging/media/
DKconfig3 bool "Media staging drivers"
6 This option allows you to select a number of media drivers that
15 linux-media@vger.kernel.org mailing list.
23 source "drivers/staging/media/allegro-dvt/Kconfig"
25 source "drivers/staging/media/atomisp/Kconfig"
27 source "drivers/staging/media/hantro/Kconfig"
29 source "drivers/staging/media/imx/Kconfig"
31 source "drivers/staging/media/meson/vdec/Kconfig"
33 source "drivers/staging/media/omap4iss/Kconfig"
35 source "drivers/staging/media/rkvdec/Kconfig"
[all …]
/kernel/linux/linux-4.19/Documentation/media/kapi/
Dmc-core.rst1 Media Controller devices
4 Media Controller
7 The media controller userspace API is documented in
8 :ref:`the Media Controller uAPI book <media_controller>`. This document focus
9 on the kernel-side implementation of the media framework.
11 Abstract media device model
15 of the goals of the media framework. To achieve this, hardware devices are
19 An entity is a basic media hardware building block. It can correspond to
34 Media device
37 A media device is represented by a struct :c:type:`media_device`
[all …]
/kernel/linux/linux-4.19/drivers/staging/media/imx/
DMakefile2 imx-media-objs := imx-media-dev.o imx-media-internal-sd.o imx-media-of.o
3 imx-media-common-objs := imx-media-utils.o imx-media-fim.o
4 imx-media-ic-objs := imx-ic-common.o imx-ic-prp.o imx-ic-prpencvf.o
6 obj-$(CONFIG_VIDEO_IMX_MEDIA) += imx-media.o
7 obj-$(CONFIG_VIDEO_IMX_MEDIA) += imx-media-common.o
8 obj-$(CONFIG_VIDEO_IMX_MEDIA) += imx-media-capture.o
9 obj-$(CONFIG_VIDEO_IMX_MEDIA) += imx-media-vdic.o
10 obj-$(CONFIG_VIDEO_IMX_MEDIA) += imx-media-ic.o
12 obj-$(CONFIG_VIDEO_IMX_CSI) += imx-media-csi.o
/kernel/linux/linux-5.10/tools/testing/selftests/media_tests/
Dmedia_dev_allocator.sh3 # Media Device Allocator API test script
6 echo "Media Device Allocator testing: unbind and bind"
7 echo "media driver $1 audio driver $2"
22 echo "Media device should still be present!"
23 ls -l /dev/media*
31 echo "Media device should have been deleted!"
32 ls -l /dev/media*
41 echo "Media device should be present!"
42 ls -l /dev/media*
47 echo "Media device should be there!"
[all …]
/kernel/linux/linux-5.10/Documentation/admin-guide/media/
Dbuilding.rst4 Building support for a media device
16 you should use the main media development tree ``master`` branch:
48 The media subsystem is controlled by those menu configuration options::
70 The media subsystem support can either be built together with the main
77 enabling configuration options directly. To enable media support
88 that use the media HDMI CEC support.
94 enable the CEC core support at the media subsystem.
96 Media dependencies
100 usually not enough. The media subsystem depends on several other Linux
103 For example, most media devices use a serial communication bus in
[all …]
Dimx.rst80 - Many different pipelines can be configured via media controller API,
108 The following shows the media topologies for the i.MX6Q SabreSD and
123 :alt: Diagram of the i.MX6Q SabreSD media pipeline topology
126 Media pipeline graph on i.MX6Q SabreSD
129 :alt: Diagram of the i.MX6Q SabreAuto media pipeline topology
132 Media pipeline graph on i.MX6Q SabreAuto
248 media-ctl -V "'ipu1_csi0_mux':2[fmt:UYVY2X8/1280x960]"
249 media-ctl -V "'ipu1_csi0':0[crop:(0,0)/640x480]"
250 media-ctl -V "'ipu1_csi0':0[compose:(0,0)/320x240]"
266 media-ctl -V "'ipu1_csi0':0[fmt:UYVY2X8/640x480@1/60]"
[all …]
/kernel/linux/linux-5.10/include/media/
Dmedia-request.h3 * Media device request objects
20 #include <media/media-device.h>
23 * enum media_request_state - media request state
34 * @NR_OF_MEDIA_REQUEST_STATE: The number of media request states, used
50 * struct media_request - Media device request
51 * @mdev: Media device this request belongs to
80 * @req: The media request
106 * @req: The media request
124 * @req: The media request
154 * @req: The media request
[all …]
Dmedia-device.h3 * Media device
17 #include <media/media-devnode.h>
18 #include <media/media-entity.h>
25 * struct media_entity_notify - Media Entity Notify
32 * registered with the media device. This handler is intended for creating
43 * struct media_device_ops - Media device operations
75 * struct media_device - Media device
77 * @devnode: Media device node
110 * This structure represents an abstract high-level media device. It allows easy
111 * access to entities and provides basic media device-level support. The
[all …]
/kernel/linux/linux-4.19/drivers/media/
DKconfig14 source "drivers/media/rc/Kconfig"
89 source "drivers/media/cec/Kconfig"
92 # Media controller
97 bool "Media Controller API"
100 Enable the media controller API used to query media devices internal
106 bool "Enable Media controller for DVB (EXPERIMENTAL)"
109 Enable the media controller API support for DVB.
133 source "drivers/media/v4l2-core/Kconfig"
181 source "drivers/media/dvb-core/Kconfig"
183 comment "Media drivers"
[all …]
/kernel/linux/linux-5.10/Documentation/userspace-api/media/mediactl/
Dmedia-funcs.rst13 media-func-open
14 media-func-close
15 media-func-ioctl
16 media-ioc-device-info
17 media-ioc-g-topology
18 media-ioc-enum-entities
19 media-ioc-enum-links
20 media-ioc-setup-link
21 media-ioc-request-alloc
25 media-request-ioc-queue
[all …]
/kernel/linux/linux-4.19/net/tipc/
Dbearer.h47 /* Identifiers associated with TIPC message header media address info
49 * - the field's actual content and length is defined per media
57 * Identifiers of supported TIPC media types
73 * @value: address info (format defined by media)
74 * @media_id: TIPC media type identifier
86 * struct tipc_media - Media specific info exposed to generic bearer layer
88 * @enable_media: routine which enables a media
89 * @disable_media: routine which disables a media
90 * @addr2str: convert media address format to string
91 * @addr2msg: convert from media addr format to discovery msg addr format
[all …]
/kernel/linux/linux-5.10/net/tipc/
Dbearer.h47 /* Identifiers associated with TIPC message header media address info
49 * - the field's actual content and length is defined per media
57 * Identifiers of supported TIPC media types
73 * @value: address info (format defined by media)
74 * @media_id: TIPC media type identifier
86 * struct tipc_media - Media specific info exposed to generic bearer layer
88 * @enable_media: routine which enables a media
89 * @disable_media: routine which disables a media
90 * @addr2str: convert media address format to string
91 * @addr2msg: convert from media addr format to discovery msg addr format
[all …]
/kernel/linux/linux-5.10/sound/usb/
Dmedia.h3 * media.h - Media Controller specific ALSA driver code
10 * This file adds Media Controller support to the ALSA driver
11 * to use the Media Controller API to share the tuner with DVB
12 * and V4L2 drivers that control the media device.
14 * The media device is created based on the existing quirks framework.
15 * Using this approach, the media controller API usage can be added for
22 #include <linux/media.h>
23 #include <media/media-device.h>
24 #include <media/media-entity.h>
25 #include <media/media-dev-allocator.h>
/kernel/linux/linux-4.19/include/media/
Dmedia-device.h2 * Media device
25 #include <media/media-devnode.h>
26 #include <media/media-entity.h>
32 * struct media_entity_notify - Media Entity Notify
39 * registered with the media device. This handler is intended for creating
50 * struct media_device_ops - Media device operations
60 * struct media_device - Media device
62 * @devnode: Media device node
92 * This structure represents an abstract high-level media device. It allows easy
93 * access to entities and provides basic media device-level support. The
[all …]
/kernel/linux/linux-4.19/drivers/staging/media/
DKconfig2 bool "Media staging drivers"
5 This option allows you to select a number of media drivers that
14 linux-media@vger.kernel.org mailing list.
22 source "drivers/staging/media/bcm2048/Kconfig"
24 source "drivers/staging/media/davinci_vpfe/Kconfig"
26 source "drivers/staging/media/imx/Kconfig"
28 source "drivers/staging/media/imx074/Kconfig"
30 source "drivers/staging/media/mt9t031/Kconfig"
32 source "drivers/staging/media/omap4iss/Kconfig"
34 source "drivers/staging/media/tegra-vde/Kconfig"
[all …]
/kernel/linux/linux-4.19/Documentation/media/uapi/mediactl/
Dmedia-func-ioctl.rst6 media ioctl()
12 media-ioctl - Control a media device
33 Media ioctl request code as defined in the media.h header file, for
43 The :ref:`ioctl() <media-func-ioctl>` function manipulates media device
46 The ioctl ``request`` code specifies the media function to be called. It
50 Macros and structures definitions specifying media ioctl requests and
51 their parameters are located in the media.h header file. All media ioctl
53 :ref:`media-user-func`.

12345678910>>...169