Home
last modified time | relevance | path

Searched refs:dev_bogus (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/of/
H A Dunittest.c913 struct device *dev_bogus; in of_unittest_dma_ranges_one() local
915 dev_bogus = kzalloc(sizeof(struct device), GFP_KERNEL); in of_unittest_dma_ranges_one()
916 if (!dev_bogus) { in of_unittest_dma_ranges_one()
922 dev_bogus->dma_range_map = map; in of_unittest_dma_ranges_one()
923 paddr = dma_to_phys(dev_bogus, expect_dma_addr); in of_unittest_dma_ranges_one()
924 dma_addr = phys_to_dma(dev_bogus, expect_paddr); in of_unittest_dma_ranges_one()
934 kfree(dev_bogus); in of_unittest_dma_ranges_one()