Searched refs:devres_get (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/include/dm/ |
H A D | device.h | 777 void *devres_get(struct udevice *dev, void *new_res, 896 static inline void *devres_get(struct udevice *dev, void *new_res, in devres_get() function
|
/openbmc/u-boot/drivers/core/ |
H A D | devres.c | 114 void *devres_get(struct udevice *dev, void *new_res, in devres_get() function
|
/openbmc/linux/drivers/base/ |
H A D | devres.c | 316 void * devres_get(struct device *dev, void *new_res, in devres_get() function 335 EXPORT_SYMBOL_GPL(devres_get);
|
/openbmc/linux/lib/ |
H A D | devres.c | 360 dr = devres_get(&pdev->dev, new_dr, NULL, NULL); in pcim_iomap_table()
|
/openbmc/linux/drivers/macintosh/ |
H A D | macio_asic.c | 574 return devres_get(&dev->ofdev.dev, dr, NULL, NULL) != NULL; in macio_enable_devres()
|
/openbmc/linux/include/linux/ |
H A D | device.h | 289 void *devres_get(struct device *dev, void *new_res,
|
/openbmc/linux/drivers/pci/ |
H A D | pci.c | 2175 return devres_get(&pdev->dev, new_dr, NULL, NULL); in get_pci_dr()
|