Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/hwmon/
H A Dsch5627.c439 int err, build_code, build_id, hwmon_rev, val; in sch5627_probe() local
480 build_code = sch56xx_read_virtual_reg(data->addr, in sch5627_probe()
482 if (build_code < 0) in sch5627_probe()
483 return build_code; in sch5627_probe()
519 build_code, build_id, hwmon_rev); in sch5627_probe()
528 (build_code << 24) | (build_id << 8) | hwmon_rev, in sch5627_probe()
/kernel/linux/linux-5.10/drivers/hwmon/
H A Dsch5627.c458 int err, build_code, build_id, hwmon_rev, val; in sch5627_probe() local
505 build_code = sch56xx_read_virtual_reg(data->addr, in sch5627_probe()
507 if (build_code < 0) { in sch5627_probe()
508 err = build_code; in sch5627_probe()
553 build_code, build_id, hwmon_rev); in sch5627_probe()
569 (build_code << 24) | (build_id << 8) | hwmon_rev, in sch5627_probe()

Completed in 3 milliseconds