Searched refs:devres_get (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | devres.c | 348 dr = devres_get(&pdev->dev, new_dr, NULL, NULL); in pcim_iomap_table()
|
/kernel/linux/linux-5.10/drivers/base/ |
H A D | devres.c | 305 * 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 D | devres.c | 303 * 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 D | devres.c | 360 dr = devres_get(&pdev->dev, new_dr, NULL, NULL); in pcim_iomap_table()
|
/kernel/linux/linux-5.10/drivers/macintosh/ |
H A D | macio_asic.c | 569 return devres_get(&dev->ofdev.dev, dr, NULL, NULL) != NULL; in macio_enable_devres()
|
/kernel/linux/linux-6.6/drivers/macintosh/ |
H A D | macio_asic.c | 574 return devres_get(&dev->ofdev.dev, dr, NULL, NULL) != NULL; in macio_enable_devres()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | device.h | 192 void *devres_get(struct device *dev, void *new_res,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | device.h | 289 void *devres_get(struct device *dev, void *new_res,
|
/kernel/linux/linux-5.10/drivers/pci/ |
H A D | pci.c | 1999 return devres_get(&pdev->dev, new_dr, NULL, NULL); in get_pci_dr()
|
/kernel/linux/linux-6.6/drivers/pci/ |
H A D | pci.c | 2144 return devres_get(&pdev->dev, new_dr, NULL, NULL); in get_pci_dr()
|
Completed in 47 milliseconds