| /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 | 2703 bool modifiers __maybe_unused) 2706 int flags = (params ? DMGL_PARAMS : 0) | (modifiers ? DMGL_ANSI : 0); 2710 int flags = (params ? DMGL_PARAMS : 0) | (modifiers ? DMGL_ANSI : 0);
|
| /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/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/ |
| 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/tools/net/ynl/pyynl/ |
| H A D | cli.py | 33 def color(text, modifiers): argument 41 modifiers = "".join(modifiers)
|
| /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/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/Documentation/core-api/ |
| 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/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm_plane.c | 1572 if (modifier == plane->modifiers[i]) in amdgpu_dm_plane_format_mod_supported() 1878 uint64_t *modifiers = NULL; in amdgpu_dm_plane_init() local 1884 res = amdgpu_dm_plane_get_plane_modifiers(dm->adev, plane->type, &modifiers); in amdgpu_dm_plane_init() 1888 if (modifiers == NULL) in amdgpu_dm_plane_init() 1893 modifiers, plane->type, NULL); in amdgpu_dm_plane_init() 1894 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/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/drivers/gpu/drm/i915/display/ |
| H A D | skl_universal_plane.c | 2870 const u64 *modifiers; in skl_universal_plane_create() local 2986 modifiers = intel_fb_plane_get_modifiers(display, caps); in skl_universal_plane_create() 2990 formats, num_formats, modifiers, in skl_universal_plane_create() 2995 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
|