Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/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.h161 enum tc_rp_value *rp);
Dusbc_tc_src_states.c314 enum tc_rp_value rp = TC_RP_USB; in tc_cc_rp_entry()
Dusbc_tc_common.c178 void tc_select_src_collision_rp(const struct device *dev, enum tc_rp_value rp) in tc_select_src_collision_rp()
/Zephyr-Core-3.4.0/include/zephyr/drivers/usb_c/
Dusbc_tc.h338 enum tc_rp_value { enum
Dusbc_tcpc.h130 int (*select_rp_value)(const struct device *dev, enum tc_rp_value rp);
131 int (*get_rp_value)(const struct device *dev, enum tc_rp_value *rp);
282 static inline int tcpc_select_rp_value(const struct device *dev, enum tc_rp_value rp) in tcpc_select_rp_value()
304 static inline int tcpc_get_rp_value(const struct device *dev, enum tc_rp_value *rp) in tcpc_get_rp_value()
/Zephyr-Core-3.4.0/drivers/usb_c/tcpc/
Ducpd_stm32_priv.h284 enum tc_rp_value rp;
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()
/Zephyr-Core-3.4.0/include/zephyr/usb_c/
Dusbc.h314 typedef int (*policy_cb_get_src_rp_t)(const struct device *dev, enum tc_rp_value *rp);
/Zephyr-Core-3.4.0/samples/subsys/usb_c/source/src/
Dmain.c88 enum tc_rp_value *rp) in port1_policy_cb_get_src_rp()