Home
last modified time | relevance | path

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

/linux/drivers/usb/typec/ucsi/
H A Dpsy.c94 case UCSI_CONSTAT_PWR_OPMODE_PD: in ucsi_psy_get_voltage_min()
118 case UCSI_CONSTAT_PWR_OPMODE_PD: in ucsi_psy_get_voltage_max()
150 case UCSI_CONSTAT_PWR_OPMODE_PD: in ucsi_psy_get_voltage_now()
184 case UCSI_CONSTAT_PWR_OPMODE_PD: in ucsi_psy_get_current_max()
221 case UCSI_CONSTAT_PWR_OPMODE_PD: in ucsi_psy_get_current_now()
245 UCSI_CONSTAT(con, PWR_OPMODE) == UCSI_CONSTAT_PWR_OPMODE_PD) in ucsi_psy_get_usb_type()
H A Ducsi.c1057 case UCSI_CONSTAT_PWR_OPMODE_PD: in ucsi_pwr_opmode_change()
1105 if (pwr_opmode == UCSI_CONSTAT_PWR_OPMODE_PD) in ucsi_register_partner()
1110 desc.usb_pd = pwr_opmode == UCSI_CONSTAT_PWR_OPMODE_PD; in ucsi_register_partner()
1319 if (UCSI_CONSTAT(con, PWR_OPMODE) == UCSI_CONSTAT_PWR_OPMODE_PD) { in ucsi_handle_connector_change()
1585 if (UCSI_CONSTAT(con, PWR_OPMODE) != UCSI_CONSTAT_PWR_OPMODE_PD) { in ucsi_pr_swap()
1766 if (con->partner && UCSI_CONSTAT(con, PWR_OPMODE) == UCSI_CONSTAT_PWR_OPMODE_PD) { in ucsi_register_port()
H A Ducsi.h344 #define UCSI_CONSTAT_PWR_OPMODE_PD 3 macro