| /linux/scripts/kconfig/ |
| H A D | gconf.ui | 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 …]
|
| /linux/drivers/thunderbolt/ |
| H A D | property.c | 3 * Thunderbolt XDomain property support 87 struct tb_property *property; in tb_property_alloc() 89 property = kzalloc_obj(*property); in tb_property_alloc() 90 if (!property) in tb_property_alloc() 93 strcpy(property->key, key); in tb_property_alloc() 94 property->type = type; 95 INIT_LIST_HEAD(&property->list); in tb_property_parse() 97 return property; in tb_property_parse() 105 struct tb_property *property; in tb_property_parse() 82 struct tb_property *property; tb_property_alloc() local 99 struct tb_property *property; tb_property_parse() local 193 struct tb_property *property; __tb_property_parse_dir() local 267 tb_property_free(struct tb_property * property) tb_property_free() argument 299 struct tb_property *property, *tmp; tb_property_free_dir() local 316 const struct tb_property *property; tb_property_dir_length() local 356 const struct tb_property *property; __tb_property_format_dir() local 520 struct tb_property *property, *p = NULL; tb_property_copy_dir() local 592 struct tb_property *property; tb_property_add_immediate() local 625 struct tb_property *property; tb_property_add_data() local 663 struct tb_property *property; tb_property_add_text() local 697 struct tb_property *property; tb_property_add_dir() local 720 tb_property_remove(struct tb_property * property) tb_property_remove() argument 741 struct tb_property *property; tb_property_find() local [all...] |
| /linux/drivers/gpu/drm/ |
| H A D | drm_property.c | 44 * property types and ranges. 50 * Property values are only 64bit. To support bigger piles of data (like gamma 51 * tables, color correction matrices or large structures) a property can instead 55 * per-object mapping from those names to the property ID used in the atomic 56 * IOCTL and in the get/set property IOCTL. 83 * drm_property_create - create a new property type 85 * @flags: flags specifying the property type 86 * @name: name of the property 89 * This creates a new generic drm property which can then be attached to a drm 90 * object with drm_object_attach_property(). The returned property object must [all …]
|
| /linux/drivers/base/ |
| H A D | property.c | 3 * property.c - Unified device property interface. 15 #include <linux/property.h> 36 * device_property_present - check if a property of a device is present 37 * @dev: Device whose property is being checked 38 * @propname: Name of the property 40 * Check if property @propname is present in the device firmware description. 41 * This function is the unambiguous way to check that given property is present 44 * Return: true if property @propname is present. Otherwise, returns false. 53 * fwnode_property_present - check if a property of a firmware node is present 54 * @fwnode: Firmware node whose property to check [all …]
|
| /linux/arch/arm/boot/dts/broadcom/ |
| H A 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 …]
|
| /linux/drivers/mfd/ |
| H A D | si476x-prop.c | 46 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 …]
|
| /linux/Documentation/devicetree/bindings/powerpc/ |
| H A D | ibm,powerpc-cpu-features.txt | 43 revision of the compatible property. 104 This property describes the privilege levels and/or software components 107 If bit 0 is set, then the hwcap-bit-nr property will exist. 118 This property describes the HV privilege support required to enable the 119 feature to lesser privilege levels. If the property does not exist then no 125 If the HFSCR bit is set, then the hfscr-bit-nr property will exist and 137 This property describes the OS privilege support required to enable the 138 feature to lesser privilege levels. If the property does not exist then no 144 If the FSCR bit is set, then the fscr-bit-nr property will exist and 153 This property exists when the hv-support property HFSCR bit is set. This [all …]
|
| /linux/Documentation/devicetree/bindings/mux/ |
| H A D | mux-consumer.yaml | 14 want to use with a property containing a 'mux-ctrl-list': 23 each mux controller property must be documented in the device tree binding for 24 each consumer. An optional property "mux-control-names" may contain a list of 26 property. 29 be set to, the property "mux-states" must be used. An optional property 31 each of the multiplixer states listed in the "mux-states" property. 35 needs to set multiple states in a mux controller, then property 37 controller to a given state then property "mux-states" can be used. 55 "mux-control-names" property to map the name of the requested mux 56 controller to an index into the list given by the "mux-controls" property. [all …]
|
| /linux/arch/arm/boot/dts/nxp/imx/ |
| H A D | imx6ulz.dtsi | 9 /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;
|
| /linux/drivers/gpu/drm/logicvc/ |
| H A D | logicvc_of.c | 129 struct logicvc_of_property *property; in logicvc_of_property_parse_u32() local 137 property = &logicvc_of_properties[index]; in logicvc_of_property_parse_u32() 139 if (!property->optional && in logicvc_of_property_parse_u32() 140 !of_property_read_bool(of_node, property->name)) in logicvc_of_property_parse_u32() 143 if (property->sv) { in logicvc_of_property_parse_u32() 144 ret = of_property_read_string(of_node, property->name, &string); in logicvc_of_property_parse_u32() 148 ret = logicvc_of_property_sv_value(property->sv, string, in logicvc_of_property_parse_u32() 153 ret = of_property_read_u32(of_node, property->name, &value); in logicvc_of_property_parse_u32() 158 if (property->range[0] || property->range[1]) in logicvc_of_property_parse_u32() 159 if (value < property->range[0] || value > property->range[1]) in logicvc_of_property_parse_u32() [all …]
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_atomic.c | 51 * @connector: Connector to get the property for. 52 * @state: Connector state to retrieve the property from. 53 * @property: Property to retrieve. 54 * @val: Return value for the property. 56 * Returns the atomic property value for a digital connector. 60 struct drm_property *property, in intel_digital_connector_atomic_get_property() argument 67 if (property == display->properties.force_audio) in intel_digital_connector_atomic_get_property() 69 else if (property == display->properties.broadcast_rgb) in intel_digital_connector_atomic_get_property() 73 "Unknown property [PROP:%d:%s]\n", in intel_digital_connector_atomic_get_property() 74 property->base.id, property->name); in intel_digital_connector_atomic_get_property() [all …]
|
| /linux/include/linux/ |
| H A D | extcon.h | 92 * When adding the new extcon property, they *must* have 98 * The naming style of property 99 * : EXTCON_PROP_[type]_[property name] 101 * EXTCON_PROP_USB_[property name] : USB property 102 * EXTCON_PROP_CHG_[property name] : Charger property 103 * EXTCON_PROP_JACK_[property name] : Jack property 104 * EXTCON_PROP_DISP_[property name] : Display property 159 * Define the type of property's value. 161 * Define the property's value as union type. Because each property 178 * Following APIs get the property of each external connector. [all …]
|
| /linux/Documentation/devicetree/bindings/interrupt-controller/ |
| H A D | interrupts.txt | 8 "interrupts" property, an "interrupts-extended" property, or both. If both are 19 The "interrupt-parent" property is used to specify the controller to which 21 controller node. This property is inherited, so it may be specified in an 23 "interrupts" property are always in reference to the node's interrupt parent. 25 The "interrupts-extended" property is a special form; useful when a node needs 27 the inherited one. Each entry in this property contains both the parent phandle 37 property. This is a empty, boolean property. An additional "#interrupt-cells" 38 property defines the number of cells needed to specify a single interrupt. 46 The #interrupt-cells property is set to 1 and the single cell defines the 69 The #interrupt-cells property is set to 2 and the first cell defines the [all …]
|
| /linux/security/ipe/ |
| H A D | eval.c | 112 * evaluate_boot_verified() - Evaluate @ctx for the boot verified property. 126 * evaluate_dmv_roothash() - Evaluate @ctx against a dmv roothash property. 128 * @p: Supplies a pointer to the property being evaluated. 152 * evaluate_dmv_sig_false() - Evaluate @ctx against a dmv sig false property. 156 * * %true - The current @ctx match the property 157 * * %false - The current @ctx doesn't match the property 165 * evaluate_dmv_sig_true() - Evaluate @ctx against a dmv sig true property. 169 * * %true - The current @ctx match the property 170 * * %false - The current @ctx doesn't match the property 190 * evaluate_fsv_digest() - Evaluate @ctx against a fsv digest property. [all …]
|
| /linux/Documentation/devicetree/bindings/memory-controllers/ |
| H A D | st,stm32-fmc2-ebi-props.yaml | 85 description: This property configures the byte lane setup timing 89 description: This property defines the duration of the address setup 93 description: This property defines the duration of the address hold 98 description: This property defines the duration of the data setup phase 102 description: This property defines the delay in nanoseconds between the 106 description: This property defines the duration of the data hold phase 110 description: This property defines the FMC_CLK output signal period in 114 description: This property defines the data latency before reading or 118 description: This property defines the duration of the address setup 122 description: This property defines the duration of the address hold [all …]
|
| /linux/Documentation/devicetree/bindings/usb/ |
| H A D | chipidea,usb2-common.yaml | 57 AHBBRST at SBUSCFG, the range is from 0x0 to 0x7. This property is 59 meaning of each value. If this property is not existed, it will use 70 of this property will only take effect if property "ahb-burst-config" 71 is set to 0, if this property is missing the reset default of the 82 this property will only take effect if property "ahb-burst-config" 83 is set to 0, if this property is missing the reset default of the 109 After setting this property, the value of register ttctrl.ttha 111 value. It needs to be very carefully for setting this property, it 114 at RTL is 0, so this property only affects siTD. 116 If this property is not set, the max packet size is 1023 bytes, and [all …]
|
| /linux/Documentation/devicetree/bindings/opp/ |
| H A D | opp-v2-base.yaml | 31 Missing property means devices have independent clock/voltage/current 43 property. 49 required property for all device nodes, unless another "required" 50 property to uniquely identify the OPP nodes exists. Devices like power 51 domains must have another (implementation dependent) property. 138 should match the number of interconnect paths. This property is only 164 This property allows a platform to enable only a subset of the OPPs 168 Each block present in the array of blocks in this property, represents 199 OPP of the device(s), whose OPP's phandle is present in this property, 201 this property is present). [all …]
|
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | reconfig.c | 23 static int pSeries_reconfig_add_node(const char *path, struct property *proplist) in pSeries_reconfig_add_node() 90 static void release_prop_list(const struct property *prop) in release_prop_list() 92 struct property *next; in release_prop_list() 103 * parse_next_property - process the next property from raw input buffer 106 * @name: return value; set to property name in buf 108 * @value: return value; set to the property value in buf 123 printk(KERN_ERR "property parse failed in %s at line %d\n", in parse_next_property() 130 printk(KERN_ERR "property parse failed in %s at line %d\n", in parse_next_property() 139 printk(KERN_ERR "property parse failed in %s at line %d\n", in parse_next_property() 144 printk(KERN_ERR "property parse failed in %s at line %d\n", in parse_next_property() [all …]
|
| /linux/arch/sparc/include/asm/ |
| H A D | oplib_32.h | 122 /* Get the length, at the passed node, of the given property type. 123 * Returns -1 on error (ie. no such property at this node). 125 int prom_getproplen(phandle thisnode, const char *property); 127 /* Fetch the requested property using the given buffer. Returns 130 int __must_check prom_getproperty(phandle thisnode, const char *property, 133 /* Acquire an integer property. */ 134 int prom_getint(phandle node, char *property); 136 /* Acquire an integer property, with a default value. */ 137 int prom_getintdefault(phandle node, char *property, int defval); 139 /* Acquire a boolean property, 0=FALSE 1=TRUE. */ [all …]
|
| H A D | oplib_64.h | 190 /* Get the length, at the passed node, of the given property type. 191 * Returns -1 on error (ie. no such property at this node). 193 int prom_getproplen(phandle thisnode, const char *property); 195 /* Fetch the requested property using the given buffer. Returns 198 int prom_getproperty(phandle thisnode, const char *property, 201 /* Acquire an integer property. */ 202 int prom_getint(phandle node, const char *property); 204 /* Acquire an integer property, with a default value. */ 205 int prom_getintdefault(phandle node, const char *property, int defval); 207 /* Acquire a boolean property, 0=FALSE 1=TRUE. */ [all …]
|
| /linux/drivers/acpi/ |
| H A D | property.c | 32 * from different GUID appear in a property list of another, it will be 327 const union acpi_object *property; in acpi_properties_format_valid() local 329 property = &properties->package.elements[i]; in acpi_properties_format_valid() 334 if (property->package.count != 2 in acpi_properties_format_valid() 335 || property->package.elements[0].type != ACPI_TYPE_STRING in acpi_properties_format_valid() 336 || !acpi_property_value_ok(&property->package.elements[1])) in acpi_properties_format_valid() 481 union acpi_object *property = &properties->package.elements[i]; in acpi_data_add_buffer_props() local 485 if (property->type != ACPI_TYPE_PACKAGE || in acpi_data_add_buffer_props() 486 property->package.count != 2) { in acpi_data_add_buffer_props() 488 "buffer property %u has %u entries\n", in acpi_data_add_buffer_props() [all …]
|
| /linux/arch/m68k/include/asm/ |
| H A D | oplib.h | 223 /* Get the length, at the passed node, of the given property type. 224 * Returns -1 on error (ie. no such property at this node). 226 extern int prom_getproplen(int thisnode, char *property); 228 /* Fetch the requested property using the given buffer. Returns 231 extern int prom_getproperty(int thisnode, char *property, 234 /* Acquire an integer property. */ 235 extern int prom_getint(int node, char *property); 237 /* Acquire an integer property, with a default value. */ 238 extern int prom_getintdefault(int node, char *property, int defval); 240 /* Acquire a boolean property, 0=FALSE 1=TRUE. */ [all …]
|
| /linux/Documentation/arch/powerpc/ |
| H A D | associativity.rst | 17 Hypervisor indicates the type/form of associativity used via "ibm,architecture-vec-5 property". 18 Bit 0 of byte 5 in the "ibm,architecture-vec-5" property indicates usage of Form 0 or Form 1. 20 bit 2 of byte 5 in the "ibm,architecture-vec-5" property is used. 31 The “ibm,associativity” property contains a list of one or more numbers (domainID) 34 The “ibm,associativity-reference-points” property contains a list of one or more numbers 52 "ibm,associativity-reference-points" property, Form 2 allows a large number of primary domain 57 "ibm,architecture-vec-5" property. 59 "ibm,numa-lookup-index-table" property contains a list of one or more numbers representing 60 the domainIDs present in the system. The offset of the domainID in this property is 71 "ibm,numa-distance-table" property contains a list of one or more numbers representing the NUMA [all …]
|
| /linux/Documentation/devicetree/bindings/powerpc/fsl/ |
| H A D | srio-rmu.txt | 21 Definition: A standard property. Specifies the physical address and 29 correctly configured for SRIO accesses. The property should 52 Definition: A standard property. Specifies the physical address and 60 value of the interrupts property consists of one interrupt 64 A pair of IRQs are specified in this property. The first 82 Definition: A standard property. Specifies the physical address and 90 value of the interrupts property consists of one interrupt 94 A pair of IRQs are specified in this property. The first 112 Definition: A standard property. Specifies the physical address and 120 value of the interrupts property consists of one interrupt [all …]
|
| /linux/drivers/hid/amd-sfh-hid/hid_descriptor/ |
| H A D | amd_sfh_hid_report_desc.h | 22 0x0A, 0x09, 0x03, /* Sensor property and sensor connection type */ 28 0x0A, 0x30, 0x08, /* Sensor property connection type intergated sel*/ 29 0x0A, 0x31, 0x08, /* Sensor property connection type attached sel */ 30 0x0A, 0x32, 0x08, /* Sensor property connection type external sel */ 33 0x0A, 0x16, 0x03, /* HID usage sensor property reporting state */ 39 0x0A, 0x40, 0x08, /* Sensor property report state no events sel */ 40 0x0A, 0x41, 0x08, /* Sensor property report state all events sel */ 41 0x0A, 0x42, 0x08, /* Sensor property report state threshold events sel */ 42 0x0A, 0x43, 0x08, /* Sensor property report state no events wake sel */ 43 0x0A, 0x44, 0x08, /* Sensor property report state all events wake sel */ [all …]
|