Home
last modified time | relevance | path

Searched refs:UCSI_CONSTAT_PWR_OPMODE_PD (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/usb/typec/ucsi/
H A Dpsy.c69 case UCSI_CONSTAT_PWR_OPMODE_PD: in ucsi_psy_get_voltage_min()
92 case UCSI_CONSTAT_PWR_OPMODE_PD: in ucsi_psy_get_voltage_max()
120 case UCSI_CONSTAT_PWR_OPMODE_PD: in ucsi_psy_get_voltage_now()
148 case UCSI_CONSTAT_PWR_OPMODE_PD: in ucsi_psy_get_current_max()
177 if (UCSI_CONSTAT_PWR_OPMODE(flags) == UCSI_CONSTAT_PWR_OPMODE_PD) in ucsi_psy_get_current_now()
191 UCSI_CONSTAT_PWR_OPMODE(flags) == UCSI_CONSTAT_PWR_OPMODE_PD) in ucsi_psy_get_usb_type()
H A Ducsi.c734 case UCSI_CONSTAT_PWR_OPMODE_PD: in ucsi_pwr_opmode_change()
778 desc.usb_pd = pwr_opmode == UCSI_CONSTAT_PWR_OPMODE_PD; in ucsi_register_partner()
926 UCSI_CONSTAT_PWR_OPMODE_PD) in ucsi_handle_connector_change()
1162 UCSI_CONSTAT_PWR_OPMODE_PD) { in ucsi_pr_swap()
1363 UCSI_CONSTAT_PWR_OPMODE_PD) { in ucsi_register_port()
H A Ducsi.h263 #define UCSI_CONSTAT_PWR_OPMODE_PD 3 macro