Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/misc/
H A Datsha204a-i2c.c148 static int atsha204a_send(struct udevice *dev, const u8 *buf, u8 len) in atsha204a_send() function
218 res = atsha204a_send(dev, req, 4); in atsha204a_wakeup()
250 res = atsha204a_send(dev, &req, 1); in atsha204a_idle()
261 res = atsha204a_send(dev, &req, 1); in atsha204a_sleep()
272 res = atsha204a_send(dev, (u8 *) req, req->length + 1); in atsha204a_transaction()