Home
last modified time | relevance | path

Searched refs:ioctls (Results 1 – 25 of 205) sorted by relevance

123456789

/Linux-v5.4/Documentation/sphinx/
Dparse-headers.pl24 my %ioctls;
74 $ioctls{$s} = "\\ :ref:`$s <$n>`\\ ";
153 delete $ioctls{$1} if (exists($ioctls{$1}));
200 $ioctls{$old} = $new if (exists($ioctls{$old}));
229 print Data::Dumper->Dump([\%ioctls], [qw(*ioctls)]) if (%ioctls);
260 foreach my $r (keys %ioctls) {
261 my $s = $ioctls{$r};
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-tty30 sysfs rather than via ioctls.
39 sysfs rather than via ioctls.
48 sysfs rather than via ioctls.
57 sysfs rather than via ioctls.
66 sysfs rather than via ioctls.
75 sysfs rather than via ioctls.
84 sysfs rather than via ioctls.
93 sysfs rather than via ioctls.
102 sysfs rather than via ioctls.
111 sysfs rather than via ioctls.
[all …]
/Linux-v5.4/Documentation/driver-api/serial/
Dserial-iso7816.rst18 working in both modes, and proper ioctls (see later) should be made
27 ISO7816 parameters in ioctls.
32 to TIOCGISO7816 and TIOCSISO7816 ioctls (see below). The iso7816_config
39 ioctls. For instance, to set ISO7816 you can use the following code::
43 /* Include definition for ISO7816 ioctls: TIOCSISO7816 and TIOCGISO7816 */
Dserial-rs485.rst25 working in both modes, and proper ioctls (see later) should be made
34 parameters in the platform data and in ioctls.
43 to TIOCSRS485 and TIOCGRS485 ioctls (see below). The rs485_config callback
50 ioctls. For instance, to set RS485 you can use the following code::
54 /* Include definition for RS485 ioctls: TIOCGRS485 and TIOCSRS485 */
/Linux-v5.4/Documentation/media/uapi/v4l/
Dvidioc-dbg-g-register.rst50 For driver debugging purposes these ioctls allow test applications to
55 security, its stability and damage the hardware, both ioctls require
57 with the ``CONFIG_VIDEO_ADV_DEBUG`` option to enable these ioctls.
81 These ioctls are optional, not all drivers may support them. However
82 when a driver supports these ioctls it must also support
84 it may support ``VIDIOC_DBG_G_CHIP_INFO`` but not these ioctls.
90 We recommended the v4l2-dbg utility over calling these ioctls directly.
171 these ioctls.
Dtuner.rst33 :ref:`VIDIOC_S_TUNER <VIDIOC_G_TUNER>` ioctls, respectively. The
42 determined by the current video input. Drivers must support both ioctls
76 current video output. Drivers must support both ioctls and set the
90 ioctls are used for TV and radio devices alike. Drivers must support
91 both ioctls when the tuner or modulator ioctls are supported, or when
Dvideo.rst32 :ref:`VIDIOC_G_OUTPUT <VIDIOC_G_OUTPUT>` ioctls return the index of
35 :ref:`VIDIOC_S_OUTPUT <VIDIOC_G_OUTPUT>` ioctls. Drivers must
36 implement all the input ioctls when the device has one or more inputs,
37 all the output ioctls when the device has one or more outputs.
Ddv-timings.rst22 due to the limited bits available, a new set of ioctls was added to
25 These ioctls deal with the detailed digital video timings that define
35 :ref:`VIDIOC_DV_TIMINGS_CAP` ioctls. To set
45 video ioctls can be used with the given input or output.
Ddev-sdr.rst52 the :ref:`tuner` ioctls. Tuner ioctls are used for setting the
69 The SDR device uses the :ref:`format` ioctls to select the
72 basic :ref:`format` ioctls, the
76 To use the :ref:`format` ioctls applications set the ``type``
Ddev-radio.rst39 the :ref:`tuner or modulator <tuner>` ioctls.
43 parameter, or overlay ioctls. All other ioctls and I/O methods are
Dhist-v4l2.rst57 1998-11-12: The read/write directon of some ioctls was misdefined.
63 :ref:`VIDIOC_S_CTRL <VIDIOC_G_CTRL>` ioctls under names starting
99 1999-03-31: Better compatibility for v4l memory capture ioctls. Requires
133 to an integer. Where it makes sense, ioctls will return the actual
135 convention in the V4L2 API. The affected ioctls are: VIDIOC_PREVIEW,
155 simplify the API by eliminating several ioctls and to allow new and
156 driver private data streams without adding new ioctls.
158 This change obsoletes the following ioctls: ``VIDIOC_S_INFMT``,
167 ``VIDIOC_S_PARM`` ioctls were merged with ``VIDIOC_G_OUTPARM`` and
173 ``VIDIOC_S_OUTPARM`` ioctls.
[all …]
Dpixfmt-indexed.rst18 :ref:`Video Output Overlays <osd>` only. There are no ioctls to access
19 the palette, this must be done with ioctls of the Linux framebuffer API.
Daudio.rst44 :ref:`VIDIOC_G_AUDOUT <VIDIOC_G_AUDOUT>` ioctls report the current
50 :ref:`VIDIOC_G_OUTPUT <VIDIOC_G_OUTPUT>` these ioctls return a
59 Drivers must implement all audio input ioctls when the device has
60 multiple selectable audio inputs, all audio output ioctls when the
Ddiff-v4l.rst68 V4L drivers respond to V4L2 ioctls with an ``EINVAL`` error code.
166 audio ioctls are described in :ref:`audio`.
180 device. The equivalent V4L2 ioctls are
232 V4L TV or radio device. The equivalent V4L2 ioctls are
246 replaced by a whole new set of ioctls and structures described in
281 :ref:`VIDIOC_S_CTRL <VIDIOC_G_CTRL>` ioctls:
366 of a V4L device. The equivalent V4L2 ioctls are
391 :ref:`VIDIOC_S_CTRL <VIDIOC_G_CTRL>` ioctls:
430 The V4L2 ioctls equivalent to ``VIDIOCGFBUF`` and ``VIDIOCSFBUF`` are
441 Instead of the special ioctls ``VIDIOCGWIN`` and ``VIDIOCSWIN`` V4L2
[all …]
Dstandard.rst22 :ref:`VIDIOC_ENUMOUTPUT` ioctls, respectively.
53 The parameter of all these ioctls is a pointer to a
56 standard ioctls when the device has one or more video inputs or outputs.
70 :ref:`VIDIOC_S_STD <VIDIOC_G_STD>`, :ref:`VIDIOC_QUERYSTD` and :ref:`VIDIOC_ENUMSTD` ioctls
75 standard ioctls can be used with the given input or output.
Dcrop.rst38 <VIDIOC_G_CROP>` ioctls apply to input as well as output devices.
41 device the source is the video signal, and the cropping ioctls determine
45 and :ref:`VIDIOC_S_FMT <VIDIOC_G_FMT>` ioctls.
50 ioctls, or may be encoded in a compressed video stream. The target is
51 the video signal, and the cropping ioctls determine the area where the
56 :ref:`VIDIOC_S_CROP <VIDIOC_G_CROP>` ioctls. Their size (and position
98 ioctls to get and set this rectangle. It must lie completely within the
110 For output devices these structures and ioctls are used accordingly,
Ddev-meta.rst45 The metadata device uses the :ref:`format` ioctls to select the capture format.
47 to the basic :ref:`format` ioctls, the :c:func:`VIDIOC_ENUM_FMT` ioctl must be
50 To use the :ref:`format` ioctls applications set the ``type`` field of the
/Linux-v5.4/Documentation/media/uapi/dvb/
Dvideo.rst30 The ioctls that deal with SPUs (sub picture units) and navigation
33 These ioctls were also used by V4L2 to control MPEG decoders implemented
34 in V4L2. The use of these ioctls for that purpose has been made obsolete
35 and proper V4L2 ioctls or controls have been created to replace that
Daudio.rst24 These ioctls were also used by V4L2 to control MPEG decoders implemented
25 in V4L2. The use of these ioctls for that purpose has been made obsolete
26 and proper V4L2 ioctls or controls have been created to replace that
/Linux-v5.4/drivers/media/pci/ivtv/
DKconfig33 bool "enable the DVB ioctls abuse on ivtv driver"
36 Enable the usage of the a DVB set of ioctls that were abused by
39 Those ioctls were not needed for a long time, as IVTV implements
40 the proper V4L2 ioctls since kernel 3.3.
/Linux-v5.4/include/uapi/linux/
Duserfaultfd.h181 __u64 ioctls; member
199 __u64 ioctls; member
/Linux-v5.4/Documentation/translations/zh_CN/video4linux/
Dv4l2-framework.txt407 这些 ioctls 控制与 V4L2 中定义的一致。他们行为相同,唯一的
415 这些 ioctls 事件与 V4L2 中定义的一致。他们行为相同,唯一的
426 私有 ioctls
428 不在以上列表中的所有 ioctls 会通过 core::ioctl 操作直接传递
589 你可以在 video_device_register 被调用前通过以下函数标记这个 ioctls
617 用于 unlocked_ioctl,但为了使用 ioctls 你通过以下函数可禁用锁定:
626 需要自行为缓冲区队列的 ioctls 实现锁定。
/Linux-v5.4/Documentation/ioctl/
Dbotching-up-ioctls.rst2 (How to avoid) Botching up ioctls
5 From: http://blog.ffwll.ch/2013/11/botching-up-ioctls.html
12 driver has its own set of ioctls to allocate memory and submit work to the GPU.
62 rejecting the new flags/modes or ioctls (since doing that was botched in the
65 * Have a plan for extending ioctls with new flags or new fields at the end of
106 * Make all your ioctls restartable. First X really loves signals and second
132 the ioctls supported by the drm/i915 get this fully right, which means there's
159 * Consider ditching any synchronous wait ioctls with timeouts and just deliver
214 * Consider other interfaces than ioctls. A sysfs attribute is much better for
223 horrible ioctls on newer iterations of your hardware, but generally it takes
/Linux-v5.4/Documentation/gpu/
Ddrm-uapi.rst8 drivers & device-aware applications through ioctls and sysfs files.
14 Cover generic ioctls and sysfs layout here. We only need high-level
117 set of operations (mainly ioctls). The primary node is always created
131 is, no modesetting or privileged ioctls can be issued on render nodes.
139 per device. No ioctls except PRIME-related ioctls will be allowed on
144 driver-dependent render-only ioctls as DRM_RENDER_ALLOW so render
146 privileged ioctls on render nodes.
156 Besides dropping all modeset/global ioctls, render nodes also drop the
171 :doc: driver specific ioctls
319 The DRM core exposes two vertical blank related ioctls:
/Linux-v5.4/Documentation/admin-guide/mm/
Duserfaultfd.rst28 2) various UFFDIO_* ioctls that can manage the virtual memory regions
60 uffdio_api.features and uffdio_api.ioctls two 64bit bitmasks of
85 be invoked (if present in the returned uffdio_api.ioctls bitmask) to
91 uffdio_register.ioctls bitmask of ioctls that are suitable to resolve
92 userfaults on the range registered. Not all ioctls will necessarily be
97 Userland can use the uffdio_register.ioctls to manage the virtual
140 ioctls on the userfaultfd in order to map the received pages into the
238 non cooperative manager, for example to allow UFFDIO_COPY ioctls to

123456789