Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/axi/
H A Daxi-emul-uclass.c76 if (!ops->get_store) in axi_get_store()
79 return ops->get_store(dev, storep); in axi_get_store()
H A Dsandbox_store.c80 .get_store = sandbox_store_get_store,
/openbmc/u-boot/include/
H A Daxi.h115 int (*get_store)(struct udevice *dev, u8 **storep); member