Searched refs:ds1302_name (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/drivers/char/ |
D | ds1302.c | 36 static const char ds1302_name[] = "ds1302"; variable 306 printk("%s: Set PLD_RTCBAUR = %d\n", ds1302_name,baur); in ds1302_probe() 323 printk("%s: RTC found.\n", ds1302_name); in ds1302_probe() 328 printk("%s: RTC not found.\n", ds1302_name); in ds1302_probe() 350 if (register_chrdev(RTC_MAJOR_NR, ds1302_name, &rtc_fops)) { in ds1302_register() 352 ds1302_name, RTC_MAJOR_NR); in ds1302_register()
|
/linux-2.6.39/arch/cris/arch-v10/drivers/ |
D | ds1302.c | 38 static const char ds1302_name[] = "ds1302"; variable 419 printk(KERN_INFO "%s: RTC found.\n", ds1302_name); in ds1302_probe() 421 ds1302_name, in ds1302_probe() 488 printk(KERN_WARNING "%s: RTC not found.\n", ds1302_name); in ds1302_init() 492 printk(KERN_WARNING "%s: RTC not found.\n", ds1302_name); in ds1302_init() 507 if (register_chrdev(RTC_MAJOR_NR, ds1302_name, &rtc_fops)) { in ds1302_register() 509 ds1302_name, RTC_MAJOR_NR); in ds1302_register()
|