Searched defs:ucsi_command (Results 1 – 2 of 2) sorted by relevance
28 struct ucsi_command { struct29 u8 cmd;30 u8 length;31 u64 data:48;
92 static int ucsi_command(struct ucsi *ucsi, struct ucsi_control *ctrl) in ucsi_command() function