Searched refs:host0 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/soc/qcom/ |
H A D | smem.c | 142 * @host0: first processor/host with access to this partition 151 __le16 host0; member 178 * @host0: first processor/host with access to this partition 189 __le16 host0; member 394 le16_to_cpu(phdr->host0), le16_to_cpu(phdr->host1)); in qcom_smem_alloc_private() 561 le16_to_cpu(phdr->host0), le16_to_cpu(phdr->host1)); in qcom_smem_get_private() 726 struct smem_ptable_entry *entry, u16 host0, u16 host1) in qcom_smem_partition_header() 740 if (host0 != le16_to_cpu(header->host0)) { in qcom_smem_partition_header() 741 dev_err(smem->dev, "bad host0 ( in qcom_smem_partition_header() 725 qcom_smem_partition_header(struct qcom_smem *smem, struct smem_ptable_entry *entry, u16 host0, u16 host1) qcom_smem_partition_header() argument 823 u16 host0, host1; qcom_smem_enumerate_partitions() local [all...] |
/kernel/linux/linux-6.6/drivers/soc/qcom/ |
H A D | smem.c | 144 * @host0: first processor/host with access to this partition 153 __le16 host0; member 180 * @host0: first processor/host with access to this partition 191 __le16 host0; member 430 le16_to_cpu(phdr->host0), le16_to_cpu(phdr->host1)); in qcom_smem_alloc_private() 641 le16_to_cpu(phdr->host0), le16_to_cpu(phdr->host1)); in qcom_smem_get_private() 861 struct smem_ptable_entry *entry, u16 host0, u16 host1) in qcom_smem_partition_header() 878 if (host0 != le16_to_cpu(header->host0)) { in qcom_smem_partition_header() 879 dev_err(smem->dev, "bad host0 ( in qcom_smem_partition_header() 860 qcom_smem_partition_header(struct qcom_smem *smem, struct smem_ptable_entry *entry, u16 host0, u16 host1) qcom_smem_partition_header() argument 964 u16 host0, host1; qcom_smem_enumerate_partitions() local [all...] |
Completed in 3 milliseconds