Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/typec/ucsi/
Ducsi.h29 struct ucsi_command { struct
30 u8 cmd;
31 u8 length;
32 u64 data:48;
Ducsi.c49 static int ucsi_command(struct ucsi *ucsi, struct ucsi_control *ctrl) in ucsi_command() function