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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dsht15.c633 * sht_drivers simultaneously refers to __devinit and __devexit function
637 static struct platform_driver __refdata sht_drivers[] = { variable in typeref:struct:__refdata
682 for (i = 0; i < ARRAY_SIZE(sht_drivers); i++) {
683 ret = platform_driver_register(&sht_drivers[i]);
692 platform_driver_unregister(&sht_drivers[i]);
701 for (i = ARRAY_SIZE(sht_drivers) - 1; i >= 0; i--)
702 platform_driver_unregister(&sht_drivers[i]);

Completed in 46 milliseconds