Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/smem/
H A Dsmem-uclass.c13 struct smem_ops *ops = smem_get_ops(dev); in smem_alloc()
24 struct smem_ops *ops = smem_get_ops(dev); in smem_get()
34 struct smem_ops *ops = smem_get_ops(dev); in smem_get_free_space()
H A Dsandbox_smem.c29 static const struct smem_ops sandbox_smem_ops = {
H A Dmsm_smem.c919 static const struct smem_ops msm_smem_ops = {
/openbmc/u-boot/include/
H A Dsmem.h20 struct smem_ops { struct
53 #define smem_get_ops(dev) ((struct smem_ops *)(dev)->driver->ops) argument