| /kernel/linux/linux-5.10/scripts/kconfig/ |
| D | gconf.glade | 6 <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-6.6/scripts/kconfig/ |
| D | gconf.glade | 6 <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-6.6/drivers/thunderbolt/ |
| D | property.c | 3 * 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-5.10/drivers/gpu/drm/ |
| D | drm_property.c | 43 * 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 …]
|
| D | drm_atomic_uapi.c | 59 * the enable property. 106 * @blob: pointer to blob property to use for mode 108 * Set a mode (originating from a blob property) on the desired CRTC state. 109 * This function will take a reference on the blob property for the CRTC state, 110 * and release the reference held on the state's existing mode property, if any 422 struct drm_crtc_state *state, struct drm_property *property, in drm_atomic_crtc_set_property() argument 430 if (property == config->prop_active) in drm_atomic_crtc_set_property() 432 else if (property == config->prop_mode_id) { in drm_atomic_crtc_set_property() 438 } else if (property == config->prop_vrr_enabled) { in drm_atomic_crtc_set_property() 440 } else if (property == config->degamma_lut_property) { in drm_atomic_crtc_set_property() [all …]
|
| D | drm_mode_object.c | 219 * 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-6.6/drivers/gpu/drm/ |
| D | drm_property.c | 43 * 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 …]
|
| D | drm_atomic_uapi.c | 61 * the enable property. 110 * @blob: pointer to blob property to use for mode 112 * Set a mode (originating from a blob property) on the desired CRTC state. 113 * This function will take a reference on the blob property for the CRTC state, 114 * and release the reference held on the state's existing mode property, if any 408 struct drm_crtc_state *state, struct drm_property *property, in drm_atomic_crtc_set_property() argument 416 if (property == config->prop_active) in drm_atomic_crtc_set_property() 418 else if (property == config->prop_mode_id) { in drm_atomic_crtc_set_property() 424 } else if (property == config->prop_vrr_enabled) { in drm_atomic_crtc_set_property() 426 } else if (property == config->degamma_lut_property) { in drm_atomic_crtc_set_property() [all …]
|
| D | drm_mode_object.c | 221 * drm_object_attach_property - attach a property to a modeset object 223 * @property: property to attach 224 * @init_val: initial value of the property 226 * This attaches the given property to the modeset object with the given initial 234 struct drm_property *property, in drm_object_attach_property() argument 238 struct drm_device *dev = property->dev; in drm_object_attach_property() 251 WARN(1, "Failed to attach object property (type: 0x%x). Please " in drm_object_attach_property() 258 obj->properties->properties[count] = property; in drm_object_attach_property() 265 * drm_object_property_set_value - set the value of a property 266 * @obj: drm mode object to set property value for [all …]
|
| /kernel/linux/linux-5.10/drivers/thunderbolt/ |
| D | property.c | 3 * 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-6.6/scripts/dtc/libfdt/ |
| D | libfdt.h | 22 /* FDT_ERR_NOTFOUND: The requested node or property does not exist */ 24 /* FDT_ERR_EXISTS: Attempted to create a node or property which 43 * This can be caused either by an invalid phandle property 85 * or similar property with a bad format or value */ 88 /* FDT_ERR_BADVALUE: Device tree has a property with an unexpected 89 * value. For example: a property expected to contain a string list 95 * unexpected or missing value, property or node. */ 151 static inline void fdt32_st(void *property, uint32_t value) in fdt32_st() argument 153 uint8_t *bp = (uint8_t *)property; in fdt32_st() 175 static inline void fdt64_st(void *property, uint64_t value) in fdt64_st() argument [all …]
|
| /kernel/linux/linux-5.10/scripts/dtc/libfdt/ |
| D | libfdt.h | 21 /* 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/ |
| D | of_private.h | 12 * 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 …]
|
| D | property.c | 3 * 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 65 * Return: The number of elements on sucess, -EINVAL if the property does not 67 * the property does not have a value. 72 struct property *prop = of_find_property(np, propname, NULL); in of_property_count_elems_of_size() 92 * @np: device node from which the property value is to be read. [all …]
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | of.h | 22 #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-6.6/include/drm/ |
| D | drm_property.h | 38 * decoding for each value. This is used for example for the rotation property. 42 * @value: numeric property value for this enum entry 44 * If the property has the type &DRM_MODE_PROP_BITMASK, @value stores a 46 * if the bit number @value is set in the property's value. This enum 55 * struct drm_property - modeset object property 57 * This structure represent a modeset object property. It combines both the name 58 * of the property with the set of permissible values. This means that when a 59 * driver wants to use a property with the same name on different objects, but 60 * with different value ranges, then it must create property for each one. An 63 * property structure can be instantiated multiple times for the same object. [all …]
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/broadcom/ |
| D | bcm-nsp-ax.dtsi | 13 /delete-property/ dma-coherent; 17 /delete-property/ dma-coherent; 21 /delete-property/ dma-coherent; 25 /delete-property/ dma-coherent; 29 /delete-property/ dma-coherent; 33 /delete-property/ dma-coherent; 37 /delete-property/ dma-coherent; 41 /delete-property/ dma-coherent; 45 /delete-property/ dma-coherent; 49 /delete-property/ dma-coherent; [all …]
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | of.h | 20 #include <linux/property.h> 28 struct property { struct 32 struct property *next; argument 54 struct property *properties; argument 55 struct property *deadprops; /* removed properties */ 96 struct property *prop; 97 struct property *old_prop; 217 static inline int of_property_check_flag(const struct property *p, unsigned long flag) in of_property_check_flag() 222 static inline void of_property_set_flag(struct property *p, unsigned long flag) in of_property_set_flag() 227 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/ |
| D | drm_property.h | 34 * @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-6.6/drivers/base/ |
| D | property.c | 3 * property.c - Unified device property interface. 17 #include <linux/property.h> 35 * device_property_present - check if a property of a device is present 36 * @dev: Device whose property is being checked 37 * @propname: Name of the property 39 * Check if property @propname is present in the device firmware description. 41 * Return: true if property @propname is present. Otherwise, returns false. 50 * fwnode_property_present - check if a property of a firmware node is present 51 * @fwnode: Firmware node whose property to check 52 * @propname: Name of the property [all …]
|
| /kernel/linux/linux-5.10/drivers/base/ |
| D | property.c | 3 * 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-6.6/arch/arm64/boot/dts/qcom/ |
| D | sc7180-firmware-tfa.dtsi | 10 /delete-property/ power-domains; 11 /delete-property/ power-domain-names; 19 /delete-property/ power-domains; 20 /delete-property/ power-domain-names; 28 /delete-property/ power-domains; 29 /delete-property/ power-domain-names; 37 /delete-property/ power-domains; 38 /delete-property/ power-domain-names; 46 /delete-property/ power-domains; 47 /delete-property/ power-domain-names; [all …]
|
| /kernel/linux/linux-6.6/drivers/of/ |
| D | property.c | 3 * drivers/of/property.c - Procedures for accessing and interpreting 7 * file contains the OF property as well as the OF graph interface 58 * of_property_count_elems_of_size - Count the number of elements in a property 60 * @np: device node from which the property value is to be read. 61 * @propname: name of the property to be searched. 64 * Search for a property in a device node and count the number of elements of 67 * Return: The number of elements on sucess, -EINVAL if the property does not 69 * the property does not have a value. 74 struct property *prop = of_find_property(np, propname, NULL); in of_property_count_elems_of_size() 94 * @np: device node from which the property value is to be read. [all …]
|
| D | of_private.h | 14 * struct alias_prop - Alias property in 'aliases' node 16 * @alias: Alias property name 21 * The structure represents one alias property of 'aliases' node as 47 struct property *prop, struct property *old_prop); 57 struct property *prop, struct property *old_prop) in of_property_notify() 71 int __of_add_property_sysfs(struct device_node *np, struct property *pp); 72 void __of_remove_property_sysfs(struct device_node *np, struct property *prop); 73 void __of_update_property_sysfs(struct device_node *np, struct property *newprop, 74 struct property *oldprop); 78 static inline int __of_add_property_sysfs(struct device_node *np, struct property *pp) in __of_add_property_sysfs() [all …]
|
| /kernel/linux/linux-6.6/Documentation/firmware-guide/acpi/ |
| D | DSD-properties-rules.rst | 7 Properties, Property Sets and Property Subsets 19 A device property is a data item consisting of a string key and a value (of a 32 A property set is a collection of properties applicable to a hardware entity 37 Property subsets are nested collections of properties. Each of them is 40 representation of property subsets is via the mechanism specified in the 45 Property sets may be hierarchical. That is, a property set may contain 46 multiple property subsets that each may contain property subsets of its 49 General Validity Rule for Property Sets 52 Valid property sets must follow the guidance given by the Device Properties UUID 59 return property sets which do not follow that rule from _DSD in data packages [all …]
|