Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/typec/ucsi/
Ducsi.c590 ret = ucsi_get_pdos(con, 1, con->src_pdos, 0, UCSI_MAX_PDOS); in ucsi_get_src_pdos()
595 if (con->num_pdos < UCSI_MAX_PDOS) in ucsi_get_src_pdos()
599 ret = ucsi_get_pdos(con, 1, con->src_pdos, UCSI_MAX_PDOS, in ucsi_get_src_pdos()
600 PDO_MAX_OBJECTS - UCSI_MAX_PDOS); in ucsi_get_src_pdos()
Ducsi.h140 #define UCSI_MAX_PDOS (4) macro