Searched refs:UCSI_MAX_PDOS (Results 1 – 2 of 2) sorted by relevance
595 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()
140 #define UCSI_MAX_PDOS (4) macro