Home
last modified time | relevance | path

Searched refs:allocflags (Results 1 – 2 of 2) sorted by relevance

/drivers/of/
A Ddynamic.c410 struct property *__of_prop_dup(const struct property *prop, gfp_t allocflags) in __of_prop_dup() argument
414 new = kzalloc(sizeof(*new), allocflags); in __of_prop_dup()
424 new->name = kstrdup(prop->name, allocflags); in __of_prop_dup()
425 new->value = kmemdup(prop->value, prop->length, allocflags); in __of_prop_dup()
A Dof_private.h131 struct property *__of_prop_dup(const struct property *prop, gfp_t allocflags);

Completed in 8 milliseconds