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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/base/
H A Ddevres.c231 * @new_res: Pointer to new initialized devres to add if not found
236 * as @new_res and for which @match return 1. If found, @new_res is
237 * freed; otherwise, @new_res is added atomically.
242 void * devres_get(struct device *dev, void *new_res, argument
245 struct devres *new_dr = container_of(new_res, struct devres, data);
/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,

Completed in 81 milliseconds