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