Searched defs:tee_cmd_io (Results 1 – 1 of 1) sorted by relevance
49 struct tee_cmd_io { struct50 TEEC_Result err;51 uint32_t origin;52 uint32_t cmd;53 int fd_sess;58 union {62 union {66 union {91 #define TEE_OPEN_SESSION_IOC _IOWR('t', 161, struct tee_cmd_io) argument