Home
last modified time | relevance | path

Searched full:property (Results 1 – 25 of 3845) sorted by relevance

12345678910>>...154

/kernel/linux/linux-4.19/scripts/kconfig/
Dgconf.glade6 <property name="visible">True</property>
7 <property name="title" translatable="yes">Gtk Kernel Configurator</property>
8 <property name="type">GTK_WINDOW_TOPLEVEL</property>
9 <property name="window_position">GTK_WIN_POS_NONE</property>
10 <property name="modal">False</property>
11 <property name="default_width">640</property>
12 <property name="default_height">480</property>
13 <property name="resizable">True</property>
14 <property name="destroy_with_parent">False</property>
15 <property name="decorated">True</property>
[all …]
/kernel/linux/linux-5.10/scripts/kconfig/
Dgconf.glade6 <property name="visible">True</property>
7 <property name="title" translatable="yes">Gtk Kernel Configurator</property>
8 <property name="type">GTK_WINDOW_TOPLEVEL</property>
9 <property name="window_position">GTK_WIN_POS_NONE</property>
10 <property name="modal">False</property>
11 <property name="default_width">640</property>
12 <property name="default_height">480</property>
13 <property name="resizable">True</property>
14 <property name="destroy_with_parent">False</property>
15 <property name="decorated">True</property>
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/
Ddrm_property.c43 * property types and ranges.
49 * Property values are only 64bit. To support bigger piles of data (like gamma
50 * tables, color correction matrices or large structures) a property can instead
54 * per-object mapping from those names to the property ID used in the atomic
55 * IOCTL and in the get/set property IOCTL.
82 * drm_property_create - create a new property type
84 * @flags: flags specifying the property type
85 * @name: name of the property
88 * This creates a new generic drm property which can then be attached to a drm
89 * object with drm_object_attach_property(). The returned property object must
[all …]
Ddrm_atomic_uapi.c59 * the enable property.
104 * @blob: pointer to blob property to use for mode
106 * Set a mode (originating from a blob property) on the desired CRTC state.
107 * This function will take a reference on the blob property for the CRTC state,
108 * and release the reference held on the state's existing mode property, if any
420 struct drm_crtc_state *state, struct drm_property *property, in drm_atomic_crtc_set_property() argument
428 if (property == config->prop_active) in drm_atomic_crtc_set_property()
430 else if (property == config->prop_mode_id) { in drm_atomic_crtc_set_property()
436 } else if (property == config->prop_vrr_enabled) { in drm_atomic_crtc_set_property()
438 } else if (property == config->degamma_lut_property) { in drm_atomic_crtc_set_property()
[all …]
Ddrm_mode_object.c219 * drm_object_attach_property - attach a property to a modeset object
221 * @property: property to attach
222 * @init_val: initial value of the property
224 * This attaches the given property to the modeset object with the given initial
232 struct drm_property *property, in drm_object_attach_property() argument
236 struct drm_device *dev = property->dev; in drm_object_attach_property()
249 WARN(1, "Failed to attach object property (type: 0x%x). Please " in drm_object_attach_property()
256 obj->properties->properties[count] = property; in drm_object_attach_property()
263 * drm_object_property_set_value - set the value of a property
264 * @obj: drm mode object to set property value for
[all …]
/kernel/linux/linux-4.19/drivers/gpu/drm/
Ddrm_property.c38 * property types and ranges.
44 * Property values are only 64bit. To support bigger piles of data (like gamma
45 * tables, color correction matrices or large structures) a property can instead
49 * per-object mapping from those names to the property ID used in the atomic
50 * IOCTL and in the get/set property IOCTL.
77 * drm_property_create - create a new property type
79 * @flags: flags specifying the property type
80 * @name: name of the property
83 * This creates a new generic drm property which can then be attached to a drm
84 * object with drm_object_attach_property(). The returned property object must
[all …]
Ddrm_mode_object.c209 * drm_object_attach_property - attach a property to a modeset object
211 * @property: property to attach
212 * @init_val: initial value of the property
214 * This attaches the given property to the modeset object with the given initial
219 struct drm_property *property, in drm_object_attach_property() argument
225 WARN(1, "Failed to attach object property (type: 0x%x). Please " in drm_object_attach_property()
232 obj->properties->properties[count] = property; in drm_object_attach_property()
239 * drm_object_property_set_value - set the value of a property
240 * @obj: drm mode object to set property value for
241 * @property: property to set
[all …]
/kernel/linux/linux-5.10/drivers/thunderbolt/
Dproperty.c3 * Thunderbolt XDomain property support
82 struct tb_property *property; in tb_property_alloc() local
84 property = kzalloc(sizeof(*property), GFP_KERNEL); in tb_property_alloc()
85 if (!property) in tb_property_alloc()
88 strcpy(property->key, key); in tb_property_alloc()
89 property->type = type; in tb_property_alloc()
90 INIT_LIST_HEAD(&property->list); in tb_property_alloc()
92 return property; in tb_property_alloc()
99 struct tb_property *property; in tb_property_parse() local
108 property = tb_property_alloc(key, entry->type); in tb_property_parse()
[all …]
/kernel/linux/linux-4.19/drivers/thunderbolt/
Dproperty.c2 * Thunderbolt XDomain property support
85 struct tb_property *property; in tb_property_alloc() local
87 property = kzalloc(sizeof(*property), GFP_KERNEL); in tb_property_alloc()
88 if (!property) in tb_property_alloc()
91 strcpy(property->key, key); in tb_property_alloc()
92 property->type = type; in tb_property_alloc()
93 INIT_LIST_HEAD(&property->list); in tb_property_alloc()
95 return property; in tb_property_alloc()
102 struct tb_property *property; in tb_property_parse() local
111 property = tb_property_alloc(key, entry->type); in tb_property_parse()
[all …]
/kernel/linux/linux-4.19/scripts/dtc/libfdt/
Dlibfdt.h62 /* FDT_ERR_NOTFOUND: The requested node or property does not exist */
64 /* FDT_ERR_EXISTS: Attempted to create a node or property which
83 * This can be caused either by an invalid phandle property
124 * or similar property with a bad format or value */
127 /* FDT_ERR_BADVALUE: Device tree has a property with an unexpected
128 * value. For example: a property expected to contain a string list
134 * unexpected or missing value, property or node. */
452 * fdt_first_property_offset - find the offset of a node's first property
456 * fdt_first_property_offset() finds the first property of the node at
460 * structure block offset of the property (>=0), on success
[all …]
/kernel/linux/linux-4.19/drivers/of/
Dof_private.h12 * struct alias_prop - Alias property in 'aliases' node
14 * @alias: Alias property name
19 * The structure represents one alias property of 'aliases' node as
36 struct property *prop, struct property *old_prop);
46 struct property *prop, struct property *old_prop) in of_property_notify()
54 int __of_add_property_sysfs(struct device_node *np, struct property *pp);
55 void __of_remove_property_sysfs(struct device_node *np, struct property *prop);
56 void __of_update_property_sysfs(struct device_node *np, struct property *newprop,
57 struct property *oldprop);
61 static inline int __of_add_property_sysfs(struct device_node *np, struct property *pp) in __of_add_property_sysfs()
[all …]
Dproperty.c3 * drivers/of/property.c - Procedures for accessing and interpreting
7 * file contains the OF property as well as the OF graph interface
32 * of_property_count_elems_of_size - Count the number of elements in a property
34 * @np: device node from which the property value is to be read.
35 * @propname: name of the property to be searched.
38 * Search for a property in a device node and count the number of elements of
40 * property does not exist or its length does not match a multiple of elem_size
41 * and -ENODATA if the property does not have a value.
46 struct property *prop = of_find_property(np, propname, NULL); in of_property_count_elems_of_size()
66 * @np: device node from which the property value is to be read.
[all …]
/kernel/linux/linux-5.10/scripts/dtc/libfdt/
Dlibfdt.h21 /* FDT_ERR_NOTFOUND: The requested node or property does not exist */
23 /* FDT_ERR_EXISTS: Attempted to create a node or property which
42 * This can be caused either by an invalid phandle property
84 * or similar property with a bad format or value */
87 /* FDT_ERR_BADVALUE: Device tree has a property with an unexpected
88 * value. For example: a property expected to contain a string list
94 * unexpected or missing value, property or node. */
141 static inline void fdt32_st(void *property, uint32_t value) in fdt32_st() argument
143 uint8_t *bp = (uint8_t *)property; in fdt32_st()
165 static inline void fdt64_st(void *property, uint64_t value) in fdt64_st() argument
[all …]
/kernel/linux/linux-5.10/drivers/of/
Dof_private.h12 * struct alias_prop - Alias property in 'aliases' node
14 * @alias: Alias property name
19 * The structure represents one alias property of 'aliases' node as
44 struct property *prop, struct property *old_prop);
54 struct property *prop, struct property *old_prop) in of_property_notify()
62 int __of_add_property_sysfs(struct device_node *np, struct property *pp);
63 void __of_remove_property_sysfs(struct device_node *np, struct property *prop);
64 void __of_update_property_sysfs(struct device_node *np, struct property *newprop,
65 struct property *oldprop);
69 static inline int __of_add_property_sysfs(struct device_node *np, struct property *pp) in __of_add_property_sysfs()
[all …]
Dproperty.c3 * drivers/of/property.c - Procedures for accessing and interpreting
7 * file contains the OF property as well as the OF graph interface
56 * of_property_count_elems_of_size - Count the number of elements in a property
58 * @np: device node from which the property value is to be read.
59 * @propname: name of the property to be searched.
62 * Search for a property in a device node and count the number of elements of
64 * property does not exist or its length does not match a multiple of elem_size
65 * and -ENODATA if the property does not have a value.
70 struct property *prop = of_find_property(np, propname, NULL); in of_property_count_elems_of_size()
90 * @np: device node from which the property value is to be read.
[all …]
/kernel/linux/linux-5.10/include/linux/
Dof.h22 #include <linux/property.h>
31 struct property { struct
35 struct property *next; argument
57 struct property *properties; argument
58 struct property *deadprops; /* removed properties */
99 struct property *prop;
100 struct property *old_prop;
210 static inline int of_property_check_flag(struct property *p, unsigned long flag) in of_property_check_flag()
215 static inline void of_property_set_flag(struct property *p, unsigned long flag) in of_property_set_flag()
220 static inline void of_property_clear_flag(struct property *p, unsigned long flag) in of_property_clear_flag()
[all …]
/kernel/linux/linux-4.19/include/linux/
Dof.h22 #include <linux/property.h>
31 struct property { struct
35 struct property *next; argument
58 struct property *properties; argument
59 struct property *deadprops; /* removed properties */
101 struct property *prop;
102 struct property *old_prop;
212 static inline int of_property_check_flag(struct property *p, unsigned long flag) in of_property_check_flag()
217 static inline void of_property_set_flag(struct property *p, unsigned long flag) in of_property_set_flag()
222 static inline void of_property_clear_flag(struct property *p, unsigned long flag) in of_property_clear_flag()
[all …]
/kernel/linux/linux-5.10/include/drm/
Ddrm_property.h34 * @value: numeric property value for this enum entry
39 * decoding for each value. This is used for example for the rotation property.
48 * struct drm_property - modeset object property
50 * This structure represent a modeset object property. It combines both the name
51 * of the property with the set of permissible values. This means that when a
52 * driver wants to use a property with the same name on different objects, but
53 * with different value ranges, then it must create property for each one. An
56 * property structure can be instantiated multiple times for the same object.
58 * symbolic property will have the same modeset object ID on all modeset
64 * To actually expose a property it must be attached to each object using
[all …]
/kernel/linux/linux-4.19/include/drm/
Ddrm_property.h32 * @value: numeric property value for this enum entry
37 * decoding for each value. This is used for example for the rotation property.
46 * struct drm_property - modeset object property
48 * This structure represent a modeset object property. It combines both the name
49 * of the property with the set of permissible values. This means that when a
50 * driver wants to use a property with the same name on different objects, but
51 * with different value ranges, then it must create property for each one. An
54 * property structure can be instantiated multiple times for the same object.
56 * symbolic property will have the same modeset object ID on all modeset
62 * To actually expose a property it must be attached to each object using
[all …]
/kernel/linux/linux-5.10/drivers/base/
Dproperty.c3 * property.c - Unified device property interface.
17 #include <linux/property.h>
29 * device_property_present - check if a property of a device is present
30 * @dev: Device whose property is being checked
31 * @propname: Name of the property
33 * Check if property @propname is present in the device firmware description.
42 * fwnode_property_present - check if a property of a firmware node is present
43 * @fwnode: Firmware node whose property to check
44 * @propname: Name of the property
61 * device_property_read_u8_array - return a u8 array property of a device
[all …]
/kernel/linux/linux-4.19/drivers/base/
Dproperty.c3 * property.c - Unified device property interface.
17 #include <linux/property.h>
228 /* The array length for a non-array string property is 1. */ in pset_prop_read_string_array()
304 * device_property_present - check if a property of a device is present
305 * @dev: Device whose property is being checked
306 * @propname: Name of the property
308 * Check if property @propname is present in the device firmware description.
317 * fwnode_property_present - check if a property of a firmware node is present
318 * @fwnode: Firmware node whose property to check
319 * @propname: Name of the property
[all …]
/kernel/linux/linux-4.19/Documentation/acpi/
DDSD-properties-rules.txt4 Properties, Property Sets and Property Subsets
16 A device property is a data item consisting of a string key and a value (of a
27 A property set is a collection of properties applicable to a hardware entity
32 Property subsets are nested collections of properties. Each of them is
35 representation of property subsets is via the mechanism specified in the
38 Property sets may be hierarchical. That is, a property set may contain
39 multiple property subsets that each may contain property subsets of its
42 General Validity Rule for Property Sets
45 Valid property sets must follow the guidance given by the Device Properties UUID
52 return property sets which do not follow that rule from _DSD in data packages
[all …]
/kernel/linux/linux-5.10/Documentation/firmware-guide/acpi/
DDSD-properties-rules.rst7 Properties, Property Sets and Property Subsets
19 A device property is a data item consisting of a string key and a value (of a
30 A property set is a collection of properties applicable to a hardware entity
35 Property subsets are nested collections of properties. Each of them is
38 representation of property subsets is via the mechanism specified in the
41 Property sets may be hierarchical. That is, a property set may contain
42 multiple property subsets that each may contain property subsets of its
45 General Validity Rule for Property Sets
48 Valid property sets must follow the guidance given by the Device Properties UUID
55 return property sets which do not follow that rule from _DSD in data packages
[all …]
/kernel/linux/linux-5.10/drivers/mfd/
Dsi476x-prop.c46 u16 property) in si476x_core_is_valid_property_a10() argument
80 return si476x_core_element_is_in_range(property, valid_ranges, in si476x_core_is_valid_property_a10()
82 si476x_core_element_is_in_array(property, valid_properties, in si476x_core_is_valid_property_a10()
87 u16 property) in si476x_core_is_valid_property_a20() argument
100 return si476x_core_is_valid_property_a10(core, property) || in si476x_core_is_valid_property_a20()
101 si476x_core_element_is_in_range(property, valid_ranges, in si476x_core_is_valid_property_a20()
103 si476x_core_element_is_in_array(property, valid_properties, in si476x_core_is_valid_property_a20()
108 u16 property) in si476x_core_is_valid_property_a30() argument
126 return si476x_core_is_valid_property_a20(core, property) || in si476x_core_is_valid_property_a30()
127 si476x_core_element_is_in_range(property, valid_ranges, in si476x_core_is_valid_property_a30()
[all …]
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dimx6ulz.dtsi9 /delete-property/ ethernet0;
10 /delete-property/ ethernet1;
11 /delete-property/ i2c2;
12 /delete-property/ i2c3;
13 /delete-property/ serial4;
14 /delete-property/ serial5;
15 /delete-property/ serial6;
16 /delete-property/ serial7;
17 /delete-property/ spi2;
18 /delete-property/ spi3;

12345678910>>...154