Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/dm/
H A Ddevice.h710 void *devres_get(struct udevice *dev, void *new_res,
829 static inline void *devres_get(struct udevice *dev, void *new_res, in devres_get() function
/OK3568_Linux_fs/u-boot/drivers/core/
H A Ddevres.c115 void *devres_get(struct udevice *dev, void *new_res, in devres_get() function
/OK3568_Linux_fs/kernel/lib/
H A Ddevres.c348 dr = devres_get(&pdev->dev, new_dr, NULL, NULL); in pcim_iomap_table()
/OK3568_Linux_fs/kernel/drivers/base/
H A Ddevres.c318 void * devres_get(struct device *dev, void *new_res, in devres_get() function
337 EXPORT_SYMBOL_GPL(devres_get);
/OK3568_Linux_fs/kernel/drivers/macintosh/
H A Dmacio_asic.c569 return devres_get(&dev->ofdev.dev, dr, NULL, NULL) != NULL; in macio_enable_devres()
/OK3568_Linux_fs/kernel/include/linux/
H A Ddevice.h193 void *devres_get(struct device *dev, void *new_res,
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dpci.c2009 return devres_get(&pdev->dev, new_dr, NULL, NULL); in get_pci_dr()