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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/base/
H A Ddevres.c229 * devres_get - Find devres, if non-existent, add one atomically
242 void * devres_get(struct device *dev, void *new_res, function
261 EXPORT_SYMBOL_GPL(devres_get); variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Ddevres.c192 dr = devres_get(&pdev->dev, new_dr, NULL, NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Ddevice.h392 extern void * devres_get(struct device *dev, void *new_res,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/
H A Dpci.c774 return devres_get(&pdev->dev, new_dr, NULL, NULL);

Completed in 80 milliseconds