Home
last modified time | relevance | path

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

/openbmc/u-boot/include/dm/
H A Ddevice.h777 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 Ddevres.c114 void *devres_get(struct udevice *dev, void *new_res, in devres_get() function
/openbmc/linux/drivers/base/
H A Ddevres.c316 void * devres_get(struct device *dev, void *new_res, in devres_get() function
335 EXPORT_SYMBOL_GPL(devres_get);
/openbmc/linux/lib/
H A Ddevres.c360 dr = devres_get(&pdev->dev, new_dr, NULL, NULL); in pcim_iomap_table()
/openbmc/linux/drivers/macintosh/
H A Dmacio_asic.c574 return devres_get(&dev->ofdev.dev, dr, NULL, NULL) != NULL; in macio_enable_devres()
/openbmc/linux/include/linux/
H A Ddevice.h289 void *devres_get(struct device *dev, void *new_res,
/openbmc/linux/drivers/pci/
H A Dpci.c2175 return devres_get(&pdev->dev, new_dr, NULL, NULL); in get_pci_dr()