Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/typec/ucsi/
H A Ducsi.h24 #define UCSI_MESSAGE_IN 16 macro
H A Ducsi.c75 ret = ucsi->ops->read(ucsi, UCSI_MESSAGE_IN, &error, sizeof(error)); in ucsi_read_error()
168 ret = ucsi->ops->read(ucsi, UCSI_MESSAGE_IN, data, size); in ucsi_send_command()
H A Ducsi_ccg.c523 if (offset != UCSI_MESSAGE_IN) in ucsi_ccg_read()