Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/typec/
H A Danx7411.c256 u32 sink_pdo[PDO_MAX_OBJECTS]; member
848 anx7411_translate_payload(dev, payload, typecp->sink_pdo, in anx7411_config()
1220 typecp->sink_pdo, in anx7411_typec_port_probe()
1229 switch (pdo_type(typecp->sink_pdo[i])) { in anx7411_typec_port_probe()
1231 ret = pdo_fixed_voltage(typecp->sink_pdo[i]); in anx7411_typec_port_probe()
1235 ret = pdo_max_voltage(typecp->sink_pdo[i]); in anx7411_typec_port_probe()
/openbmc/linux/drivers/usb/typec/tcpm/
H A Dtcpm.c3181 static int tcpm_pd_select_pdo(struct tcpm_port *port, int *sink_pdo, in tcpm_pd_select_pdo() argument
3266 *sink_pdo = j; in tcpm_pd_select_pdo()