Lines Matching +full:revision +full:- +full:id1
1 // SPDX-License-Identifier: GPL-2.0+
48 pr_err("failed to read ID1 register: %d\n", ret); in as3722_read_id()
69 return -EINVAL; in as3722_sd_set_voltage()
85 return -EINVAL; in as3722_ldo_set_voltage()
99 uint id, revision; in as3722_probe() local
102 ret = as3722_read_id(dev, &id, &revision); in as3722_probe()
110 return -ENOENT; in as3722_probe()
113 debug("AS3722 revision %#x found on I2C bus %s\n", revision, dev->name); in as3722_probe()
135 dev->name); in as3722_bind()
136 return -ENXIO; in as3722_bind()
141 debug("%s: %s - no child found\n", __func__, dev->name); in as3722_bind()