Searched refs:new_property (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/arch/powerpc/platforms/pseries/ |
D | reconfig.c | 168 static struct property *new_property(const char *name, const int length, in new_property() function 220 prop = new_property(name, length, value, last); in do_add_node() 288 prop = new_property(name, length, value, NULL); in do_add_property() 336 newprop = new_property(name, length, value, NULL); in do_update_property()
|