Home
last modified time | relevance | path

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

/openbmc/u-boot/examples/api/
H A Dglue.h58 int ub_dev_send(int handle, void *buf, int len);
H A Dglue.c321 int ub_dev_send(int handle, void *buf, int len) in ub_dev_send() function
H A Ddemo.c141 else if ((rv = ub_dev_send(i, &buf, 2048)) != 0) in main()