Home
last modified time | relevance | path

Searched refs:UCSI_MAX_DATA_LENGTH (Results 1 – 2 of 2) sorted by relevance

/drivers/usb/typec/ucsi/
A Ducsi.h481 #define UCSI_MAX_DATA_LENGTH(u) (((u)->version < UCSI_VERSION_2_0) ? 0x10 : 0xff) macro
A Ducsi.c116 if (size > UCSI_MAX_DATA_LENGTH(ucsi)) in ucsi_run_command()
659 UCSI_MAX_DATA_LENGTH(con->ucsi)); in ucsi_get_connector_status()
759 size_t len = min(bytes, UCSI_MAX_DATA_LENGTH(con->ucsi)); in ucsi_get_pd_message()

Completed in 11 milliseconds