Searched refs:UCSI_MAX_PDOS (Results 1 – 2 of 2) sorted by relevance
527 ret = ucsi_get_pdos(con, 1, con->src_pdos, 0, UCSI_MAX_PDOS); in ucsi_get_src_pdos()532 if (con->num_pdos < UCSI_MAX_PDOS) in ucsi_get_src_pdos()536 ret = ucsi_get_pdos(con, 1, con->src_pdos, UCSI_MAX_PDOS, in ucsi_get_src_pdos()537 PDO_MAX_OBJECTS - UCSI_MAX_PDOS); in ucsi_get_src_pdos()
140 #define UCSI_MAX_PDOS (4) macro