Searched refs:devres_get (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/lib/ |
H A D | devres.c | 277 dr = devres_get(&pdev->dev, new_dr, NULL, NULL); pcim_iomap_table()
|
/linux-4.1.27/drivers/base/ |
H A D | devres.c | 275 * devres_get - Find devres, if non-existent, add one atomically 288 void * devres_get(struct device *dev, void *new_res, devres_get() function 307 EXPORT_SYMBOL_GPL(devres_get); variable
|
/linux-4.1.27/drivers/macintosh/ |
H A D | macio_asic.c | 573 return devres_get(&dev->ofdev.dev, dr, NULL, NULL) != NULL; macio_enable_devres()
|
/linux-4.1.27/include/linux/ |
H A D | device.h | 592 extern void *devres_get(struct device *dev, void *new_res,
|
/linux-4.1.27/drivers/pci/ |
H A D | pci.c | 1406 return devres_get(&pdev->dev, new_dr, NULL, NULL); get_pci_dr()
|
Completed in 178 milliseconds