Searched refs:newprop (Results 1 – 2 of 2) sorted by relevance
127 struct property *newprop; in versatile_dt_pci_init() local145 newprop = kzalloc(sizeof(*newprop), GFP_KERNEL); in versatile_dt_pci_init()146 if (!newprop) in versatile_dt_pci_init()149 newprop->name = kstrdup("status", GFP_KERNEL); in versatile_dt_pci_init()150 newprop->value = kstrdup("disabled", GFP_KERNEL); in versatile_dt_pci_init()151 newprop->length = sizeof("disabled"); in versatile_dt_pci_init()152 of_update_property(np, newprop); in versatile_dt_pci_init()
322 struct property *newprop; in do_update_property() local336 newprop = new_property(name, length, value, NULL); in do_update_property()337 if (!newprop) in do_update_property()343 return of_update_property(np, newprop); in do_update_property()