Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/
H A Dds1682.c190 static const struct bin_attribute ds1682_eeprom_attr = { variable
218 rc = sysfs_create_bin_file(&client->dev.kobj, &ds1682_eeprom_attr); in ds1682_probe()
232 sysfs_remove_bin_file(&client->dev.kobj, &ds1682_eeprom_attr); in ds1682_remove()