Searched refs:rtc_device_unregister (Results 1 - 25 of 28) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/rtc/
H A Dclass.c111 * rtc_device_unregister() must be called when the class device is no
191 * rtc_device_unregister - removes the previously registered RTC class device
195 void rtc_device_unregister(struct rtc_device *rtc) function
211 EXPORT_SYMBOL_GPL(rtc_device_unregister); variable
H A Drtc-test.c136 rtc_device_unregister(rtc);
144 rtc_device_unregister(rtc);
H A Drtc-max6902.c232 rtc_device_unregister(rtc);
240 rtc_device_unregister(rtc);
253 rtc_device_unregister(rtc);
H A Drtc-ep93xx.c128 rtc_device_unregister(rtc);
H A Drtc-ds1672.c176 rtc_device_unregister(rtc);
254 rtc_device_unregister(rtc);
H A Drtc-ds1742.c228 rtc_device_unregister(pdata->rtc);
242 rtc_device_unregister(pdata->rtc);
H A Drtc-vr41xx.c392 rtc_device_unregister(rtc);
411 rtc_device_unregister(rtc);
H A Drtc-ds1553.c366 rtc_device_unregister(pdata->rtc);
382 rtc_device_unregister(pdata->rtc);
H A Drtc-isl1208.c541 rtc_device_unregister(rtc);
562 rtc_device_unregister(rtc); /* do we need to kfree? */
H A Drtc-omap.c438 rtc_device_unregister(rtc);
457 rtc_device_unregister(rtc);
H A Drtc-m48t86.c172 rtc_device_unregister(rtc);
H A Drtc-max6900.c223 rtc_device_unregister(rtc);
H A Drtc-pl031.c148 rtc_device_unregister(ldata->rtc);
H A Drtc-rs5c348.c222 rtc_device_unregister(rtc);
H A Drtc-sa1100.c350 rtc_device_unregister(rtc);
H A Drtc-v3020.c229 rtc_device_unregister(rtc);
H A Drtc-cmos.c509 rtc_device_unregister(cmos_rtc.rtc);
538 rtc_device_unregister(cmos_rtc.rtc);
H A Drtc-rs5c372.c640 rtc_device_unregister(rs5c372->rtc);
663 rtc_device_unregister(rs5c372->rtc);
H A Drtc-x1205.c576 rtc_device_unregister(rtc);
594 rtc_device_unregister(rtc);
H A Drtc-at91rm9200.c341 rtc_device_unregister(rtc);
H A Drtc-bfin.c413 rtc_device_unregister(rtc->rtc_dev);
H A Drtc-ds1307.c355 rtc_device_unregister(ds1307->rtc);
H A Drtc-pcf8563.c344 rtc_device_unregister(rtc);
H A Drtc-pcf8583.c296 rtc_device_unregister(rtc);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Drtc.h176 extern void rtc_device_unregister(struct rtc_device *rtc);

Completed in 148 milliseconds

12