Searched refs:of_dma_get_range (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/of/ |
H A D | of_private.h | 162 int of_dma_get_range(struct device_node *np, 165 static inline int of_dma_get_range(struct device_node *np, in of_dma_get_range() function
|
H A D | device.c | 101 ret = of_dma_get_range(np, &map); in of_dma_configure_id()
|
H A D | address.c | 943 * of_dma_get_range - Get DMA range info and put it into a map array 958 int of_dma_get_range(struct device_node *np, const struct bus_dma_region **map) in of_dma_get_range() function
|
H A D | unittest.c | 924 rc = of_dma_get_range(np, &map); in of_unittest_dma_ranges_one() 926 unittest(!rc, "of_dma_get_range failed on node %pOF rc=%i\n", np, rc); in of_unittest_dma_ranges_one() 945 "of_dma_get_range: wrong phys addr %pap (expecting %llx) on node %pOF\n", in of_unittest_dma_ranges_one() 948 "of_dma_get_range: wrong DMA addr %pad (expecting %llx) on node %pOF\n", in of_unittest_dma_ranges_one()
|
/kernel/linux/linux-6.6/drivers/of/ |
H A D | of_private.h | 163 int of_dma_get_range(struct device_node *np, 167 static inline int of_dma_get_range(struct device_node *np, in of_dma_get_range() function
|
H A D | device.c | 109 ret = of_dma_get_range(bus_np, &map); in of_dma_configure_id()
|
H A D | address.c | 919 * of_dma_get_range - Get DMA range info and put it into a map array 934 int of_dma_get_range(struct device_node *np, const struct bus_dma_region **map) in of_dma_get_range() function
|
H A D | unittest.c | 963 rc = of_dma_get_range(np, &map); in of_unittest_dma_ranges_one() 965 unittest(!rc, "of_dma_get_range failed on node %pOF rc=%i\n", np, rc); in of_unittest_dma_ranges_one() 984 "of_dma_get_range: wrong phys addr %pap (expecting %llx) on node %pOF\n", in of_unittest_dma_ranges_one() 987 "of_dma_get_range: wrong DMA addr %pad (expecting %llx) on node %pOF\n", in of_unittest_dma_ranges_one()
|
Completed in 13 milliseconds