Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/typec/ucsi/
H A Dpsy.c70 case UCSI_CONSTAT_PWR_OPMODE_PD: in ucsi_psy_get_voltage_min()
93 case UCSI_CONSTAT_PWR_OPMODE_PD: in ucsi_psy_get_voltage_max()
121 case UCSI_CONSTAT_PWR_OPMODE_PD: in ucsi_psy_get_voltage_now()
149 case UCSI_CONSTAT_PWR_OPMODE_PD: in ucsi_psy_get_current_max()
176 if (UCSI_CONSTAT(con, PWR_OPMODE) == UCSI_CONSTAT_PWR_OPMODE_PD) in ucsi_psy_get_current_now()
188 UCSI_CONSTAT(con, PWR_OPMODE) == UCSI_CONSTAT_PWR_OPMODE_PD) in ucsi_psy_get_usb_type()
H A Ducsi.c1015 case UCSI_CONSTAT_PWR_OPMODE_PD: in ucsi_pwr_opmode_change()
1060 if (pwr_opmode == UCSI_CONSTAT_PWR_OPMODE_PD) in ucsi_register_partner()
1065 desc.usb_pd = pwr_opmode == UCSI_CONSTAT_PWR_OPMODE_PD; in ucsi_register_partner()
1268 if (UCSI_CONSTAT(con, PWR_OPMODE) == UCSI_CONSTAT_PWR_OPMODE_PD) { in ucsi_handle_connector_change()
1518 if (UCSI_CONSTAT(con, PWR_OPMODE) != UCSI_CONSTAT_PWR_OPMODE_PD) { in ucsi_pr_swap()
1694 if (con->partner && UCSI_CONSTAT(con, PWR_OPMODE) == UCSI_CONSTAT_PWR_OPMODE_PD) { in ucsi_register_port()
H A Ducsi.h334 #define UCSI_CONSTAT_PWR_OPMODE_PD 3 macro