Searched refs:count_cells (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/arch/sparc/kernel/ ! |
D | of_device_32.c | 144 .count_cells = of_bus_pci_count_cells, 153 .count_cells = of_bus_sbus_count_cells, 162 .count_cells = of_bus_ambapp_count_cells, 171 .count_cells = of_bus_default_count_cells, 260 bus->count_cells(op->dev.of_node, &na, &ns); in build_device_resources() 310 pbus->count_cells(dp, &pna, &pns); in build_device_resources()
|
D | of_device_64.c | 189 .count_cells = of_bus_pci_count_cells, 198 .count_cells = of_bus_pci_count_cells, 207 .count_cells = of_bus_sbus_count_cells, 216 .count_cells = of_bus_fhc_count_cells, 225 .count_cells = of_bus_default_count_cells, 330 bus->count_cells(op->dev.of_node, &na, &ns); in build_device_resources() 387 pbus->count_cells(dp, &pna, &pns); in build_device_resources() 433 bus->count_cells(dp, &na, NULL); in apply_interrupt_map()
|
D | of_device_common.h | 30 void (*count_cells)(struct device_node *child, member
|
/linux-5.19.10/drivers/of/ ! |
D | fdt_address.c | 40 void (*count_cells)(const void *blob, int parentoffset, member 103 .count_cells = fdt_bus_default_count_cells, 189 bus->count_cells(blob, parent, &na, &ns); in fdt_translate_address() 216 pbus->count_cells(blob, parent, &pna, &pns); in fdt_translate_address()
|
D | address.c | 48 void (*count_cells)(struct device_node *child, member 333 .count_cells = of_bus_pci_count_cells, 345 .count_cells = of_bus_isa_count_cells, 356 .count_cells = of_bus_default_count_cells, 497 bus->count_cells(dev, &na, &ns); in __of_translate_address() 539 pbus->count_cells(dev, &pna, &pns); in __of_translate_address() 645 bus->count_cells(dev, &na, &ns); in __of_get_address()
|