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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/cris/arch-v10/drivers/
H A Dds1302.c164 static const char ds1302_name[] = "ds1302"; variable
535 printk(KERN_INFO "%s: RTC found.\n", ds1302_name);
537 ds1302_name,
604 printk(KERN_WARNING "%s: RTC not found.\n", ds1302_name);
608 printk(KERN_WARNING "%s: RTC not found.\n", ds1302_name);
623 if (register_chrdev(RTC_MAJOR_NR, ds1302_name, &rtc_fops)) {
625 ds1302_name, RTC_MAJOR_NR);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dds1302.c34 static const char ds1302_name[] = "ds1302"; variable
299 printk("%s: Set PLD_RTCBAUR = %d\n", ds1302_name,baur);
316 printk("%s: RTC found.\n", ds1302_name);
321 printk("%s: RTC not found.\n", ds1302_name);
343 if (register_chrdev(RTC_MAJOR_NR, ds1302_name, &rtc_fops)) {
345 ds1302_name, RTC_MAJOR_NR);

Completed in 40 milliseconds