Searched refs:new_res (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/base/
H A Ddevres.c234 * @new_res: Pointer to new initialized devres to add if not found
239 * as @new_res and for which @match return 1. If found, @new_res is
240 * freed; otherwise, @new_res is added atomically.
245 void * devres_get(struct device *dev, void *new_res, argument
248 struct devres *new_dr = container_of(new_res, struct devres, data);
/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,

Completed in 66 milliseconds