Searched refs:tc_rp_value (Results 1 – 12 of 12) sorted by relevance
/Zephyr-latest/subsys/usb/usb_c/ |
D | usbc_tc_common_internal.h | 155 void tc_select_src_collision_rp(const struct device *dev, enum tc_rp_value rp);
|
D | usbc_stack.h | 166 enum tc_rp_value *rp);
|
D | usbc_tc_src_states.c | 340 enum tc_rp_value rp = TC_RP_USB; in tc_cc_rp_entry()
|
D | usbc_tc_common.c | 218 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/ |
D | usbc_tc.h | 338 enum tc_rp_value { enum
|
D | usbc_tcpc.h | 132 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/ |
D | ucpd_stm32_priv.h | 284 enum tc_rp_value rp;
|
D | ps8xxx.c | 132 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()
|
D | ucpd_stm32.c | 340 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()
|
D | ucpd_numaker.c | 232 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/ |
D | usbc.h | 316 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/ |
D | main.c | 87 enum tc_rp_value *rp) in port0_policy_cb_get_src_rp()
|