Home
last modified time | relevance | path

Searched refs:UCSI_MESSAGE_IN (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/usb/typec/ucsi/
Ducsi.h23 #define UCSI_MESSAGE_IN 16 macro
Ducsi.c75 ret = ucsi->ops->read(ucsi, UCSI_MESSAGE_IN, &error, sizeof(error)); in ucsi_read_error()
164 ret = ucsi->ops->read(ucsi, UCSI_MESSAGE_IN, data, size); in ucsi_send_command()
Ducsi_ccg.c523 if (offset != UCSI_MESSAGE_IN) in ucsi_ccg_read()