Searched refs:w1_ds2760_read (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/power/supply/ |
H A D | ds2760_battery.c | 155 static int w1_ds2760_read(struct device *dev, in w1_ds2760_read() function 202 return w1_ds2760_read(dev, buf, off, count); in w1_slave_read() 281 ret = w1_ds2760_read(di->dev, di->raw + start, start, count); in ds2760_battery_read_status() 283 dev_warn(di->dev, "call to w1_ds2760_read failed (0x%p)\n", in ds2760_battery_read_status()
|
/kernel/linux/linux-6.6/drivers/power/supply/ |
H A D | ds2760_battery.c | 155 static int w1_ds2760_read(struct device *dev, in w1_ds2760_read() function 202 return w1_ds2760_read(dev, buf, off, count); in w1_slave_read() 273 ret = w1_ds2760_read(di->dev, di->raw + start, start, count); in ds2760_battery_read_status() 275 dev_warn(di->dev, "call to w1_ds2760_read failed (0x%p)\n", in ds2760_battery_read_status()
|
Completed in 4 milliseconds