Searched defs:uic_command (Results 1 – 2 of 2) sorted by relevance
543 struct uic_command { struct544 u32 command;545 u32 argument1;546 u32 argument2;547 u32 argument3;548 int cmd_active;549 int result;
94 struct uic_command { struct95 u32 command;96 u32 argument1;97 u32 argument2;98 u32 argument3;99 int cmd_active;100 struct completion done;