Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/char/
Dds1302.c35 static const char ds1302_name[] = "ds1302"; variable
305 printk("%s: Set PLD_RTCBAUR = %d\n", ds1302_name,baur); in ds1302_probe()
322 printk("%s: RTC found.\n", ds1302_name); in ds1302_probe()
327 printk("%s: RTC not found.\n", ds1302_name); in ds1302_probe()
349 if (register_chrdev(RTC_MAJOR_NR, ds1302_name, &rtc_fops)) { in ds1302_register()
351 ds1302_name, RTC_MAJOR_NR); in ds1302_register()