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