Home
last modified time | relevance | path

Searched refs:property (Results 1 – 25 of 659) sorted by relevance

12345678910>>...27

/linux/drivers/gpu/drm/
H A Ddrm_property.c101 struct drm_property *property = NULL; in drm_property_create() local
110 property = kzalloc_obj(struct drm_property); in drm_property_create()
111 if (!property) in drm_property_create()
114 property->dev = dev; in drm_property_create()
117 property->values = kcalloc(num_values, sizeof(uint64_t), in drm_property_create()
119 if (!property->values) in drm_property_create()
123 ret = drm_mode_object_add(dev, &property->base, DRM_MODE_OBJECT_PROPERTY); in drm_property_create()
127 property->flags = flags; in drm_property_create()
128 property->num_values = num_values; in drm_property_create()
129 INIT_LIST_HEAD(&property->enum_list); in drm_property_create()
[all …]
/linux/arch/arm/boot/dts/broadcom/
H A Dbcm-nsp-ax.dtsi13 /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 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 …]
/linux/drivers/gpu/drm/logicvc/
H A Dlogicvc_of.c129 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/arch/arm/boot/dts/nxp/imx/
H A 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;
H A Dimx6q-apalis-ixora-v1.1.dts24 /delete-property/ xceiver-supply;
28 /delete-property/ xceiver-supply;
33 /delete-property/ cap-power-off-card;
34 /delete-property/ pinctrl-1;
35 /delete-property/ vmmc-supply;
H A Dimx6ull-dhcom-som-cfg-sdcard.dtsi46 /delete-property/ #address-cells;
47 /delete-property/ #size-cells;
48 /delete-property/ keep-power-in-suspend;
49 /delete-property/ mmc-pwrseq;
50 /delete-property/ non-removable;
51 /delete-property/ wakeup-source;
/linux/include/linux/mfd/
H A Dsyscon.h24 const char *property);
26 const char *property,
30 const char *property);
51 const char *property) in syscon_regmap_lookup_by_phandle() argument
58 const char *property, in syscon_regmap_lookup_by_phandle_args() argument
67 const char *property) in syscon_regmap_lookup_by_phandle_optional() argument
/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dinterrupts.txt8 "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/Documentation/devicetree/bindings/powerpc/
H A Dibm,powerpc-cpu-features.txt43 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/x86/
H A Dce4100.txt7 name in their compatible property because they first appeared in this
44 This node describes the in-core peripherals. Required property:
49 This node describes the PCI bus on the SoC. Its property should be
55 to contain the interrupt property. Besides the interrupt property it has
56 to contain at least the reg property containing the PCI bus address and
57 compatible property according to "PCI Bus Binding Revision 2.1".
/linux/arch/arm/boot/compressed/
H A Datags_to_fdt.c24 static int setprop(void *fdt, const char *node_path, const char *property, in setprop() argument
30 return fdt_setprop(fdt, offset, property, val_array, size); in setprop()
34 const char *property, const char *string) in setprop_string() argument
39 return fdt_setprop_string(fdt, offset, property, string); in setprop_string()
43 const char *property, uint32_t val) in setprop_cell() argument
48 return fdt_setprop_cell(fdt, offset, property, val); in setprop_cell()
52 const char *property, int *len) in getprop() argument
59 return fdt_getprop(fdt, offset, property, len); in getprop()
/linux/tools/testing/selftests/hid/tests/
H A Dbase_device.py57 @property
65 @property
79 @property
96 @property
100 @property
104 @property
237 @property
243 @property
316 @property
324 @property
[all …]
/linux/drivers/gpu/drm/i915/display/
H A Dintel_atomic.c60 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()
74 property->base.id, property->name); in intel_digital_connector_atomic_get_property()
92 struct drm_property *property, in intel_digital_connector_atomic_set_property() argument
99 if (property == display->properties.force_audio) { in intel_digital_connector_atomic_set_property()
104 if (property == display->properties.broadcast_rgb) { in intel_digital_connector_atomic_set_property()
110 property->base.id, property->name); in intel_digital_connector_atomic_set_property()
/linux/Documentation/devicetree/bindings/pwm/
H A Dpwm.txt8 with a property containing a 'pwm-list':
17 property must be documented in the device tree binding for each device.
18 An optional property "pwm-names" may contain a list of strings to label
19 each of the PWM devices listed in the "pwms" property. If no "pwm-names"
20 property is given, the name of the user node will be used as fallback.
23 "pwm-names" property to map the name of the PWM device requested by the
24 pwm_get() call to an index into the list given by the "pwms" property.
/linux/drivers/power/reset/
H A Dgpio-restart.c53 u32 property; in gpio_restart_probe() local
76 ret = of_property_read_u32(pdev->dev.of_node, "priority", &property); in gpio_restart_probe()
78 if (property > 255) in gpio_restart_probe()
80 property); in gpio_restart_probe()
82 priority = property; in gpio_restart_probe()
/linux/arch/arm/boot/dts/st/
H A Dstm32mp151a-prtt1l.dtsi123 /delete-property/ bias-disable;
147 /delete-property/ bias-disable;
152 /delete-property/ bias-disable;
157 /delete-property/ bias-disable;
162 /delete-property/ bias-disable;
171 /delete-property/dmas;
172 /delete-property/dma-names;
182 /delete-property/ bias-disable;
193 /delete-property/ bias-disable;
H A Dstm32mp15xx-dhcor-drc-compact.dtsi200 /delete-property/dmas;
201 /delete-property/dma-names;
271 /delete-property/dmas;
272 /delete-property/dma-names;
279 /delete-property/dmas;
280 /delete-property/dma-names;
288 /delete-property/dmas;
289 /delete-property/dma-names;
298 /delete-property/dmas;
299 /delete-property/dma-names;
[all …]
H A Dstm32mp153c-lxa-fairytux2.dtsi291 /delete-property/dmas;
292 /delete-property/dma-names;
303 /delete-property/dmas;
304 /delete-property/dma-names;
315 /delete-property/dmas;
316 /delete-property/dma-names;
327 /delete-property/dmas;
328 /delete-property/dma-names;
347 /delete-property/dmas;
348 /delete-property/dma-names;
[all …]
H A Dstm32mp15xc-lxa-tac.dtsi255 /delete-property/dmas;
256 /delete-property/dma-names;
372 /delete-property/dmas;
373 /delete-property/dma-names;
427 /delete-property/dmas;
428 /delete-property/dma-names;
439 /delete-property/dmas;
440 /delete-property/dma-names;
451 /delete-property/dmas;
452 /delete-property/dma-names;
[all …]
/linux/include/linux/
H A Dof.h28 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;
212 static inline int of_property_check_flag(const 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()
313 extern struct property *of_find_property(const struct device_node *np,
[all …]
/linux/arch/m68k/include/asm/
H A Doplib.h226 extern int prom_getproplen(int thisnode, char *property);
231 extern int prom_getproperty(int thisnode, char *property,
235 extern int prom_getint(int node, char *property);
238 extern int prom_getintdefault(int node, char *property, int defval);
265 extern int prom_node_has_property(int node, char *property);
/linux/arch/arm64/boot/dts/renesas/
H A Drzg2ul-smarc.dtsi14 /delete-property/ pinctrl-0;
15 /delete-property/ pinctrl-names;
139 /delete-property/ pinctrl-0;
140 /delete-property/ pinctrl-names;
145 /delete-property/ pinctrl-0;
146 /delete-property/ pinctrl-names;
/linux/Documentation/arch/powerpc/
H A Dassociativity.rst17 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/
H A Dresource-names.txt4 include a supplemental property for assigning names to each of the list
5 items. The names property consists of a list of strings in the same
6 order as the data in the resource property.
18 The -names property must be used in conjunction with the normal resource
19 property. If not it will be ignored.

12345678910>>...27