Searched refs:devres_get (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/lib/
H A Ddevres.c272 dr = devres_get(&pdev->dev, new_dr, NULL, NULL); pcim_iomap_table()
/linux-4.4.14/drivers/base/
H A Ddevres.c276 * 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 Dmacio_asic.c573 return devres_get(&dev->ofdev.dev, dr, NULL, NULL) != NULL; macio_enable_devres()
/linux-4.4.14/include/linux/
H A Ddevice.h630 extern void *devres_get(struct device *dev, void *new_res,
/linux-4.4.14/drivers/pci/
H A Dpci.c1451 return devres_get(&pdev->dev, new_dr, NULL, NULL); get_pci_dr()

Completed in 335 milliseconds