Home
last modified time | relevance | path

Searched refs:tc_rp_value (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/subsys/usb/usb_c/
Dusbc_tc_common_internal.h155 void tc_select_src_collision_rp(const struct device *dev, enum tc_rp_value rp);
Dusbc_stack.h166 enum tc_rp_value *rp);
Dusbc_tc_src_states.c340 enum tc_rp_value rp = TC_RP_USB; in tc_cc_rp_entry()
Dusbc_tc_common.c218 void tc_select_src_collision_rp(const struct device *dev, enum tc_rp_value rp) in tc_select_src_collision_rp()
/Zephyr-latest/include/zephyr/drivers/usb_c/
Dusbc_tc.h338 enum tc_rp_value { enum
Dusbc_tcpc.h132 int (*select_rp_value)(const struct device *dev, enum tc_rp_value rp);
133 int (*get_rp_value)(const struct device *dev, enum tc_rp_value *rp);
276 static inline int tcpc_select_rp_value(const struct device *dev, enum tc_rp_value rp) in tcpc_select_rp_value()
297 static inline int tcpc_get_rp_value(const struct device *dev, enum tc_rp_value *rp) in tcpc_get_rp_value()
/Zephyr-latest/drivers/usb_c/tcpc/
Ducpd_stm32_priv.h284 enum tc_rp_value rp;
Dps8xxx.c132 int ps8xxx_tcpc_select_rp_value(const struct device *dev, enum tc_rp_value rp) in ps8xxx_tcpc_select_rp_value()
143 int ps8xxx_tcpc_get_rp_value(const struct device *dev, enum tc_rp_value *rp) in ps8xxx_tcpc_get_rp_value()
Ducpd_stm32.c340 static int ucpd_select_rp_value(const struct device *dev, enum tc_rp_value rp) in ucpd_select_rp_value()
354 static int ucpd_get_rp_value(const struct device *dev, enum tc_rp_value *rp) in ucpd_get_rp_value()
Ducpd_numaker.c232 enum tc_rp_value rp;
1710 static int numaker_tcpc_select_rp_value(const struct device *dev, enum tc_rp_value rp) in numaker_tcpc_select_rp_value()
1725 static int numaker_tcpc_get_rp_value(const struct device *dev, enum tc_rp_value *rp) in numaker_tcpc_get_rp_value()
/Zephyr-latest/include/zephyr/usb_c/
Dusbc.h316 typedef int (*policy_cb_get_src_rp_t)(const struct device *dev, enum tc_rp_value *rp);
/Zephyr-latest/samples/subsys/usb_c/source/src/
Dmain.c87 enum tc_rp_value *rp) in port0_policy_cb_get_src_rp()