Home
last modified time | relevance | path

Searched defs:ucsi_command (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/usb/typec/ucsi/
Ducsi.h28 struct ucsi_command { struct
29 u8 cmd;
30 u8 length;
31 u64 data:48;
Ducsi.c92 static int ucsi_command(struct ucsi *ucsi, struct ucsi_control *ctrl) in ucsi_command() function