Home
last modified time | relevance | path

Searched refs:modifiers (Results 1 – 25 of 29) sorted by relevance

12

/linux/Documentation/userspace-api/
H A Ddma-buf-alloc-exchange.rst91 Formats and modifiers
120 Format modifiers describe a translation mechanism between these per-pixel memory
134 Some modifiers may modify the number of planes required for an image; for
142 support of modifiers must be explicitly enumerated and negotiated by all users
188 and modifiers, described together. Within KMS, this is achieved with the
190 the modifiers supported for each format. In userspace, this is supported through
212 - for this format, intersect the lists of supported modifiers for both KMS and
213 Vulkan, to obtain a final list of acceptable modifiers for that format
217 it intends to use for encoding for the set of modifiers it supports, and
232 acceptable modifiers, it must allocate the buffer. As there is no universal
[all …]
/linux/tools/perf/util/
H A Ddemangle-cxx.cpp30 bool modifiers __maybe_unused) in cxx_demangle_sym()
33 int flags = (params ? DMGL_PARAMS : 0) | (modifiers ? DMGL_ANSI : 0); in cxx_demangle_sym()
37 int flags = (params ? DMGL_PARAMS : 0) | (modifiers ? DMGL_ANSI : 0); in cxx_demangle_sym()
H A Ddemangle-cxx.h11 char *cxx_demangle_sym(const char *str, bool params, bool modifiers);
H A Dparse-events.l131 static int modifiers(struct parse_events_state *parse_state, yyscan_t scanner) in modifiers() function
360 {modifier_event} { return modifiers(_parse_state, yyscanner); }
H A Dsymbol.c2557 bool modifiers __maybe_unused) in cxx_demangle_sym()
2560 int flags = (params ? DMGL_PARAMS : 0) | (modifiers ? DMGL_ANSI : 0); in cxx_demangle_sym()
2564 int flags = (params ? DMGL_PARAMS : 0) | (modifiers ? DMGL_ANSI : 0); in cxx_demangle_sym()
/linux/lib/
H A Ddynamic_debug.c176 struct flag_settings *modifiers) in ddebug_change() argument
247 newflags = (dp->flags & modifiers->mask) | modifiers->flags; in ddebug_change()
489 static int ddebug_parse_flags(const char *str, struct flag_settings *modifiers) in ddebug_parse_flags() argument
508 modifiers->flags |= opt_array[i].flag; in ddebug_parse_flags()
517 v3pr_info("flags=0x%x\n", modifiers->flags); in ddebug_parse_flags()
523 modifiers->mask = 0; in ddebug_parse_flags()
526 modifiers->mask = ~0U; in ddebug_parse_flags()
529 modifiers->mask = ~modifiers->flags; in ddebug_parse_flags()
530 modifiers->flags = 0; in ddebug_parse_flags()
533 v3pr_info("*flagsp=0x%x *maskp=0x%x\n", modifiers->flags, modifiers->mask); in ddebug_parse_flags()
[all …]
/linux/drivers/gpu/drm/sun4i/
H A Dsun4i_layer.c195 const uint64_t *modifiers = sun4i_layer_modifiers; in sun4i_layer_init_one() local
211 modifiers = NULL; in sun4i_layer_init_one()
218 modifiers, type, NULL); in sun4i_layer_init_one()
/linux/drivers/gpu/drm/
H A Ddrm_plane.c248 plane->modifiers[i])) { in create_in_format_blob()
253 mod->modifier = plane->modifiers[i]; in create_in_format_blob()
427 plane->modifiers = kmalloc_array(format_modifier_count, in __drm_universal_plane_init()
428 sizeof(*plane->modifiers), in __drm_universal_plane_init()
431 if (format_modifier_count && !plane->modifiers) { in __drm_universal_plane_init()
446 kfree(plane->modifiers); in __drm_universal_plane_init()
453 memcpy(plane->modifiers, format_modifiers, in __drm_universal_plane_init()
690 kfree(plane->modifiers); in drm_plane_cleanup()
936 if (modifier == plane->modifiers[i]) in drm_plane_has_format()
/linux/Documentation/core-api/
H A Dmm-api.rst26 :doc: Watermark modifiers
29 :doc: Reclaim modifiers
H A Dassoc_array.rst199 The caller should lock exclusively against other modifiers of the array.
219 The caller should lock exclusively against other modifiers of the array.
235 The caller should lock exclusively against other modifiers of the array.
249 The caller should lock exclusively against other modifiers and accessors
277 lock exclusively against other modifiers of the array.
H A Dprintk-formats.rst84 When possible, use specialised modifiers such as %pS or %pB (described below)
525 node name, including the path. The modifiers are functionally equivalent to
/linux/Documentation/gpu/
H A Dafbc.rst12 format modifiers defined in drm_fourcc.h. See DRM_FORMAT_MOD_ARM_AFBC(*).
14 All users of the AFBC modifiers must follow the usage guidelines laid
117 modifiers. Formats which are not listed should be avoided.
/linux/include/drm/
H A Ddrm_kunit_helpers.h112 const uint64_t *modifiers);
H A Ddrm_plane.h687 uint64_t *modifiers; member
/linux/drivers/gpu/drm/mediatek/
H A Dmtk_plane.c23 static const u64 modifiers[] = { variable
323 supports_afbc ? modifiers : NULL, in mtk_plane_init()
/linux/drivers/input/keyboard/
H A Dapplespi.c127 u8 modifiers; member
1120 keyboard_protocol->fn_pressed = !!(keyboard_protocol->modifiers & bit); in applespi_remap_fn_key()
1122 keyboard_protocol->modifiers |= bit; in applespi_remap_fn_key()
1124 keyboard_protocol->modifiers &= ~bit; in applespi_remap_fn_key()
1135 sizeof_field(struct keyboard_protocol, modifiers) * 8, in applespi_handle_keyboard_event()
1173 if (keyboard_protocol->modifiers & BIT(i)) in applespi_handle_keyboard_event()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_plane.c1544 if (modifier == plane->modifiers[i]) in amdgpu_dm_plane_format_mod_supported()
1844 uint64_t *modifiers = NULL; in amdgpu_dm_plane_init() local
1850 res = amdgpu_dm_plane_get_plane_modifiers(dm->adev, plane->type, &modifiers); in amdgpu_dm_plane_init()
1854 if (modifiers == NULL) in amdgpu_dm_plane_init()
1859 modifiers, plane->type, NULL); in amdgpu_dm_plane_init()
1860 kfree(modifiers); in amdgpu_dm_plane_init()
/linux/drivers/net/wireless/broadcom/b43/
H A Dlo.c580 static const struct b43_loctl modifiers[] = { in lo_probe_possible_loctls() local
612 test_loctl.i += modifiers[i - 1].i * d->state_val_multiplier; in lo_probe_possible_loctls()
613 test_loctl.q += modifiers[i - 1].q * d->state_val_multiplier; in lo_probe_possible_loctls()
/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-compressed.rst68 This pixelformat has two modifiers that must be set at least once
213 This pixelformat has two modifiers that must be set at least once
/linux/drivers/gpu/drm/tegra/
H A Ddc.h74 const u64 *modifiers; member
/linux/tools/perf/Documentation/
H A Dperf-list.txt59 more modifiers. Modifiers allow the user to restrict the events to be
60 counted. The following modifiers exist:
H A Dperf-stat.txt45 and a list of event modifiers, e.g., cpu-cycles:p. See the
46 linkperf:perf-list[1] man page for details on event modifiers.
H A Dperf-top.txt251 For a full list of modifiers please see the perf record manpage.
/linux/drivers/gpu/drm/i915/display/
H A Dskl_universal_plane.c2860 const u64 *modifiers; in skl_universal_plane_create() local
2982 modifiers = intel_fb_plane_get_modifiers(display, caps); in skl_universal_plane_create()
2986 formats, num_formats, modifiers, in skl_universal_plane_create()
2991 kfree(modifiers); in skl_universal_plane_create()
/linux/Documentation/networking/
H A Diso15765-2.rst156 * ``flags``: modifiers to be applied to the default behaviour of the ISO-TP

12