Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/axi/
H A Dsandbox_store.c16 struct sandbox_store_priv { struct
50 struct sandbox_store_priv *priv = dev_get_priv(dev); in sandbox_store_read()
58 struct sandbox_store_priv *priv = dev_get_priv(dev); in sandbox_store_write()
65 struct sandbox_store_priv *priv = dev_get_priv(dev); in sandbox_store_get_store()
85 struct sandbox_store_priv *priv = dev_get_priv(dev); in sandbox_store_probe()
108 struct sandbox_store_priv *priv = dev_get_priv(dev); in sandbox_store_remove()
120 .priv_auto_alloc_size = sizeof(struct sandbox_store_priv),