Searched refs:devres_get (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/base/ |
A D | devres.c | 316 void * devres_get(struct device *dev, void *new_res, in devres_get() function 335 EXPORT_SYMBOL_GPL(devres_get);
|
/linux-6.3-rc2/lib/ |
A D | devres.c | 360 dr = devres_get(&pdev->dev, new_dr, NULL, NULL); in pcim_iomap_table()
|
/linux-6.3-rc2/drivers/macintosh/ |
A D | macio_asic.c | 573 return devres_get(&dev->ofdev.dev, dr, NULL, NULL) != NULL; in macio_enable_devres()
|
/linux-6.3-rc2/include/linux/ |
A D | device.h | 184 void *devres_get(struct device *dev, void *new_res,
|
/linux-6.3-rc2/drivers/pci/ |
A D | pci.c | 2097 return devres_get(&pdev->dev, new_dr, NULL, NULL); in get_pci_dr()
|
Completed in 20 milliseconds