Searched refs:devres_get (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/base/ |
D | devres.c | 313 void * devres_get(struct device *dev, void *new_res, in devres_get() function 332 EXPORT_SYMBOL_GPL(devres_get);
|
/linux-6.1.9/lib/ |
D | devres.c | 360 dr = devres_get(&pdev->dev, new_dr, NULL, NULL); in pcim_iomap_table()
|
/linux-6.1.9/drivers/macintosh/ |
D | macio_asic.c | 568 return devres_get(&dev->ofdev.dev, dr, NULL, NULL) != NULL; in macio_enable_devres()
|
/linux-6.1.9/include/linux/ |
D | device.h | 184 void *devres_get(struct device *dev, void *new_res,
|
/linux-6.1.9/drivers/pci/ |
D | pci.c | 2102 return devres_get(&pdev->dev, new_dr, NULL, NULL); in get_pci_dr()
|