Home
last modified time | relevance | path

Searched refs:expanded (Results 1 – 25 of 62) sorted by relevance

123

/linux/Documentation/kbuild/
H A Dkconfig-macro-language.rst23 The macro language replaces the variable references with their expanded form,
54 variable is expanded "in place" to yield a text string that may then be
55 expanded further. To get the value of a variable, enclose the variable name in
59 There are two types of variables: simply expanded variables and recursively
60 expanded variables.
62 A simply expanded variable is defined using the := assignment operator. Its
63 righthand side is expanded immediately upon reading the line from the Kconfig
66 A recursively expanded variable is defined using the = assignment operator.
72 variable. The righthand side of += is expanded immediately if the lefthand
83 Useful functions must be expanded when they are used since the same function is
[all …]
/linux/scripts/kconfig/tests/preprocess/variable/
H A DKconfig6 # Simply expanded variable.
12 # Recursively expanded variable.
18 # Append something to a simply expanded variable.
24 # Append something to a recursively expanded variable.
31 # This works as a recursively expanded variable.
/linux/scripts/gendwarfksyms/
H A Dtypes.c72 struct list_head expanded; member
80 INIT_LIST_HEAD(&type->expanded); in type_expansion_init()
88 type_list_free(&type->expanded); in type_expansion_free()
94 type->len += type_list_append(&type->expanded, s, owned); in type_expansion_append()
138 type_list_free(&e->expanded); in type_map_add()
145 list_replace_init(&type->expanded, &e->expanded); in type_map_add()
151 type_list_write(&e->expanded, stderr); in type_map_add()
214 type_list_write(&es[i]->expanded, file); in type_map_write()
329 list_for_each_entry(entry, &type->expanded, list) { in __calculate_version()
545 type_list_write(&version.type.expanded, stderr); in expand_symbol()
/linux/scripts/kconfig/tests/preprocess/escape/
H A DKconfig23 # The following should print "$(X)". It should not be expanded further.
32 # A simple expanded should not be expanded multiple times.
33 # The following should print "$(X)". It should not be expanded further.
/linux/drivers/pinctrl/aspeed/
H A Dpinctrl-aspeed.c173 char *expanded; in get_defined_attribute() local
175 expanded = krealloc(found, len + delta + 1, GFP_KERNEL); in get_defined_attribute()
176 if (!expanded) { in get_defined_attribute()
178 return expanded; in get_defined_attribute()
181 found = expanded; in get_defined_attribute()
/linux/Documentation/core-api/
H A Dlibrs.rst60 The expanded data can be inverted on the fly by providing a non-zero
61 inversion mask. The expanded data is XOR'ed with the mask. This is used
67 The databytes are expanded to the given symbol size on the fly. There is
97 The databytes are expanded to the given symbol size on the fly. There is
/linux/usr/
H A Dgen_init_cpio.c503 char expanded[PATH_MAX + 1]; in cpio_replace_env() local
510 snprintf(expanded, sizeof expanded, "%s%s%s", in cpio_replace_env()
512 strcpy(new_location, expanded); in cpio_replace_env()
/linux/arch/powerpc/perf/
H A Dhv-common.c36 caps->expanded = !!(arg.caps.capability_mask & HV_GPCI_CM_EXPANDED); in hv_perf_caps_get()
H A Dhv-common.h12 expanded:1, member
/linux/scripts/kconfig/tests/preprocess/builtin_func/
H A DKconfig24 # 'filename' is expanded to the currently parsed file name,
/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-srggb14.rst16 14-bit Bayer formats expanded to 16 bits
H A Dpixfmt-srggb10.rst17 10-bit Bayer formats expanded to 16 bits
H A Dpixfmt-srggb12.rst18 12-bit Bayer formats expanded to 16 bits
/linux/Documentation/networking/
H A Dipsec.rst26 datagram fragmentation when the expanded datagram is larger than the
H A Dvxlan.rst9 size of the identifier is expanded to 24 bits (16777216).
/linux/Documentation/admin-guide/mm/
H A Dsoft-dirty.rst39 expanded regions) as soft dirty.
/linux/scripts/gdb/linux/
H A Dconstants.py.in28 /* We need to stringify expanded macros so that they can be parsed */
/linux/Documentation/i2c/
H A Di2c-protocol.rst16 Addr (7 bits) I2C 7 bit address. Note that this can be expanded to
/linux/tools/perf/ui/gtk/
H A Dhists.c285 bool expanded = gtk_tree_view_row_expanded(view, path); in on_row_activated() local
287 if (expanded) in on_row_activated()
/linux/drivers/scsi/device_handler/
H A Dscsi_dh_rdac.c158 struct rdac_pg_expanded expanded; member
277 rdac_pg = &ctlr->mode_select.expanded; in rdac_failover_get()
/linux/drivers/scsi/aic7xxx/
H A DKconfig.aic79xx84 Compile in register value tables for the output of expanded register
H A DKconfig.aic7xxx89 Compile in register value tables for the output of expanded register
/linux/Documentation/driver-api/surface_aggregator/
H A Doverview.rst10 its responsibilities and feature-set have since been expanded significantly
/linux/Documentation/filesystems/
H A Dfiles.rst98 /* locate_fd() may have expanded fdtable, load the ptr */
/linux/Documentation/rust/
H A Dgeneral-information.rst80 but it is intended that coverage is expanded as time goes on. "Leaf" modules

123