Searched refs:property (Results 51 - 75 of 1021) sorted by relevance

1234567891011>>

/linux-master/arch/powerpc/mm/
H A Ddrmem.c40 static struct property *clone_property(struct property *prop, u32 prop_sz)
42 struct property *new_prop;
65 struct property *prop)
67 struct property *new_prop;
104 struct property *prop)
106 struct property *new_prop;
175 struct property *prop;
184 * DT property back since the change is coming from the LMB tree.
340 * dynamic-reconfiguration-memory node property
[all...]
/linux-master/arch/sparc/kernel/
H A Dprom_32.c54 * we walk up the tree until we discover a "device_type" property
61 struct property *rprop;
78 struct property *prop;
96 struct property *prop;
122 struct property *prop;
142 struct property *prop;
/linux-master/arch/powerpc/kernel/
H A Dpci_32.c116 struct property *map_prop;
207 /* We create the "pci-OF-bus-map" property now so it appears in the
213 struct property* of_prop;
216 of_prop = memblock_alloc(sizeof(struct property) + 256,
220 sizeof(struct property) + 256);
223 memset(of_prop, -1, sizeof(struct property) + 256);
/linux-master/drivers/gpu/drm/armada/
H A Darmada_overlay.c345 struct drm_plane_state *state, struct drm_property *property,
353 if (property == priv->colorkey_prop) {
359 } else if (property == priv->colorkey_min_prop) {
366 } else if (property == priv->colorkey_max_prop) {
373 } else if (property == priv->colorkey_val_prop) {
380 } else if (property == priv->colorkey_alpha_prop) {
387 } else if (property == priv->colorkey_mode_prop) {
400 } else if (property == priv->brightness_prop) {
402 } else if (property == priv->contrast_prop) {
404 } else if (property
344 armada_overlay_set_property(struct drm_plane *plane, struct drm_plane_state *state, struct drm_property *property, uint64_t val) argument
412 armada_overlay_get_property(struct drm_plane *plane, const struct drm_plane_state *state, struct drm_property *property, uint64_t *val) argument
[all...]
/linux-master/drivers/of/
H A Dresolver.c45 struct property *prop;
74 struct property *prop_fixup, phandle phandle)
77 struct property *prop;
145 * For each property in the fragments that contains a phandle reference,
146 * @local_fixups has a property of the same name that contains a list
147 * of offsets of the phandle reference(s) within the respective property
154 struct property *prop_fix, *prop;
237 * The name of each property in the "__fixups__" node in the overlay matches
239 * property in the "__fixups__" node is a list of the property value
[all...]
H A Dbase.c98 /* No #address-cells property for the root node */
119 /* No #size-cells property for the root node */
193 static struct property *__of_find_property(const struct device_node *np,
196 struct property *pp;
212 struct property *of_find_property(const struct device_node *np,
216 struct property *pp;
267 * Find a property with a given name for a given node
273 struct property *pp = __of_find_property(np, name, lenp);
279 * Find a property with a given name for a given node
285 struct property *p
[all...]
/linux-master/drivers/input/
H A Dtouchscreen.c9 #include <linux/property.h>
16 const char *property,
23 error = device_property_read_u32(dev, property, &val);
15 touchscreen_get_prop_u32(struct device *dev, const char *property, unsigned int default_value, unsigned int *value) argument
/linux-master/scripts/dtc/
H A Dchecks.c63 struct property *prop,
209 struct property *prop;
217 FAIL_PROP(c, dti, node, prop, "property is not a string");
228 struct property *prop;
241 FAIL_PROP(c, dti, node, prop, "property is not a string list");
256 struct property *prop;
264 FAIL_PROP(c, dti, node, prop, "property is not a single cell");
292 struct property *prop, *prop2;
299 FAIL_PROP(c, dti, node, prop, "Duplicate property name");
350 FAIL(c, dti, node, "node name and property nam
[all...]
H A Dfdtget.c34 const char *default_val; /* default value if node/property not found */
183 * Show the data for a given node (and perhaps property) according to the
189 * @param property Name of property to display, or NULL if none
193 int node, const char *property)
208 assert(property);
209 value = fdt_getprop(blob, node, property, &len);
218 report_error(property, len);
271 " fdtget <options> <dt file> [<node> <property>]...\n"
277 "\t-d\t\tDefault value to display when the property i
192 show_data_for_item(const void *blob, struct display_info *disp, int node, const char *property) argument
[all...]
H A Dfstree.c37 struct property *prop;
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Domapdss-boot-init.c32 static int __init omapdss_count_strings(const struct property *prop)
47 struct property *prop;
79 /* prepend compatible property strings with "omapdss," */
82 struct property *prop;
H A Dhdmi_common.c15 struct property *prop;
/linux-master/drivers/dma/ti/
H A Dk3-udma-private.c21 struct udma_dev *of_xudma_dev_get(struct device_node *np, const char *property) argument
27 if (property) {
28 udma_node = of_parse_phandle(np, property, 0);
/linux-master/tools/testing/selftests/net/
H A Dnetns-name.sh60 ip -netns $test_ns link property add dev $DEV altname $ALT_NAME || fail
62 ip -netns $NS link property add dev $DEV2 altname $ALT_NAME || fail
74 ip -netns $NS link property add dev $DEV altname $ALT_NAME || fail
/linux-master/scripts/kconfig/
H A Dlkc.h94 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep);
114 struct property *sym_get_range_prop(struct symbol *sym);
117 struct symbol *prop_get_symbol(struct property *prop);
/linux-master/scripts/dtc/libfdt/
H A Dfdt_overlay.c21 * property) instead of a path (target-path property).
24 * the phandle pointed by the target property
68 * target-path property in a node that contains a
91 * @name: Name of the property to modify (phandle or linux,phandle)
337 * @name: Name of the property holding the phandle reference in the overlay
339 * @poffset: Offset within the overlay property where the phandle is stored
399 * @property: Property offset in the overlay holding the list of fixups
402 * to in a __fixups__ property, and updates them to match the phandles
414 int property)
413 overlay_fixup_phandle(void *fdt, void *fdto, int symbols_off, int property) argument
498 int property; local
545 int property; local
[all...]
/linux-master/arch/powerpc/include/asm/
H A Dprom.h18 struct property;
33 * property contents. The dt strings contain a separate block with just
34 * the strings for the property names, and is fully page aligned and
36 * each property name appears only once in this page (cheap compression)
63 /* Parse the ibm,dma-window property of an OF node into the busno, phys and
85 extern int of_read_drc_info_cell(struct property **prop,
139 /* ibm,dynamic-reconfiguration-memory property supported */
/linux-master/arch/arm/boot/compressed/
H A Dfdt_check_mem_start.c9 const char *property, int minlen)
18 prop = fdt_getprop(fdt, offset, property, &len);
60 * property is present.
87 * This property describes a limitation: memory within this range is
163 * "linux,usable-memory-range" property.
8 get_prop(const void *fdt, const char *node_path, const char *property, int minlen) argument
/linux-master/drivers/power/supply/
H A Dqcom_battmgr.c102 __le32 property; member in struct:qcom_battmgr_property_request
129 __le32 property; member in struct:qcom_battmgr_message::__anon68::__anon69
134 __le32 property; member in struct:qcom_battmgr_message::__anon68::__anon70
337 int property, u32 value)
344 .property = cpu_to_le32(property),
1079 unsigned int property; local
1092 property = le32_to_cpu(resp->intval.property);
1093 if (property
336 qcom_battmgr_request_property(struct qcom_battmgr *battmgr, int opcode, int property, u32 value) argument
[all...]
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_connector.c99 struct drm_property *property, u64 *val)
105 if (property == dev->mode_config.scaling_mode_property)
107 else if (property == disp->underscan_property)
109 else if (property == disp->underscan_hborder_property)
111 else if (property == disp->underscan_vborder_property)
113 else if (property == disp->dithering_mode)
115 else if (property == disp->dithering_depth)
117 else if (property == disp->vibrant_hue_property)
119 else if (property == disp->color_vibrance_property)
130 struct drm_property *property, u6
97 nouveau_conn_atomic_get_property(struct drm_connector *connector, const struct drm_connector_state *state, struct drm_property *property, u64 *val) argument
128 nouveau_conn_atomic_set_property(struct drm_connector *connector, struct drm_connector_state *state, struct drm_property *property, u64 val) argument
787 nouveau_connector_set_property(struct drm_connector *connector, struct drm_property *property, uint64_t value) argument
[all...]
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi_common.c15 struct property *prop;
/linux-master/drivers/soc/lantiq/
H A Dfpi-bus.c16 #include <linux/property.h>
/linux-master/tools/testing/selftests/arm64/bti/
H A Dassembler.h29 .pushsection .note.gnu.property, "a"
/linux-master/drivers/i2c/
H A Di2c-boardinfo.c9 #include <linux/property.h>
/linux-master/drivers/mtd/parsers/
H A Dofpart_bcm4908.c20 struct property *prop;

Completed in 342 milliseconds

1234567891011>>