Searched refs:sysfs_names_free (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/hwmon/ |
H A D | abituguru3.c | 963 int i, j, type, used, sysfs_names_free, sysfs_attr_i, res = -ENODEV; in abituguru3_probe() local 1004 sysfs_names_free = ABIT_UGURU3_SYSFS_NAMES_LENGTH; in abituguru3_probe() 1015 used = snprintf(sysfs_filename, sysfs_names_free, in abituguru3_probe() 1024 sysfs_names_free -= used; in abituguru3_probe() 1030 if (sysfs_names_free < 0) { in abituguru3_probe()
|
H A D | abituguru.c | 1260 int i, j, used, sysfs_names_free, sysfs_attr_i, res = -ENODEV; in abituguru_probe() local 1331 sysfs_names_free = ABITUGURU_SYSFS_NAMES_LENGTH; in abituguru_probe() 1341 used = snprintf(sysfs_filename, sysfs_names_free, in abituguru_probe() 1351 sysfs_names_free -= used; in abituguru_probe() 1364 used = snprintf(sysfs_filename, sysfs_names_free, in abituguru_probe() 1373 sysfs_names_free -= used; in abituguru_probe() 1381 used = snprintf(sysfs_filename, sysfs_names_free, in abituguru_probe() 1390 sysfs_names_free -= used; in abituguru_probe() 1395 if (sysfs_names_free < 0) { in abituguru_probe()
|