Lines Matching full:rp
25 * 2: The port shall provide a separate Rp termination on the CC1 and
62 * 2: The port shall continue to provide an Rp termination on the CC pin not
203 * 3: The port shall provide an Rp
206 * 5: The port shall supply VBUS current at the level it advertises on Rp.
332 * requirement the Rp value placed on the CC lines.
340 enum tc_rp_value rp = TC_RP_USB; in tc_cc_rp_entry() local
344 * Get initial Rp value from Device Policy Manager or use in tc_cc_rp_entry()
348 data->policy_cb_get_src_rp(dev, &rp); in tc_cc_rp_entry()
351 /* Select Rp value */ in tc_cc_rp_entry()
352 ret = tcpc_select_rp_value(tcpc, rp); in tc_cc_rp_entry()
354 LOG_ERR("Couldn't set Rp value to %d: %d", rp, ret); in tc_cc_rp_entry()
359 /* Place Rp on CC lines */ in tc_cc_rp_entry()
362 LOG_ERR("Couldn't set CC lines to Rp: %d", ret); in tc_cc_rp_entry()