Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dqmi.c35 struct qcom_scm_vmperm dst_perms[3]; in ath10k_qmi_map_msa_permission() local
43 dst_perms[0].vmid = QCOM_SCM_VMID_MSS_MSA; in ath10k_qmi_map_msa_permission()
44 dst_perms[0].perm = QCOM_SCM_PERM_RW; in ath10k_qmi_map_msa_permission()
45 dst_perms[1].vmid = QCOM_SCM_VMID_WLAN; in ath10k_qmi_map_msa_permission()
46 dst_perms[1].perm = QCOM_SCM_PERM_RW; in ath10k_qmi_map_msa_permission()
51 dst_perms[2].vmid = QCOM_SCM_VMID_WLAN_CE; in ath10k_qmi_map_msa_permission()
52 dst_perms[2].perm = QCOM_SCM_PERM_RW; in ath10k_qmi_map_msa_permission()
57 &src_perms, dst_perms, perm_count); in ath10k_qmi_map_msa_permission()
67 struct qcom_scm_vmperm dst_perms; in ath10k_qmi_unmap_msa_permission() local
77 dst_perms.vmid = QCOM_SCM_VMID_HLOS; in ath10k_qmi_unmap_msa_permission()
[all …]
/openbmc/linux/drivers/misc/
H A Dfastrpc.c810 struct qcom_scm_vmperm dst_perms[2] = {0}; in fastrpc_map_create() local
812 dst_perms[0].vmid = QCOM_SCM_VMID_HLOS; in fastrpc_map_create()
813 dst_perms[0].perm = QCOM_SCM_PERM_RW; in fastrpc_map_create()
814 dst_perms[1].vmid = fl->cctx->vmperms[0].vmid; in fastrpc_map_create()
815 dst_perms[1].perm = QCOM_SCM_PERM_RWX; in fastrpc_map_create()
817 err = qcom_scm_assign_mem(map->phys, (u64)map->size, &src_perms, dst_perms, 2); in fastrpc_map_create()
1331 struct qcom_scm_vmperm dst_perms; in fastrpc_init_create_static_process() local
1337 dst_perms.vmid = QCOM_SCM_VMID_HLOS; in fastrpc_init_create_static_process()
1338 dst_perms.perm = QCOM_SCM_PERM_RWX; in fastrpc_init_create_static_process()
1341 &src_perms, &dst_perms, 1); in fastrpc_init_create_static_process()