Searched refs:property (Results 126 - 150 of 1021) sorted by relevance

1234567891011>>

/linux-master/drivers/iio/imu/inv_icm42600/
H A Dinv_icm42600_i2c.c12 #include <linux/property.h>
H A Dinv_icm42600_spi.c12 #include <linux/property.h>
/linux-master/scripts/dtc/
H A Dfdtput.c19 OPER_WRITE_PROP, /* Write a property in a node */
48 * Encode a series of arguments in a property value.
121 const char *property, const char *buf, int len)
132 err = fdt_setprop(blob, node, property, buf, len);
134 report_error(property, -1, err);
236 * store them into the property.
262 "fdtput - write a property value to a device tree\n"
267 " fdtput <options> <dt file> <node> <property> [<value>...]\n"
301 * - delete property
342 usage("Missing property");
120 store_key_value(void *blob, const char *node_name, const char *property, const char *buf, int len) argument
[all...]
H A Dtreesource.c142 static enum markertype guess_value_type(struct property *prop)
175 static void write_propval(FILE *f, struct property *prop)
275 struct property *prop;
/linux-master/include/drm/
H A Ddrm_crtc.h604 * This is the legacy entry point to update a property attached to the
609 * property handling is done entirely in the DRM core.
616 struct drm_property *property, uint64_t val);
665 * Decode a driver-private property value and store the decoded value
697 * 0 if the property has been found, -EINVAL if the property isn't
700 * allowed by the driver. The core already checks that the property
702 * set when registering the property.
706 struct drm_property *property,
711 * Reads out the decoded driver-private property
[all...]
/linux-master/scripts/
H A Dmake_fit.py124 fsw.property('data', data)
146 fsw.property('compatible', bytes(compat))
217 fsw.property('data', compressed)
/linux-master/drivers/acpi/
H A Dproperty.c32 * from different GUID appear in a property list of another, it will be
293 const union acpi_object *property; local
295 property = &properties->package.elements[i];
300 if (property->package.count != 2
301 || property->package.elements[0].type != ACPI_TYPE_STRING
302 || !acpi_property_value_ok(&property->package.elements[1]))
441 union acpi_object *property = &properties->package.elements[i]; local
445 if (property->type != ACPI_TYPE_PACKAGE ||
446 property->package.count != 2) {
448 "buffer property
680 const union acpi_object *property; local
[all...]
/linux-master/tools/testing/selftests/kvm/lib/x86_64/
H A Dprocessor.c750 struct kvm_x86_cpu_property property)
752 return __kvm_cpu_has(cpuid, property.function, property.index,
753 property.reg, property.lo_bit, property.hi_bit);
831 struct kvm_x86_cpu_property property,
836 entry = __vcpu_get_cpuid_entry(vcpu, property.function, property.index);
838 (&entry->eax)[property
749 kvm_cpuid_property(const struct kvm_cpuid2 *cpuid, struct kvm_x86_cpu_property property) argument
830 vcpu_set_cpuid_property(struct kvm_vcpu *vcpu, struct kvm_x86_cpu_property property, uint32_t value) argument
[all...]
/linux-master/include/linux/
H A Dthunderbolt.h100 * struct tb_property_dir - XDomain property directory
122 * struct tb_property - XDomain property
124 * @key: Key for the property (always terminated).
125 * @type: Type of the property
126 * @length: Length of the property data in dwords
165 #define tb_property_for_each(dir, property) \
166 for (property = tb_property_get_next(dir, NULL); \
167 property; \
168 property = tb_property_get_next(dir, property))
[all...]
/linux-master/scripts/kconfig/
H A Dmenu.c51 static void prop_warn(struct property *prop, const char *fmt, ...)
150 static struct property *menu_add_prop(enum prop_type type, struct expr *expr,
153 struct property *prop;
164 /* append property to the prop list of symbol */
166 struct property **propp;
178 struct property *menu_add_prompt(enum prop_type type, char *prompt,
181 struct property *prop = menu_add_prop(type, NULL, dep);
244 struct property *prop;
308 struct property *prop;
362 * too in the symbol's own property lis
[all...]
/linux-master/drivers/gpu/drm/nouveau/dispnv04/
H A Doverlay.c245 struct drm_property *property,
251 if (property == nv_plane->props.colorkey)
253 else if (property == nv_plane->props.contrast)
255 else if (property == nv_plane->props.brightness)
257 else if (property == nv_plane->props.hue)
259 else if (property == nv_plane->props.saturation)
261 else if (property == nv_plane->base.color_encoding_property)
244 nv_set_property(struct drm_plane *plane, struct drm_property *property, uint64_t value) argument
/linux-master/drivers/gpu/drm/gma500/
H A Dpsb_intel_lvds.c525 struct drm_property *property,
533 if (!strcmp(property->name, "scaling mode")) {
552 property,
560 property,
573 } else if (!strcmp(property->name, "backlight")) {
575 property,
580 } else if (!strcmp(property->name, "DPMS")) {
524 psb_intel_lvds_set_property(struct drm_connector *connector, struct drm_property *property, uint64_t value) argument
/linux-master/arch/powerpc/platforms/pseries/
H A Dhotplug-memory.c24 static void dlpar_free_property(struct property *prop)
31 static struct property *dlpar_clone_property(struct property *prop,
34 struct property *new_prop;
55 struct property *ala_prop,
60 struct property *new_prop;
65 * The ibm,associativity-lookup-arrays property is defined to be
114 struct property *ala_prop;
/linux-master/drivers/pinctrl/
H A Dpinctrl-max77620.c16 #include <linux/property.h>
52 .property = "maxim,active-fps-source",
55 .property = "maxim,active-fps-power-up-slot",
58 .property = "maxim,active-fps-power-down-slot",
61 .property = "maxim,suspend-fps-source",
64 .property = "maxim,suspend-fps-power-up-slot",
67 .property = "maxim,suspend-fps-power-down-slot",
H A Dpinconf-generic.c218 ret = of_property_read_u32(np, par->property, &val);
220 /* property not found */
228 pr_debug("found %s with value %u\n", par->property, val);
307 struct property *prop;
330 dev_err(dev, "%pOF: could not parse property function\n",
338 dev_err(dev, "%pOF: could not parse node property\n", np);
/linux-master/sound/pci/hda/
H A Dcs35l41_hda.c1757 char *property; local
1781 property = "cirrus,dev-index";
1782 ret = device_property_count_u32(physdev, property);
1792 ret = device_property_read_u32_array(physdev, property, values, nval);
1804 dev_err(cs35l41->dev, "No index found in %s\n", property);
1815 property = "cirrus,speaker-position";
1816 ret = device_property_read_u32_array(physdev, property, values, nval);
1826 property = "cirrus,gpio1-func";
1827 ret = device_property_read_u32_array(physdev, property, values, nval);
1833 property
[all...]
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_sdvo.c138 /* add the property for the SDVO-TV */
156 /* add the property for the SDVO-TV/LVDS */
2374 struct drm_property *property,
2380 if (property == intel_sdvo_connector->tv_format) {
2392 } else if (property == intel_sdvo_connector->top ||
2393 property == intel_sdvo_connector->bottom)
2395 else if (property == intel_sdvo_connector->left ||
2396 property == intel_sdvo_connector->right)
2398 else if (property == intel_sdvo_connector->hpos)
2400 else if (property
2372 intel_sdvo_connector_atomic_get_property(struct drm_connector *connector, const struct drm_connector_state *state, struct drm_property *property, u64 *val) argument
2431 intel_sdvo_connector_atomic_set_property(struct drm_connector *connector, struct drm_connector_state *state, struct drm_property *property, u64 val) argument
[all...]
/linux-master/arch/powerpc/platforms/ps3/
H A Dos-area.c200 static struct property property_rtc_diff = {
206 static struct property property_av_multi_out = {
253 * Overwrites an existing property.
257 struct property *prop)
260 struct property *tmp = of_find_property(node, prop->name, NULL);
280 struct property *prop)
282 const struct property *tmp = of_find_property(node, prop->name, NULL);
/linux-master/scripts/dtc/libfdt/
H A Dfdt_ro.c665 * property of a node in fdt_getprop(), then if that didn't
691 * potentially scan each property of a node in
723 int fdt_stringlist_count(const void *fdt, int nodeoffset, const char *property) argument
728 list = fdt_getprop(fdt, nodeoffset, property, &length);
748 int fdt_stringlist_search(const void *fdt, int nodeoffset, const char *property, argument
754 list = fdt_getprop(fdt, nodeoffset, property, &length);
779 const char *property, int idx,
785 list = fdt_getprop(fdt, nodeoffset, property, &length);
844 * property of a node in fdt_node_check_compatible(), then if
778 fdt_stringlist_get(const void *fdt, int nodeoffset, const char *property, int idx, int *lenp) argument
/linux-master/drivers/phy/
H A Dphy-lgm-usb.c53 union extcon_property_value property; local
57 EXTCON_PROP_USB_TYPEC_POLARITY, &property);
59 dev_err(ta->phy.dev, "no polarity property from extcon\n");
63 *flipped = property.intval;
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.h300 * @is_implicit connector property
309 * vmwgfx connector property representing the x position of this display
318 * vmwgfx connector property representing the y position of this display
418 struct drm_property *property,
422 struct drm_property *property,
427 struct drm_property *property,
/linux-master/arch/powerpc/kexec/
H A Dcore_64.c386 static struct property htab_base_prop = {
392 static struct property htab_size_prop = {
430 * @node_offset: offset of the node to add a property at
438 struct property *pp;
446 pr_err("Unable to add %s property: %s\n", pp->name, fdt_strerror(ret));
/linux-master/net/wireless/
H A Dof.c78 struct property *prop;
/linux-master/drivers/clk/sunxi/
H A Dclk-sun8i-bus-gates.c27 struct property *prop;
/linux-master/drivers/mux/
H A Dadgs1408.c12 #include <linux/property.h>

Completed in 382 milliseconds

1234567891011>>