Home
last modified time | relevance | path

Searched refs:rdo (Results 1 – 4 of 4) sorted by relevance

/drivers/usb/typec/ucsi/
A Dpsy.c122 index = rdo_index(con->rdo); in ucsi_psy_get_voltage_now()
177 val->intval = rdo_op_current(con->rdo) * 1000; in ucsi_psy_get_current_now()
A Ducsi.c1015 con->rdo = UCSI_CONSTAT(con, RDO); in ucsi_pwr_opmode_change()
1023 con->rdo = 0; in ucsi_pwr_opmode_change()
1027 con->rdo = 0; in ucsi_pwr_opmode_change()
1031 con->rdo = 0; in ucsi_pwr_opmode_change()
A Ducsi.h518 u32 rdo; member
/drivers/usb/typec/tcpm/
A Dtcpm.c3911 u32 pdo, rdo = port->sink_request; in tcpm_pd_check_request() local
3915 index = rdo_index(rdo); in tcpm_pd_check_request()
3924 max = rdo_max_current(rdo); in tcpm_pd_check_request()
3925 op = rdo_op_current(rdo); in tcpm_pd_check_request()
3944 max = rdo_max_power(rdo); in tcpm_pd_check_request()
3945 op = rdo_op_power(rdo); in tcpm_pd_check_request()
4197 u32 rdo; in tcpm_pd_send_request() local
4199 ret = tcpm_pd_build_request(port, &rdo); in tcpm_pd_send_request()
4215 msg.payload[0] = cpu_to_le32(rdo); in tcpm_pd_send_request()
4284 u32 rdo; in tcpm_pd_send_pps_request() local
[all …]

Completed in 26 milliseconds