Searched refs:devres_get (Results 1 – 4 of 4) sorted by relevance
/linux/include/linux/device/ |
H A D | devres.h | 35 void *devres_get(struct device *dev, void *new_res, dr_match_t match, void *match_data);
|
/linux/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);
|
/linux/drivers/pci/ |
H A D | devres.c | 451 dr = devres_get(&pdev->dev, new_dr, NULL, NULL); in pcim_iomap_table()
|
/linux/drivers/macintosh/ |
H A D | macio_asic.c | 574 return devres_get(&dev->ofdev.dev, dr, NULL, NULL) != NULL; in macio_enable_devres()
|