Home
last modified time | relevance | path

Searched full:ref (Results 1 – 25 of 3692) sorted by relevance

12345678910>>...148

/kernel/linux/linux-4.19/Documentation/media/uapi/dvb/
Dfrontend-property-terrestrial-systems.rst17 - :ref:`DTV_API_VERSION <DTV-API-VERSION>`
19 - :ref:`DTV_DELIVERY_SYSTEM <DTV-DELIVERY-SYSTEM>`
21 - :ref:`DTV_TUNE <DTV-TUNE>`
23 - :ref:`DTV_CLEAR <DTV-CLEAR>`
25 - :ref:`DTV_FREQUENCY <DTV-FREQUENCY>`
27 - :ref:`DTV_MODULATION <DTV-MODULATION>`
29 - :ref:`DTV_BANDWIDTH_HZ <DTV-BANDWIDTH-HZ>`
31 - :ref:`DTV_INVERSION <DTV-INVERSION>`
33 - :ref:`DTV_CODE_RATE_HP <DTV-CODE-RATE-HP>`
35 - :ref:`DTV_CODE_RATE_LP <DTV-CODE-RATE-LP>`
[all …]
Dfrontend-property-satellite-systems.rst17 - :ref:`DTV_API_VERSION <DTV-API-VERSION>`
19 - :ref:`DTV_DELIVERY_SYSTEM <DTV-DELIVERY-SYSTEM>`
21 - :ref:`DTV_TUNE <DTV-TUNE>`
23 - :ref:`DTV_CLEAR <DTV-CLEAR>`
25 - :ref:`DTV_FREQUENCY <DTV-FREQUENCY>`
27 - :ref:`DTV_INVERSION <DTV-INVERSION>`
29 - :ref:`DTV_SYMBOL_RATE <DTV-SYMBOL-RATE>`
31 - :ref:`DTV_INNER_FEC <DTV-INNER-FEC>`
33 - :ref:`DTV_VOLTAGE <DTV-VOLTAGE>`
35 - :ref:`DTV_TONE <DTV-TONE>`
[all …]
/kernel/linux/linux-5.10/Documentation/userspace-api/media/dvb/
Dfrontend-property-terrestrial-systems.rst17 - :ref:`DTV_API_VERSION <DTV-API-VERSION>`
19 - :ref:`DTV_DELIVERY_SYSTEM <DTV-DELIVERY-SYSTEM>`
21 - :ref:`DTV_TUNE <DTV-TUNE>`
23 - :ref:`DTV_CLEAR <DTV-CLEAR>`
25 - :ref:`DTV_FREQUENCY <DTV-FREQUENCY>`
27 - :ref:`DTV_MODULATION <DTV-MODULATION>`
29 - :ref:`DTV_BANDWIDTH_HZ <DTV-BANDWIDTH-HZ>`
31 - :ref:`DTV_INVERSION <DTV-INVERSION>`
33 - :ref:`DTV_CODE_RATE_HP <DTV-CODE-RATE-HP>`
35 - :ref:`DTV_CODE_RATE_LP <DTV-CODE-RATE-LP>`
[all …]
Dfrontend-property-satellite-systems.rst17 - :ref:`DTV_API_VERSION <DTV-API-VERSION>`
19 - :ref:`DTV_DELIVERY_SYSTEM <DTV-DELIVERY-SYSTEM>`
21 - :ref:`DTV_TUNE <DTV-TUNE>`
23 - :ref:`DTV_CLEAR <DTV-CLEAR>`
25 - :ref:`DTV_FREQUENCY <DTV-FREQUENCY>`
27 - :ref:`DTV_INVERSION <DTV-INVERSION>`
29 - :ref:`DTV_SYMBOL_RATE <DTV-SYMBOL-RATE>`
31 - :ref:`DTV_INNER_FEC <DTV-INNER-FEC>`
33 - :ref:`DTV_VOLTAGE <DTV-VOLTAGE>`
35 - :ref:`DTV_TONE <DTV-TONE>`
[all …]
Dfrontend-property-cable-systems.rst24 - :ref:`DTV_API_VERSION <DTV-API-VERSION>`
26 - :ref:`DTV_DELIVERY_SYSTEM <DTV-DELIVERY-SYSTEM>`
28 - :ref:`DTV_TUNE <DTV-TUNE>`
30 - :ref:`DTV_CLEAR <DTV-CLEAR>`
32 - :ref:`DTV_FREQUENCY <DTV-FREQUENCY>`
34 - :ref:`DTV_MODULATION <DTV-MODULATION>`
36 - :ref:`DTV_INVERSION <DTV-INVERSION>`
38 - :ref:`DTV_SYMBOL_RATE <DTV-SYMBOL-RATE>`
40 - :ref:`DTV_INNER_FEC <DTV-INNER-FEC>`
42 - :ref:`DTV_LNA <DTV-LNA>`
[all …]
/kernel/linux/linux-4.19/lib/
Dpercpu-refcount.c10 * don't try to detect the ref hitting 0 - which means that get/put can just
21 * the ref hitting 0 on every put - this would require global synchronization
25 * the ref can't hit 0 before the user drops the initial ref, so as long as we
26 * convert to non percpu mode before the initial ref is dropped everything
39 static unsigned long __percpu *percpu_count_ptr(struct percpu_ref *ref) in percpu_count_ptr() argument
42 (ref->percpu_count_ptr & ~__PERCPU_REF_ATOMIC_DEAD); in percpu_count_ptr()
47 * @ref: percpu_ref to initialize
52 * Initializes @ref. If @flags is zero, @ref starts in percpu mode with a
53 * refcount of 1; analagous to atomic_long_set(ref, 1). See the
59 int percpu_ref_init(struct percpu_ref *ref, percpu_ref_func_t *release, in percpu_ref_init() argument
[all …]
/kernel/linux/linux-5.10/lib/
Dpercpu-refcount.c12 * don't try to detect the ref hitting 0 - which means that get/put can just
23 * the ref hitting 0 on every put - this would require global synchronization
27 * the ref can't hit 0 before the user drops the initial ref, so as long as we
28 * convert to non percpu mode before the initial ref is dropped everything
41 static unsigned long __percpu *percpu_count_ptr(struct percpu_ref *ref) in percpu_count_ptr() argument
44 (ref->percpu_count_ptr & ~__PERCPU_REF_ATOMIC_DEAD); in percpu_count_ptr()
49 * @ref: percpu_ref to initialize
54 * Initializes @ref. @ref starts out in percpu mode with a refcount of 1 unless
62 int percpu_ref_init(struct percpu_ref *ref, percpu_ref_func_t *release, in percpu_ref_init() argument
70 ref->percpu_count_ptr = (unsigned long) in percpu_ref_init()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
Di915_active.c33 struct i915_active *ref; member
81 struct i915_active *ref = addr; in active_debug_hint() local
83 return (void *)ref->active ?: (void *)ref->retire ?: (void *)ref; in active_debug_hint()
91 static void debug_active_init(struct i915_active *ref) in debug_active_init() argument
93 debug_object_init(ref, &active_debug_desc); in debug_active_init()
96 static void debug_active_activate(struct i915_active *ref) in debug_active_activate() argument
98 lockdep_assert_held(&ref->tree_lock); in debug_active_activate()
99 if (!atomic_read(&ref->count)) /* before the first inc */ in debug_active_activate()
100 debug_object_activate(ref, &active_debug_desc); in debug_active_activate()
103 static void debug_active_deactivate(struct i915_active *ref) in debug_active_deactivate() argument
[all …]
/kernel/linux/linux-4.19/drivers/staging/vc04_services/bcm2835-camera/
Dmmal-parameters.h68 /** @ref MMAL_PARAMETER_THUMBNAIL_CONFIG_T */
72 MMAL_PARAMETER_ROTATION, /**< @ref MMAL_PARAMETER_INT32_T */
73 MMAL_PARAMETER_EXIF_DISABLE, /**< @ref MMAL_PARAMETER_BOOLEAN_T */
74 MMAL_PARAMETER_EXIF, /**< @ref MMAL_PARAMETER_EXIF_T */
75 MMAL_PARAMETER_AWB_MODE, /**< @ref MMAL_PARAM_AWBMODE_T */
76 MMAL_PARAMETER_IMAGE_EFFECT, /**< @ref MMAL_PARAMETER_IMAGEFX_T */
77 MMAL_PARAMETER_COLOUR_EFFECT, /**< @ref MMAL_PARAMETER_COLOURFX_T */
78 MMAL_PARAMETER_FLICKER_AVOID, /**< @ref MMAL_PARAMETER_FLICKERAVOID_T */
79 MMAL_PARAMETER_FLASH, /**< @ref MMAL_PARAMETER_FLASH_T */
80 MMAL_PARAMETER_REDEYE, /**< @ref MMAL_PARAMETER_REDEYE_T */
[all …]
/kernel/linux/linux-5.10/drivers/staging/vc04_services/vchiq-mmal/
Dmmal-parameters.h77 /** @ref MMAL_PARAMETER_THUMBNAIL_CONFIG_T */
82 /**< @ref MMAL_PARAMETER_INT32_T */
84 /**< @ref MMAL_PARAMETER_BOOLEAN_T */
86 /**< @ref MMAL_PARAMETER_EXIF_T */
88 /**< @ref MMAL_PARAM_AWBMODE_T */
90 /**< @ref MMAL_PARAMETER_IMAGEFX_T */
92 /**< @ref MMAL_PARAMETER_COLOURFX_T */
94 /**< @ref MMAL_PARAMETER_FLICKERAVOID_T */
96 /**< @ref MMAL_PARAMETER_FLASH_T */
98 /**< @ref MMAL_PARAMETER_REDEYE_T */
[all …]
/kernel/linux/linux-4.19/include/linux/
Dpercpu-refcount.h21 * puts the ref back in single atomic_t mode, collecting the per cpu refs and
22 * issuing the appropriate barriers, and then marks the ref as shutting down so
23 * that percpu_ref_put() will check for the ref hitting 0. After it returns,
24 * it's safe to drop the initial ref.
35 * and it's then safe to drop the initial ref with percpu_ref_put().
74 * Start w/ ref == 1 in atomic mode. Can be switched to percpu
76 * with this flag, the ref will stay in atomic mode until
82 * Start dead w/ ref == 0 in atomic mode. Must be revived with
91 * The low bit of the pointer indicates whether the ref is in percpu
101 int __must_check percpu_ref_init(struct percpu_ref *ref,
[all …]
/kernel/linux/linux-5.10/include/linux/
Dpercpu-refcount.h21 * puts the ref back in single atomic_t mode, collecting the per cpu refs and
22 * issuing the appropriate barriers, and then marks the ref as shutting down so
23 * that percpu_ref_put() will check for the ref hitting 0. After it returns,
24 * it's safe to drop the initial ref.
35 * and it's then safe to drop the initial ref with percpu_ref_put().
74 * Start w/ ref == 1 in atomic mode. Can be switched to percpu
76 * with this flag, the ref will stay in atomic mode until
83 * Start dead w/ ref == 0 in atomic mode. Must be revived with
102 struct percpu_ref *ref; member
107 * The low bit of the pointer indicates whether the ref is in percpu
[all …]
/kernel/linux/linux-4.19/Documentation/media/uapi/v4l/
Ddiff-v4l.rst13 V4L calls were removed from Kernel, but the library :ref:`libv4l`
22 not change from those used by V4L. They are listed in :ref:`devices`
23 and below in :ref:`v4l-dev`.
58 V4L2 drivers *may* support multiple opens, see :ref:`open` for details
68 :ref:`VIDIOC_QUERYCAP`.
75 capturing, video overlay and VBI capturing. See :ref:`open` for an
92 - The :ref:`video capture <capture>` interface is supported.
95 - The device has a :ref:`tuner or modulator <tuner>`.
98 - The :ref:`raw VBI capture <raw-vbi>` interface is supported.
101 - The :ref:`video overlay <overlay>` interface is supported.
[all …]
Ddev-capture.rst30 :ref:`VIDIOC_QUERYCAP` ioctl. As secondary device
31 functions they may also support the :ref:`video overlay <overlay>`
32 (``V4L2_CAP_VIDEO_OVERLAY``) and the :ref:`raw VBI capture <raw-vbi>`
41 Video capture devices shall support :ref:`audio input <audio>`,
42 :ref:`tuner`, :ref:`controls <control>`,
43 :ref:`cropping and scaling <crop>` and
44 :ref:`streaming parameter <streaming-par>` ioctls as needed. The
45 :ref:`video input <video>` ioctls must be supported by all video
58 As usual these parameters are *not* reset at :ref:`open() <func-open>`
64 defaults. An example is given in :ref:`crop`.
[all …]
Ddev-output.rst29 :ref:`VIDIOC_QUERYCAP` ioctl. As secondary device
30 functions they may also support the :ref:`raw VBI output <raw-vbi>`
39 Video output devices shall support :ref:`audio output <audio>`,
40 :ref:`modulator <tuner>`, :ref:`controls <control>`,
41 :ref:`cropping and scaling <crop>` and
42 :ref:`streaming parameter <streaming-par>` ioctls as needed. The
43 :ref:`video output <video>` ioctls must be supported by all video
56 As usual these parameters are *not* reset at :ref:`open() <func-open>`
62 defaults. An example is given in :ref:`crop`.
67 and call the :ref:`VIDIOC_G_FMT <VIDIOC_G_FMT>` ioctl with a pointer
[all …]
/kernel/linux/linux-4.19/fs/jffs2/
Dxattr.c424 * verify_xattr_ref(c, ref)
427 * save_xattr_ref(c, ref)
432 * delete_xattr_ref(c, ref)
444 static int verify_xattr_ref(struct jffs2_sb_info *c, struct jffs2_xattr_ref *ref) in verify_xattr_ref() argument
454 if (ref_flags(ref->node) != REF_UNCHECKED) in verify_xattr_ref()
456 offset = ref_offset(ref->node); in verify_xattr_ref()
482 ref->ino = je32_to_cpu(rr.ino); in verify_xattr_ref()
483 ref->xid = je32_to_cpu(rr.xid); in verify_xattr_ref()
484 ref->xseqno = je32_to_cpu(rr.xseqno); in verify_xattr_ref()
485 if (ref->xseqno > c->highest_xseqno) in verify_xattr_ref()
[all …]
/kernel/linux/linux-5.10/fs/jffs2/
Dxattr.c424 * verify_xattr_ref(c, ref)
427 * save_xattr_ref(c, ref)
432 * delete_xattr_ref(c, ref)
444 static int verify_xattr_ref(struct jffs2_sb_info *c, struct jffs2_xattr_ref *ref) in verify_xattr_ref() argument
454 if (ref_flags(ref->node) != REF_UNCHECKED) in verify_xattr_ref()
456 offset = ref_offset(ref->node); in verify_xattr_ref()
482 ref->ino = je32_to_cpu(rr.ino); in verify_xattr_ref()
483 ref->xid = je32_to_cpu(rr.xid); in verify_xattr_ref()
484 ref->xseqno = je32_to_cpu(rr.xseqno); in verify_xattr_ref()
485 if (ref->xseqno > c->highest_xseqno) in verify_xattr_ref()
[all …]
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Ddiff-v4l.rst14 V4L calls were removed from Kernel, but the library :ref:`libv4l`
22 not change from those used by V4L. They are listed in :ref:`devices`
23 and below in :ref:`v4l-dev`.
56 V4L2 drivers *may* support multiple opens, see :ref:`open` for details
65 :ref:`VIDIOC_QUERYCAP`.
72 capturing, video overlay and VBI capturing. See :ref:`open` for an
89 - The :ref:`video capture <capture>` interface is supported.
92 - The device has a :ref:`tuner or modulator <tuner>`.
95 - The :ref:`raw VBI capture <raw-vbi>` interface is supported.
98 - The :ref:`video overlay <overlay>` interface is supported.
[all …]
Ddev-capture.rst30 :ref:`VIDIOC_QUERYCAP` ioctl. As secondary device
31 functions they may also support the :ref:`video overlay <overlay>`
32 (``V4L2_CAP_VIDEO_OVERLAY``) and the :ref:`raw VBI capture <raw-vbi>`
40 Video capture devices shall support :ref:`audio input <audio>`,
41 :ref:`tuner`, :ref:`controls <control>`,
42 :ref:`cropping and scaling <crop>` and
43 :ref:`streaming parameter <streaming-par>` ioctls as needed. The
44 :ref:`video input <video>` ioctls must be supported by all video
62 defaults. An example is given in :ref:`crop`.
68 :ref:`VIDIOC_G_FMT <VIDIOC_G_FMT>` ioctl with a pointer to this
[all …]
Ddev-output.rst29 :ref:`VIDIOC_QUERYCAP` ioctl. As secondary device
30 functions they may also support the :ref:`raw VBI output <raw-vbi>`
38 Video output devices shall support :ref:`audio output <audio>`,
39 :ref:`modulator <tuner>`, :ref:`controls <control>`,
40 :ref:`cropping and scaling <crop>` and
41 :ref:`streaming parameter <streaming-par>` ioctls as needed. The
42 :ref:`video output <video>` ioctls must be supported by all video
60 defaults. An example is given in :ref:`crop`.
65 and call the :ref:`VIDIOC_G_FMT <VIDIOC_G_FMT>` ioctl with a pointer
75 of :ref:`VIDIOC_G_FMT <VIDIOC_G_FMT>`, and call the :ref:`VIDIOC_S_FMT <VIDIOC_G_FMT>`
[all …]
Dlibv4l-introduction.rst17 :ref:`v4l2grab <v4l2grab-example>`.
28 :ref:`V4L2_PIX_FMT_BGR24 <V4L2-PIX-FMT-BGR24>`,
29 :ref:`V4L2_PIX_FMT_HM12 <V4L2-PIX-FMT-HM12>`,
30 :ref:`V4L2_PIX_FMT_JPEG <V4L2-PIX-FMT-JPEG>`,
31 :ref:`V4L2_PIX_FMT_MJPEG <V4L2-PIX-FMT-MJPEG>`,
32 :ref:`V4L2_PIX_FMT_MR97310A <V4L2-PIX-FMT-MR97310A>`,
33 :ref:`V4L2_PIX_FMT_OV511 <V4L2-PIX-FMT-OV511>`,
34 :ref:`V4L2_PIX_FMT_OV518 <V4L2-PIX-FMT-OV518>`,
35 :ref:`V4L2_PIX_FMT_PAC207 <V4L2-PIX-FMT-PAC207>`,
36 :ref:`V4L2_PIX_FMT_PJPG <V4L2-PIX-FMT-PJPG>`,
[all …]
/kernel/linux/linux-4.19/include/media/
Dv4l2-ioctl.h26 * :ref:`VIDIOC_QUERYCAP <vidioc_querycap>` ioctl
28 * :ref:`VIDIOC_ENUM_FMT <vidioc_enum_fmt>` ioctl logic
31 * :ref:`VIDIOC_ENUM_FMT <vidioc_enum_fmt>` ioctl logic
34 * :ref:`VIDIOC_ENUM_FMT <vidioc_enum_fmt>` ioctl logic
37 * :ref:`VIDIOC_ENUM_FMT <vidioc_enum_fmt>` ioctl logic
40 * :ref:`VIDIOC_ENUM_FMT <vidioc_enum_fmt>` ioctl logic
43 * :ref:`VIDIOC_ENUM_FMT <vidioc_enum_fmt>` ioctl logic
46 * :ref:`VIDIOC_ENUM_FMT <vidioc_enum_fmt>` ioctl logic
49 * :ref:`VIDIOC_ENUM_FMT <vidioc_enum_fmt>` ioctl logic
52 * :ref:`VIDIOC_G_FMT <vidioc_g_fmt>` ioctl logic for video capture
[all …]
/kernel/linux/linux-5.10/include/media/
Dv4l2-ioctl.h26 * :ref:`VIDIOC_QUERYCAP <vidioc_querycap>` ioctl
28 * :ref:`VIDIOC_ENUM_FMT <vidioc_enum_fmt>` ioctl logic
31 * :ref:`VIDIOC_ENUM_FMT <vidioc_enum_fmt>` ioctl logic
34 * :ref:`VIDIOC_ENUM_FMT <vidioc_enum_fmt>` ioctl logic
37 * :ref:`VIDIOC_ENUM_FMT <vidioc_enum_fmt>` ioctl logic
40 * :ref:`VIDIOC_ENUM_FMT <vidioc_enum_fmt>` ioctl logic
43 * :ref:`VIDIOC_ENUM_FMT <vidioc_enum_fmt>` ioctl logic
46 * :ref:`VIDIOC_ENUM_FMT <vidioc_enum_fmt>` ioctl logic
49 * :ref:`VIDIOC_G_FMT <vidioc_g_fmt>` ioctl logic for video capture
52 * :ref:`VIDIOC_G_FMT <vidioc_g_fmt>` ioctl logic for video overlay
[all …]
/kernel/linux/linux-4.19/fs/btrfs/
Ddelayed-ref.c10 #include "delayed-ref.h"
103 /* insert a new ref to head ref rbtree */
162 * find an head entry based on bytenr. This returns the delayed ref
227 struct btrfs_delayed_ref_node *ref) in drop_delayed_ref() argument
230 rb_erase(&ref->ref_node, &head->ref_tree); in drop_delayed_ref()
231 RB_CLEAR_NODE(&ref->ref_node); in drop_delayed_ref()
232 if (!list_empty(&ref->add_list)) in drop_delayed_ref()
233 list_del(&ref->add_list); in drop_delayed_ref()
234 ref->in_tree = 0; in drop_delayed_ref()
235 btrfs_put_delayed_ref(ref); in drop_delayed_ref()
[all …]
/kernel/linux/linux-5.10/fs/btrfs/
Dref-verify.c11 #include "delayed-ref.h"
12 #include "ref-verify.h"
43 * back to the delayed ref action. We hold the ref we are changing in the
51 struct ref_entry ref; member
59 * to it as well as all of the ref actions that have occurred to it. We never
162 struct ref_entry *ref) in insert_ref_entry() argument
172 cmp = comp_refs(entry, ref); in insert_ref_entry()
181 rb_link_node(&ref->node, parent_node, p); in insert_ref_entry()
182 rb_insert_color(&ref->node, root); in insert_ref_entry()
215 btrfs_err(fs_info, " ref-verify: no stacktrace"); in __print_stack_trace()
[all …]

12345678910>>...148