Searched refs:device_release (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 Dcore.c86 * device_release - free device structure.
93 static void device_release(struct kobject * kobj) function
112 .release = device_release,
963 * via device_release() above. Otherwise, the structure will
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dfloppy.c221 static struct completion device_release; variable in typeref:struct:completion
4135 complete(&device_release);
4526 init_completion(&device_release);
4552 wait_for_completion(&device_release);

Completed in 117 milliseconds