/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 | 156 static int modifiers(struct parse_events_state *parse_state, yyscan_t scanner) in modifiers() function 413 {modifier_event} { return modifiers(_parse_state, yyscanner); }
|
H A D | symbol.c | 2671 bool modifiers __maybe_unused) in cxx_demangle_sym() 2674 int flags = (params ? DMGL_PARAMS : 0) | (modifiers ? DMGL_ANSI : 0); in cxx_demangle_sym() 2678 int flags = (params ? DMGL_PARAMS : 0) | (modifiers ? DMGL_ANSI : 0); in cxx_demangle_sym()
|
/linux/drivers/gpu/drm/arm/ |
H A D | malidp_planes.c | 145 const u64 *modifiers; in malidp_format_mod_supported() local 172 modifiers = malidp_format_modifiers; in malidp_format_mod_supported() 182 while (*modifiers != DRM_FORMAT_MOD_INVALID) { in malidp_format_mod_supported() 183 if (*modifiers == modifier) in malidp_format_mod_supported() 186 modifiers++; in malidp_format_mod_supported() 190 if (*modifiers == DRM_FORMAT_MOD_INVALID) { in malidp_format_mod_supported() 938 const u64 *modifiers; in malidp_de_planes_init() local 940 modifiers = malidp_format_modifiers; in malidp_de_planes_init() 947 while (*modifiers != DRM_FORMAT_MOD_INVALID) { in malidp_de_planes_init() 948 if (!(*modifiers & AFBC_SPLIT)) in malidp_de_planes_init() [all …]
|
/linux/lib/ |
H A D | dynamic_debug.c | 175 struct flag_settings *modifiers) in ddebug_change() argument 246 newflags = (dp->flags & modifiers->mask) | modifiers->flags; in ddebug_change() 488 static int ddebug_parse_flags(const char *str, struct flag_settings *modifiers) in ddebug_parse_flags() argument 507 modifiers->flags |= opt_array[i].flag; in ddebug_parse_flags() 516 v3pr_info("flags=0x%x\n", modifiers->flags); in ddebug_parse_flags() 522 modifiers->mask = 0; in ddebug_parse_flags() 525 modifiers->mask = ~0U; in ddebug_parse_flags() 528 modifiers->mask = ~modifiers->flags; in ddebug_parse_flags() 529 modifiers->flags = 0; in ddebug_parse_flags() 532 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/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.
|
/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);
|
/linux/drivers/gpu/drm/mediatek/ |
H A D | mtk_plane.c | 22 static const u64 modifiers[] = { variable 343 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 | 1543 if (modifier == plane->modifiers[i]) in amdgpu_dm_plane_format_mod_supported() 1810 uint64_t *modifiers = NULL; in amdgpu_dm_plane_init() local 1816 res = amdgpu_dm_plane_get_plane_modifiers(dm->adev, plane->type, &modifiers); in amdgpu_dm_plane_init() 1820 if (modifiers == NULL) in amdgpu_dm_plane_init() 1825 modifiers, plane->type, NULL); in amdgpu_dm_plane_init() 1826 kfree(modifiers); in amdgpu_dm_plane_init()
|
/linux/drivers/gpu/drm/imx/ipuv3/ |
H A D | ipuv3-plane.c | 892 const uint64_t *modifiers = ipu_format_modifiers; in ipu_plane_init() local 910 modifiers = pre_format_modifiers; in ipu_plane_init() 914 formats, format_count, modifiers, in ipu_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 | 67 This pixelformat has two modifiers that must be set at least once 212 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/drivers/gpu/drm/meson/ |
H A D | meson_plane.c | 449 if (plane->modifiers[i] == modifier) in meson_plane_format_mod_supported()
|
/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.
|
H A D | perf-record.txt | 39 and a list of event modifiers, e.g., cpu-cycles:p. See the 40 linkperf:perf-list[1] man page for details on event modifiers.
|
/linux/Documentation/networking/ |
H A D | iso15765-2.rst | 156 * ``flags``: modifiers to be applied to the default behaviour of the ISO-TP
|