Home
last modified time | relevance | path

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

12345678910>>...128

/linux-6.12.1/drivers/media/pci/
DKconfig6 bool "Media PCI Adapters"
8 Enable media drivers for PCI/PCIe bus.
14 comment "Media capture support"
16 source "drivers/media/pci/mgb4/Kconfig"
17 source "drivers/media/pci/solo6x10/Kconfig"
18 source "drivers/media/pci/sta2x11/Kconfig"
19 source "drivers/media/pci/tw5864/Kconfig"
20 source "drivers/media/pci/tw68/Kconfig"
21 source "drivers/media/pci/tw686x/Kconfig"
22 source "drivers/media/pci/zoran/Kconfig"
[all …]
/linux-6.12.1/drivers/media/platform/
DKconfig7 bool "Media platform devices"
10 Say Y here to enable support for platform-specific media drivers.
65 source "drivers/media/platform/allegro-dvt/Kconfig"
66 source "drivers/media/platform/amlogic/Kconfig"
67 source "drivers/media/platform/amphion/Kconfig"
68 source "drivers/media/platform/aspeed/Kconfig"
69 source "drivers/media/platform/atmel/Kconfig"
70 source "drivers/media/platform/broadcom/Kconfig"
71 source "drivers/media/platform/cadence/Kconfig"
72 source "drivers/media/platform/chips-media/Kconfig"
[all …]
/linux-6.12.1/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 …]
Dmaintainer-entry-profile.rst1 Media Subsystem Profile
7 The media subsystem covers support for a variety of devices: stream
9 and media pipeline control.
13 - drivers/media
14 - drivers/staging/media
15 - Documentation/admin-guide/media
16 - Documentation/driver-api/media
17 - Documentation/userspace-api/media
18 - Documentation/devicetree/bindings/media/\ [1]_
19 - include/media
[all …]
/linux-6.12.1/drivers/media/usb/
DKconfig6 bool "Media USB Adapters"
8 Enable media drivers for USB bus.
16 source "drivers/media/usb/gspca/Kconfig"
17 source "drivers/media/usb/pwc/Kconfig"
18 source "drivers/media/usb/s2255/Kconfig"
19 source "drivers/media/usb/usbtv/Kconfig"
20 source "drivers/media/usb/uvc/Kconfig"
27 source "drivers/media/usb/go7007/Kconfig"
28 source "drivers/media/usb/hdpvr/Kconfig"
29 source "drivers/media/usb/pvrusb2/Kconfig"
[all …]
/linux-6.12.1/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"
29 Configuring the media subsystem can be complex, as there are
36 If not selected, all non-optional media core functionality
37 needed to support media drivers will be enabled. Also, all
38 media device drivers should be shown.
47 By default, a media driver auto-selects all possible ancillary
62 menu "Media device types"
[all …]
/linux-6.12.1/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 …]
Dfimc-devel.rst13 - media device driver
15 drivers/media/platform/samsung/exynos4-is/media-dev.[ch]
19 drivers/media/platform/samsung/exynos4-is/fimc-capture.c
23 drivers/media/platform/samsung/exynos4-is/mipi-csis.[ch]
27 drivers/media/platform/samsung/exynos4-is/fimc-core.c
31 drivers/media/platform/samsung/exynos4-is/fimc-core.h
32 drivers/media/platform/samsung/exynos4-is/fimc-reg.h
33 drivers/media/platform/samsung/exynos4-is/regs-fimc.h
/linux-6.12.1/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/atomisp/Kconfig"
25 source "drivers/staging/media/av7110/Kconfig"
27 source "drivers/staging/media/imx/Kconfig"
29 source "drivers/staging/media/ipu3/Kconfig"
31 source "drivers/staging/media/max96712/Kconfig"
33 source "drivers/staging/media/meson/vdec/Kconfig"
35 source "drivers/staging/media/omap4iss/Kconfig"
[all …]
/linux-6.12.1/drivers/staging/media/imx/
DMakefile2 imx-media-common-objs := imx-media-capture.o imx-media-dev-common.o \
3 imx-media-of.o imx-media-utils.o
5 imx6-media-objs := imx-media-dev.o imx-media-internal-sd.o \
6 imx-ic-common.o imx-ic-prp.o imx-ic-prpencvf.o imx-media-vdic.o \
7 imx-media-csc-scaler.o
9 imx6-media-csi-objs := imx-media-csi.o imx-media-fim.o
11 obj-$(CONFIG_VIDEO_IMX_MEDIA) += imx-media-common.o
12 obj-$(CONFIG_VIDEO_IMX_MEDIA) += imx6-media.o
13 obj-$(CONFIG_VIDEO_IMX_MEDIA) += imx6-media-csi.o
/linux-6.12.1/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 …]
/linux-6.12.1/Documentation/admin-guide/media/
Dipu6-isys.rst16 drivers/media/pci/intel/ipu6.
35 configuration. intel_ipu6_isys implements V4L2, Media Controller and V4L2
39 .. Note:: See Documentation/driver-api/media/drivers/ipu6.rst for more
51 :alt: ipu6 isys media graph with multiple streams support
53 IPU6 ISYS media graph with multiple streams support
89 Using the media controller APIs, we can configure ov01a10 sensor by
90 media-ctl [#f1]_ and yavta [#f2]_ to transmit frames to IPU6 ISYS.
95 # This example assumes /dev/media0 as the IPU ISYS media device
98 # Establish the link for the media devices using media-ctl
99 media-ctl -d $MDEV -l "\"ov01a10 3-0036\":0 -> \"Intel IPU6 CSI2 2\":0[1]"
[all …]
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 …]
Dimx7.rst83 media-ctl -l "'ov2680 1-0036':0 -> 'imx7-mipi-csis.0':0[1]"
84 media-ctl -l "'imx7-mipi-csis.0':1 -> 'csi-mux':1[1]"
85 media-ctl -l "'csi-mux':2 -> 'csi':0[1]"
86 media-ctl -l "'csi':1 -> 'csi capture':0[1]"
89 media-ctl -V "'ov2680 1-0036':0 [fmt:SBGGR10_1X10/800x600 field:none]"
90 media-ctl -V "'csi-mux':1 [fmt:SBGGR10_1X10/800x600 field:none]"
91 media-ctl -V "'csi-mux':2 [fmt:SBGGR10_1X10/800x600 field:none]"
92 media-ctl -V "'imx7-mipi-csis.0':0 [fmt:SBGGR10_1X10/800x600 field:none]"
93 media-ctl -V "'csi':0 [fmt:SBGGR10_1X10/800x600 field:none]"
100 # media-ctl -p
[all …]
/linux-6.12.1/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
19 #include <media/media-devnode.h>
20 #include <media/media-entity.h>
26 * struct media_entity_notify - Media Entity Notify
33 * registered with the media device. This handler is intended for creating
44 * struct media_device_ops - Media device operations
76 * struct media_device - Media device
78 * @devnode: Media device node
111 * This structure represents an abstract high-level media device. It allows easy
112 * access to entities and provides basic media device-level support. The
[all …]
Dv4l2-mc.h3 * v4l2-mc.h - Media Controller V4L2 types and prototypes
13 #include <media/media-device.h>
14 #include <media/v4l2-dev.h>
15 #include <media/v4l2-subdev.h>
24 * v4l2_mc_create_media_graph() - create Media Controller links at the graph.
43 * v4l_enable_media_source() - Hold media source for exclusive use
49 * media source is free for use. The enable_source handler is
50 * responsible for checking is the media source is free and
51 * start a pipeline between the media source and the media
61 * v4l_disable_media_source() - Release media source
[all …]
Dmedia-dev-allocator.h3 * media-dev-allocator.h - Media Controller Device Allocator API
11 * This file adds a global ref-counted Media Controller Device Instance API.
12 * A system wide global media device list is managed and each media device
13 * includes a kref count. The last put on the media device releases the media
24 * media_device_usb_allocate() - Allocate and return struct &media device
32 * This interface should be called to allocate a Media Device when multiple
33 * drivers share usb_device and the media device. This interface allocates
42 * media_device_delete() - Release media device. Calls kref_put().
50 * This interface should be called to put Media Device Instance kref.
Dmedia-entity.h3 * Media entity
19 #include <linux/media.h>
23 /* Enums used internally at the media controller to represent graphs */
28 * @MEDIA_GRAPH_ENTITY: Identify a media entity
29 * @MEDIA_GRAPH_PAD: Identify a media pad
30 * @MEDIA_GRAPH_LINK: Identify a media link
31 * @MEDIA_GRAPH_INTF_DEVNODE: Identify a media Kernel API interface via
45 /* Structs to represent the objects that belong to a media graph */
57 * All objects on the media graph should have this struct embedded
68 * struct media_entity_enum - An enumeration of media entities.
[all …]
/linux-6.12.1/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>
/linux-6.12.1/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 …]
/linux-6.12.1/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 …]
Dmedia-func-ioctl.rst7 media ioctl()
13 media-ioctl - Control a media device
31 Media ioctl request code as defined in the media.h header file, for
40 The :ref:`ioctl() <media-func-ioctl>` function manipulates media device
43 The ioctl ``request`` code specifies the media function to be called. It
47 Macros and structures definitions specifying media ioctl requests and
48 their parameters are located in the media.h header file. All media ioctl
50 :ref:`media-user-func`.
/linux-6.12.1/drivers/media/mc/
Dmc-dev-allocator.c3 * media-dev-allocator.c - Media Controller Device Allocator API
11 * This file adds a global refcounted Media Controller Device Instance API.
12 * A system wide global media device list is managed and each media device
13 * includes a kref count. The last put on the media device releases the media
23 #include <media/media-device.h>
24 #include <media/media-dev-allocator.h>
47 dev_dbg(mdi->mdev.dev, "%s: releasing Media Device\n", __func__); in media_device_instance_release()
92 dev_dbg(dev, "%s: Allocated media device for owner %s\n", in __media_device_get()
110 /* check if media device is already initialized */ in media_device_usb_allocate()

12345678910>>...128