Searched defs:propname (Results 1 - 4 of 4) sorted by relevance

/drivers/input/
H A Dof_keymap.c31 const char *propname)
41 if (!propname)
42 propname = "linux,keymap";
44 prop = of_get_property(np, propname, &proplen);
50 propname, np->full_name);
30 matrix_keyboard_of_fill_keymap(struct device_node *np, const char *propname) argument
/drivers/of/
H A Dgpio.c26 * @propname: property name containing gpio specifier(s)
34 int of_get_named_gpio_flags(struct device_node *np, const char *propname, argument
41 ret = of_parse_phandle_with_args(np, propname, "#gpio-cells", index,
83 * @propname: property name containing gpio specifier(s)
97 unsigned int of_gpio_named_count(struct device_node *np, const char* propname) argument
104 ret = of_parse_phandle_with_args(np, propname, "#gpio-cells",
H A Dbase.c628 * @propname: name of the property to be searched.
639 const char *propname, u32 *out_values,
642 struct property *prop = of_find_property(np, propname, NULL);
662 * @propname: name of the property to be searched.
672 int of_property_read_u64(const struct device_node *np, const char *propname, argument
675 struct property *prop = of_find_property(np, propname, NULL);
691 * @propname: name of the property to be searched.
703 int of_property_read_string(struct device_node *np, const char *propname, argument
706 struct property *prop = of_find_property(np, propname, NULL);
722 * @propname
638 of_property_read_u32_array(const struct device_node *np, const char *propname, u32 *out_values, size_t sz) argument
736 of_property_read_string_index(struct device_node *np, const char *propname, int index, const char **output) argument
773 of_property_match_string(struct device_node *np, const char *propname, const char *string) argument
813 of_property_count_strings(struct device_node *np, const char *propname) argument
[all...]
/drivers/virt/
H A Dfsl_hypervisor.c337 char *path = NULL, *propname = NULL; local
346 upropname = (char __user *)(uintptr_t)param.propname;
355 propname = strndup_user(upropname, FH_DTPROP_MAX_PATHLEN);
356 if (IS_ERR(propname)) {
357 ret = PTR_ERR(propname);
380 virt_to_phys(propname),
386 virt_to_phys(propname),
405 kfree(propname);

Completed in 314 milliseconds