Searched defs:uic_command (Results 1 – 1 of 1) sorted by relevance
92 struct uic_command { struct93 u32 command;94 u32 argument1;95 u32 argument2;96 u32 argument3;97 int cmd_active;98 int result;99 struct completion done;