Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/typec/ucsi/
Ducsi.c595 ret = ucsi_get_pdos(con, 1, con->src_pdos, 0, UCSI_MAX_PDOS); in ucsi_get_src_pdos()
600 if (con->num_pdos < UCSI_MAX_PDOS) in ucsi_get_src_pdos()
604 ret = ucsi_get_pdos(con, 1, con->src_pdos, UCSI_MAX_PDOS, in ucsi_get_src_pdos()
605 PDO_MAX_OBJECTS - UCSI_MAX_PDOS); in ucsi_get_src_pdos()
Ducsi.h140 #define UCSI_MAX_PDOS (4) macro