| /linux/Documentation/userspace-api/ |
| H A D | dma-buf-alloc-exchange.rst | 91 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 D | demangle-cxx.cpp | 30 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 D | demangle-cxx.h | 11 char *cxx_demangle_sym(const char *str, bool params, bool modifiers);
|
| H A D | parse-events.l | 131 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 D | symbol.c | 2557 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 D | dynamic_debug.c | 176 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 D | sun4i_layer.c | 195 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 D | drm_plane.c | 248 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 D | mm-api.rst | 26 :doc: Watermark modifiers 29 :doc: Reclaim modifiers
|
| H A D | assoc_array.rst | 199 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 D | printk-formats.rst | 84 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 D | afbc.rst | 12 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 D | drm_kunit_helpers.h | 112 const uint64_t *modifiers);
|
| H A D | drm_plane.h | 687 uint64_t *modifiers; member
|
| /linux/drivers/gpu/drm/mediatek/ |
| H A D | mtk_plane.c | 23 static const u64 modifiers[] = { variable 323 supports_afbc ? modifiers : NULL, in mtk_plane_init()
|
| /linux/drivers/input/keyboard/ |
| H A D | applespi.c | 127 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 D | amdgpu_dm_plane.c | 1544 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 D | lo.c | 580 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 D | pixfmt-compressed.rst | 68 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 D | dc.h | 74 const u64 *modifiers; member
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-list.txt | 59 more modifiers. Modifiers allow the user to restrict the events to be 60 counted. The following modifiers exist:
|
| H A D | perf-stat.txt | 45 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 D | perf-top.txt | 251 For a full list of modifiers please see the perf record manpage.
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | skl_universal_plane.c | 2860 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 D | iso15765-2.rst | 156 * ``flags``: modifiers to be applied to the default behaviour of the ISO-TP
|