Home
last modified time | relevance | path

Searched refs:devres_get (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/device/
H A Ddevres.h35 void *devres_get(struct device *dev, void *new_res, dr_match_t match, void *match_data);
/linux/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);
/linux/drivers/pci/
H A Ddevres.c451 dr = devres_get(&pdev->dev, new_dr, NULL, NULL); in pcim_iomap_table()
/linux/drivers/macintosh/
H A Dmacio_asic.c574 return devres_get(&dev->ofdev.dev, dr, NULL, NULL) != NULL; in macio_enable_devres()