Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/typec/ucsi/
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()
178 if (UCSI_CONSTAT_PWR_OPMODE(flags) == UCSI_CONSTAT_PWR_OPMODE_PD) in ucsi_psy_get_current_now()
192 UCSI_CONSTAT_PWR_OPMODE(flags) == UCSI_CONSTAT_PWR_OPMODE_PD) in ucsi_psy_get_usb_type()
Ducsi.c998 case UCSI_CONSTAT_PWR_OPMODE_PD: in ucsi_pwr_opmode_change()
1043 if (pwr_opmode == UCSI_CONSTAT_PWR_OPMODE_PD) in ucsi_register_partner()
1048 desc.usb_pd = pwr_opmode == UCSI_CONSTAT_PWR_OPMODE_PD; in ucsi_register_partner()
1246 UCSI_CONSTAT_PWR_OPMODE_PD) { in ucsi_handle_connector_change()
1498 UCSI_CONSTAT_PWR_OPMODE_PD) { in ucsi_pr_swap()
1674 UCSI_CONSTAT_PWR_OPMODE_PD) { in ucsi_register_port()
Ducsi.h333 #define UCSI_CONSTAT_PWR_OPMODE_PD 3 macro