Searched refs:cmd_code (Results 1 – 2 of 2) sorted by relevance
12 static inline uint8_t __tee_socket_ioctl_cmd_to_proto(uint32_t cmd_code) in __tee_socket_ioctl_cmd_to_proto() argument14 return cmd_code >> 24; in __tee_socket_ioctl_cmd_to_proto()
17 uint32_t cmd_code) in tpm2_cmd_init_hdr() argument25 put_unaligned_be32(&cmd->hdr.code, cmd_code); in tpm2_cmd_init_hdr()62 static uint32_t tpm2_get_cmd_duration(uint32_t cmd_code) in tpm2_get_cmd_duration() argument64 switch (cmd_code) { in tpm2_get_cmd_duration()
Completed in 3 milliseconds