Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/smem/
H A Dmsm_smem.c335 static struct qcom_smem *__smem; variable
435 if (!__smem) in qcom_smem_alloc()
439 dev_err(__smem->dev, in qcom_smem_alloc()
448 phdr = __smem->partitions[host]; in qcom_smem_alloc()
451 phdr = __smem->global_partition; in qcom_smem_alloc()
560 if (!__smem) in qcom_smem_get()
567 phdr = __smem->partitions[host]; in qcom_smem_get()
571 phdr = __smem->global_partition; in qcom_smem_get()
595 if (!__smem) in qcom_smem_get_free_space()
902 __smem = smem; in qcom_smem_probe()
[all …]
/openbmc/linux/drivers/soc/qcom/
H A Dsmem.c357 static struct qcom_smem *__smem; variable
395 return !!__smem; in qcom_smem_is_available()
509 if (!__smem) in qcom_smem_alloc()
513 dev_err(__smem->dev, in qcom_smem_alloc()
688 if (!__smem) in qcom_smem_get()
731 if (!__smem) in qcom_smem_get_free_space()
782 part = &__smem->partitions[i]; in qcom_smem_virt_to_phys()
791 part = &__smem->global_partition; in qcom_smem_virt_to_phys()
800 area = &__smem->regions[i]; in qcom_smem_virt_to_phys()
1205 __smem = smem; in qcom_smem_probe()
[all …]