Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/
H A Ddevres.c348 dr = devres_get(&pdev->dev, new_dr, NULL, NULL); in pcim_iomap_table()
/kernel/linux/linux-5.10/drivers/base/
H A Ddevres.c305 * devres_get - Find devres, if non-existent, add one atomically
318 void * devres_get(struct device *dev, void *new_res, in devres_get() function
337 EXPORT_SYMBOL_GPL(devres_get); variable
/kernel/linux/linux-6.6/drivers/base/
H A Ddevres.c303 * devres_get - Find devres, if non-existent, add one atomically
316 void * devres_get(struct device *dev, void *new_res, in devres_get() function
335 EXPORT_SYMBOL_GPL(devres_get); variable
/kernel/linux/linux-6.6/lib/
H A Ddevres.c360 dr = devres_get(&pdev->dev, new_dr, NULL, NULL); in pcim_iomap_table()
/kernel/linux/linux-5.10/drivers/macintosh/
H A Dmacio_asic.c569 return devres_get(&dev->ofdev.dev, dr, NULL, NULL) != NULL; in macio_enable_devres()
/kernel/linux/linux-6.6/drivers/macintosh/
H A Dmacio_asic.c574 return devres_get(&dev->ofdev.dev, dr, NULL, NULL) != NULL; in macio_enable_devres()
/kernel/linux/linux-5.10/include/linux/
H A Ddevice.h192 void *devres_get(struct device *dev, void *new_res,
/kernel/linux/linux-6.6/include/linux/
H A Ddevice.h289 void *devres_get(struct device *dev, void *new_res,
/kernel/linux/linux-5.10/drivers/pci/
H A Dpci.c1999 return devres_get(&pdev->dev, new_dr, NULL, NULL); in get_pci_dr()
/kernel/linux/linux-6.6/drivers/pci/
H A Dpci.c2144 return devres_get(&pdev->dev, new_dr, NULL, NULL); in get_pci_dr()

Completed in 47 milliseconds