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

/linux-4.1.27/drivers/rtc/
H A Drtc-m48t59.c377 static struct bin_attribute m48t59_nvram_attr = { variable in typeref:struct:bin_attribute
486 m48t59_nvram_attr.size = pdata->offset; m48t59_rtc_probe()
488 ret = sysfs_create_bin_file(&pdev->dev.kobj, &m48t59_nvram_attr); m48t59_rtc_probe()
497 sysfs_remove_bin_file(&pdev->dev.kobj, &m48t59_nvram_attr); m48t59_rtc_remove()

Completed in 67 milliseconds