Home
last modified time | relevance | path

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

12345678910>>...86

/openbmc/linux/drivers/thunderbolt/
H A Dproperty.c84 property = kzalloc(sizeof(*property), GFP_KERNEL); in tb_property_alloc()
85 if (!property) in tb_property_alloc()
92 return property; in tb_property_alloc()
109 if (!property) in tb_property_parse()
126 property->value.data = kcalloc(property->length, sizeof(u32), in tb_property_parse()
137 property->value.text = kcalloc(property->length, sizeof(u32), in tb_property_parse()
146 property->value.text[property->length * 4 - 1] = '\0'; in tb_property_parse()
158 return property; in tb_property_parse()
527 p = tb_property_alloc(property->key, property->type); in tb_property_copy_dir()
590 if (!property) in tb_property_add_immediate()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/
H A D0006-themes-Industrial-add-info-label-in-ui.patch24 <property name="xscale">0</property>
25 <property name="yscale">0</property>
29 + <property name="visible">True</property>
31 + <property name="spacing">12</property>
34 <property name="visible">True</property>
35 <property name="spacing">12</property>
44 + <property name="visible">True</property>
45 + <property name="spacing">12</property>
69 <property name="xscale">0</property>
70 <property name="yscale">0</property>
[all …]
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_property.c110 if (!property) in drm_property_create()
134 return property; in drm_property_create()
137 kfree(property); in drm_property_create()
172 if (!property) in drm_property_create_enum()
185 return property; in drm_property_create_enum()
222 if (!property) in drm_property_create_bitmask()
237 return property; in drm_property_create_bitmask()
248 if (!property) in property_create_range()
254 return property; in property_create_range()
343 if (!property) in drm_property_create_object()
[all …]
H A Ddrm_atomic_uapi.c468 property->base.id, property->name); in drm_atomic_crtc_set_property()
505 property->base.id, property->name); in drm_atomic_crtc_get_property()
545 property->base.id, property->name, val); in drm_atomic_plane_set_property()
595 property, val); in drm_atomic_plane_set_property()
600 property->base.id, property->name); in drm_atomic_plane_set_property()
660 property->base.id, property->name); in drm_atomic_plane_get_property()
705 property->base.id, property->name, val); in drm_atomic_connector_set_property()
716 property->base.id, property->name); in drm_atomic_connector_set_property()
803 state, property, val); in drm_atomic_connector_set_property()
808 property->base.id, property->name); in drm_atomic_connector_set_property()
[all …]
/openbmc/sdbusplus/tools/sdbusplus/templates/
H A Dproperty.server.cpp.mako2 ${property.cppTypeParam(interface.name)}
4 return _${property.camelCase};
25 % for e in property.errors:
38 auto ${interface.classname}::${property.camelCase}(${property.cppTypeParam(interface.name)} value,
42 if (_${property.camelCase} != value)
44 _${property.camelCase} = value;
51 return _${property.camelCase};
54 auto ${interface.classname}::${property.camelCase}(${property.cppTypeParam(interface.name)} val) ->
57 return ${property.camelCase}(val, false);
60 % if 'const' not in property.flags and 'readonly' not in property.flags:
[all …]
H A Dproperty.client.hpp.mako1 /** Get value of ${property.name}
2 * ${property.description.strip()}
4 auto ${property.snake_case}()
7 ${property.cppTypeParam(interface.name)}>(context(), "${property.name}");
10 % if 'const' not in property.flags and 'readonly' not in property.flags:
11 /** Set value of ${property.name}
12 * ${property.description.strip()}
14 auto ${property.snake_case}(auto value)
17 ${property.cppTypeParam(interface.name)}>(
18 context(), "${property.name}", std::forward<decltype(value)>(value));
H A Dproperty.aserver.vtable.hpp.mako1 vtable::property("${property.name}",
2 _property_typeid_${property.snake_case}.data(),
3 _callback_get_${property.snake_case},
4 % if 'const' not in property.flags and 'readonly' not in property.flags:
5 _callback_set_${property.snake_case},
7 % if not property.cpp_flags:
10 ${property.cpp_flags}\
H A Dproperty.server.vtable.cpp.mako1 vtable::property("${property.name}",
2 details::${interface.classname}::_property_${property.name}.data(),
3 _callback_get_${property.name},
4 % if 'const' not in property.flags and 'readonly' not in property.flags:
5 _callback_set_${property.name},
7 % if not property.cpp_flags:
10 ${property.cpp_flags}\
/openbmc/phosphor-dbus-monitor/src/example/
H A Dtest.yaml21 group: property
30 group: property
39 group: property
48 group: property
57 group: property
66 group: property
75 group: property
84 group: property
93 group: property
102 watch: property
[all …]
/openbmc/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 …]
/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/events-policy/
H A Dconfig.yaml8 - name: occproctemp property
10 group: property
15 property: ThrottleProcTemp
17 - name: occprocpower property
19 group: property
26 - name: occmemtemp property
28 group: property
33 property: ThrottleMemTemp
37 watch: property
44 watch: property
[all …]
/openbmc/linux/drivers/of/
H A Dof_private.h47 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);
74 struct property *oldprop);
84 struct property *newprop, struct property *oldprop) {} in __of_update_property_sysfs()
125 struct property *__of_prop_dup(const struct property *prop, gfp_t allocflags);
136 extern int __of_add_property(struct device_node *np, struct property *prop);
137 extern int __of_remove_property(struct device_node *np, struct property *prop);
139 struct property *newprop, struct property **oldprop);
[all …]
/openbmc/openbmc/meta-ampere/meta-common/recipes-extended/rsyslog/rsyslog/
H A Drsyslog.conf20 property(name="timereported" dateFormat="rfc3339")
22 property(name="$!IPMI_SEL_RECORD_ID")
24 property(name="$!IPMI_SEL_RECORD_TYPE")
26 property(name="$!IPMI_SEL_DATA")
28 property(name="$!IPMI_SEL_GENERATOR_ID")
30 property(name="$!IPMI_SEL_SENSOR_PATH")
32 property(name="$!IPMI_SEL_EVENT_DIR")
39 property(name="timereported" dateFormat="rfc3339")
41 property(name="$!REDFISH_MESSAGE_ID")
43 property(name="$!REDFISH_MESSAGE_ARGS")
[all …]
/openbmc/openbmc/meta-fii/meta-kudo/recipes-extended/rsyslog/rsyslog/
H A Drsyslog.conf20 property(name="timereported" dateFormat="rfc3339")
22 property(name="$!IPMI_SEL_RECORD_ID")
24 property(name="$!IPMI_SEL_RECORD_TYPE")
26 property(name="$!IPMI_SEL_DATA")
28 property(name="$!IPMI_SEL_GENERATOR_ID")
30 property(name="$!IPMI_SEL_SENSOR_PATH")
32 property(name="$!IPMI_SEL_EVENT_DIR")
39 property(name="timereported" dateFormat="rfc3339")
41 property(name="$!REDFISH_MESSAGE_ID")
43 property(name="$!REDFISH_MESSAGE_ARGS")
[all …]
/openbmc/openbmc/meta-supermicro/meta-common/recipes-extended/rsyslog/rsyslog/
H A Drsyslog.conf20 property(name="timereported" dateFormat="rfc3339")
22 property(name="$!IPMI_SEL_RECORD_ID")
24 property(name="$!IPMI_SEL_RECORD_TYPE")
26 property(name="$!IPMI_SEL_DATA")
28 property(name="$!IPMI_SEL_GENERATOR_ID")
30 property(name="$!IPMI_SEL_SENSOR_PATH")
32 property(name="$!IPMI_SEL_EVENT_DIR")
39 property(name="timereported" dateFormat="rfc3339")
41 property(name="$!REDFISH_MESSAGE_ID")
43 property(name="$!REDFISH_MESSAGE_ARGS")
[all …]
/openbmc/openbmc/meta-fii/meta-mori/recipes-extended/rsyslog/rsyslog/
H A Drsyslog.conf20 property(name="timereported" dateFormat="rfc3339")
22 property(name="$!IPMI_SEL_RECORD_ID")
24 property(name="$!IPMI_SEL_RECORD_TYPE")
26 property(name="$!IPMI_SEL_DATA")
28 property(name="$!IPMI_SEL_GENERATOR_ID")
30 property(name="$!IPMI_SEL_SENSOR_PATH")
32 property(name="$!IPMI_SEL_EVENT_DIR")
39 property(name="timereported" dateFormat="rfc3339")
41 property(name="$!REDFISH_MESSAGE_ID")
43 property(name="$!REDFISH_MESSAGE_ARGS")
[all …]
/openbmc/openbmc/meta-intel-openbmc/meta-common/recipes-extended/rsyslog/rsyslog/
H A Drsyslog.conf20 property(name="timereported" dateFormat="rfc3339")
22 property(name="$!IPMI_SEL_RECORD_ID")
24 property(name="$!IPMI_SEL_RECORD_TYPE")
26 property(name="$!IPMI_SEL_DATA")
28 property(name="$!IPMI_SEL_GENERATOR_ID")
30 property(name="$!IPMI_SEL_SENSOR_PATH")
32 property(name="$!IPMI_SEL_EVENT_DIR")
39 property(name="timereported" dateFormat="rfc3339")
41 property(name="$!REDFISH_MESSAGE_ID")
43 property(name="$!REDFISH_MESSAGE_ARGS")
[all …]
/openbmc/linux/drivers/mfd/
H A Dsi476x-prop.c46 u16 property) in si476x_core_is_valid_property_a10() argument
87 u16 property) in si476x_core_is_valid_property_a20() argument
101 si476x_core_element_is_in_range(property, valid_ranges, in si476x_core_is_valid_property_a20()
108 u16 property) in si476x_core_is_valid_property_a30() argument
127 si476x_core_element_is_in_range(property, valid_ranges, in si476x_core_is_valid_property_a30()
136 u16 property) in si476x_core_is_valid_property() argument
151 u16 property) in si476x_core_is_readonly_property() argument
158 return (property == 0x3200); in si476x_core_is_readonly_property()
160 return (property == 0x1006 || in si476x_core_is_readonly_property()
161 property == 0x2210 || in si476x_core_is_readonly_property()
[all …]
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsc7180-firmware-tfa.dtsi10 /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;
37 /delete-property/ power-domains;
46 /delete-property/ power-domains;
55 /delete-property/ power-domains;
64 /delete-property/ power-domains;
73 /delete-property/ power-domains;
[all …]
/openbmc/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()
148 ret = logicvc_of_property_sv_value(property->sv, string, 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()
170 struct logicvc_of_property *property; in logicvc_of_property_parse_bool() local
178 property = &logicvc_of_properties[index]; in logicvc_of_property_parse_bool()
[all …]
/openbmc/phosphor-dbus-monitor/src/test/yaml/propertywatchgentest/
H A Dwatchone.yaml27 - name: test property group 1
29 group: property
34 property: Value
37 property: Value
39 - name: test property group 2
41 group: property
46 property: Value1
49 property: Value2
51 - name: test property watch 1
53 watch: property
[all …]
H A Dwatchtwo.yaml17 - name: test property group 1
19 group: property
24 property: Value
26 - name: test property group 3
28 group: property
33 property: Value2
35 - name: test property watch 1
37 watch: property
39 properties: test property group 1
41 - name: test property watch 3
[all …]
/openbmc/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;
/openbmc/qemu/include/sysemu/
H A Ddevice_tree.h66 const char *property, const void *val, int size);
68 const char *property, uint32_t val);
70 const char *property, uint64_t val);
72 const char *property, const char *string);
91 const char *property,
104 const char *property, int *lenp,
118 const char *property, int *lenp,
126 #define qemu_fdt_setprop_cells(fdt, node_path, property, ...) \ argument
168 const char *property,
189 #define qemu_fdt_setprop_sized_cells(fdt, node_path, property, ...) \ argument
[all …]
/openbmc/phosphor-dbus-monitor/src/test/yaml/propertygentest/
H A Dgrouptwo.yaml1 - name: test property group
3 group: property
7 property: Foo
10 property: Value
13 - name: test property group 3
15 group: property
19 property: Bar
22 property: Value
25 property: Baz

12345678910>>...86