Searched refs:of_prop (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/arch/powerpc/kernel/ |
| H A D | pci_32.c | 213 struct property* of_prop; in pci_create_OF_bus_map() local 216 of_prop = memblock_alloc_or_panic(sizeof(struct property) + 256, in pci_create_OF_bus_map() 220 memset(of_prop, -1, sizeof(struct property) + 256); in pci_create_OF_bus_map() 221 of_prop->name = "pci-OF-bus-map"; in pci_create_OF_bus_map() 222 of_prop->length = 256; in pci_create_OF_bus_map() 223 of_prop->value = &of_prop[1]; in pci_create_OF_bus_map() 224 of_add_property(dn, of_prop); in pci_create_OF_bus_map()
|
| /linux-6.15/include/linux/soc/ti/ |
| H A D | ti_sci_protocol.h | 618 struct device *dev, u32 dev_id, char *of_prop); 671 struct device *dev, u32 dev_id, char *of_prop) in devm_ti_sci_get_of_resource() argument
|
| /linux-6.15/drivers/firmware/ |
| H A D | ti_sci.c | 3582 struct device *dev, u32 dev_id, char *of_prop) in devm_ti_sci_get_of_resource() argument 3588 sets = of_property_count_elems_of_size(dev_of_node(dev), of_prop, in devm_ti_sci_get_of_resource() 3591 dev_err(dev, "%s resource type ids not available\n", of_prop); in devm_ti_sci_get_of_resource() 3599 of_property_read_u32_array(dev_of_node(dev), of_prop, sub_types, sets); in devm_ti_sci_get_of_resource()
|