Searched refs:prop_set (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/nvme/target/ |
| H A D | fabrics-cmd.c | 12 u64 val = le64_to_cpu(req->cmd->prop_set.value); in nvmet_execute_prop_set() 18 if (req->cmd->prop_set.attrib & 1) { in nvmet_execute_prop_set() 25 switch (le32_to_cpu(req->cmd->prop_set.offset)) { in nvmet_execute_prop_set()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | utee_syscalls.h | 40 TEE_Result _utee_get_property(unsigned long prop_set, unsigned long index, 44 TEE_Result _utee_get_property_name_to_index(unsigned long prop_set,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/ |
| H A D | utee_syscalls.h | 68 TEE_Result utee_get_property(unsigned long prop_set, unsigned long index, 72 TEE_Result utee_get_property_name_to_index(unsigned long prop_set, void *name,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | utee_syscalls.h | 40 TEE_Result _utee_get_property(unsigned long prop_set, unsigned long index, 44 TEE_Result _utee_get_property_name_to_index(unsigned long prop_set,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/ |
| H A D | utee_syscalls.h | 40 TEE_Result _utee_get_property(unsigned long prop_set, unsigned long index, 44 TEE_Result _utee_get_property_name_to_index(unsigned long prop_set,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/ |
| H A D | utee_syscalls.h | 40 TEE_Result _utee_get_property(unsigned long prop_set, unsigned long index, 44 TEE_Result _utee_get_property_name_to_index(unsigned long prop_set,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/ |
| H A D | utee_syscalls.h | 68 TEE_Result utee_get_property(unsigned long prop_set, unsigned long index, 72 TEE_Result utee_get_property_name_to_index(unsigned long prop_set, void *name,
|
| /OK3568_Linux_fs/kernel/drivers/nvme/host/ |
| H A D | fabrics.c | 240 cmd.prop_set.opcode = nvme_fabrics_command; in nvmf_reg_write32() 241 cmd.prop_set.fctype = nvme_fabrics_type_property_set; in nvmf_reg_write32() 242 cmd.prop_set.attrib = 0; in nvmf_reg_write32() 243 cmd.prop_set.offset = cpu_to_le32(off); in nvmf_reg_write32() 244 cmd.prop_set.value = cpu_to_le64(val); in nvmf_reg_write32()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/os_test/ |
| H A D | os_test.c | 105 TEE_PropSetHandle prop_set, in print_properties() argument 111 TEE_StartPropertyEnumerator(h, prop_set); in print_properties() 168 res = TEE_GetPropertyAsString(prop_set, nbuf, vbuf2, &vblen2); in print_properties() 182 res = TEE_GetPropertyAsString(prop_set, nbuf, vbuf2, &vblen2); in print_properties() 192 res = TEE_GetPropertyAsString(prop_set, nbuf, vbuf2, &vblen2); in print_properties() 200 res = TEE_GetPropertyAsString(prop_set, nbuf, vbuf2, &vblen2); in print_properties()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | nvme.h | 1416 struct nvmf_property_set_command prop_set; member
|