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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/base/
H A Ddevres.c232 * devres_get - Find devres, if non-existent, add one atomically
245 void * devres_get(struct device *dev, void *new_res, function
264 EXPORT_SYMBOL_GPL(devres_get); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Ddevres.c193 dr = devres_get(&pdev->dev, new_dr, NULL, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Dmacio_asic.c572 return devres_get(&dev->ofdev.dev, dr, NULL, NULL) != NULL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Ddevice.h379 extern void *devres_get(struct device *dev, void *new_res,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/
H A Dpci.c1075 return devres_get(&pdev->dev, new_dr, NULL, NULL);

Completed in 52 milliseconds