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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/drivers/
H A Dds1302.c161 static const char ds1302_name[] = "ds1302"; variable
532 printk(KERN_INFO "%s: RTC found.\n", ds1302_name);
534 ds1302_name,
601 printk(KERN_WARNING "%s: RTC not found.\n", ds1302_name);
605 printk(KERN_WARNING "%s: RTC not found.\n", ds1302_name);
620 if (register_chrdev(RTC_MAJOR_NR, ds1302_name, &rtc_fops)) {
622 ds1302_name, RTC_MAJOR_NR);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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 45 milliseconds