Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/usb_c/
Dtcpci_priv.h164 int tcpci_tcpm_select_rp_value(const struct i2c_dt_spec *bus, enum tc_rp_value rp);
173 int tcpci_tcpm_get_rp_value(const struct i2c_dt_spec *bus, enum tc_rp_value *rp);
Dusbc_tc.h338 enum tc_rp_value { enum
Dusbc_tcpc.h134 int (*select_rp_value)(const struct device *dev, enum tc_rp_value rp);
135 int (*get_rp_value)(const struct device *dev, enum tc_rp_value *rp);
278 static inline int tcpc_select_rp_value(const struct device *dev, enum tc_rp_value rp) in tcpc_select_rp_value()
299 static inline int tcpc_get_rp_value(const struct device *dev, enum tc_rp_value *rp) in tcpc_get_rp_value()
/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/drivers/usb_c/tcpc/
Ducpd_stm32_priv.h284 enum tc_rp_value rp;
Dtcpci.c564 int tcpci_tcpm_select_rp_value(const struct i2c_dt_spec *bus, enum tc_rp_value rp) in tcpci_tcpm_select_rp_value()
570 int tcpci_tcpm_get_rp_value(const struct i2c_dt_spec *bus, enum tc_rp_value *rp) in tcpci_tcpm_get_rp_value()
Dps8xxx.c126 int ps8xxx_tcpc_select_rp_value(const struct device *dev, enum tc_rp_value rp) in ps8xxx_tcpc_select_rp_value()
136 int ps8xxx_tcpc_get_rp_value(const struct device *dev, enum tc_rp_value *rp) in ps8xxx_tcpc_get_rp_value()
Drt1715.c141 static int rt1715_tcpc_select_rp_value(const struct device *dev, enum tc_rp_value rp) in rt1715_tcpc_select_rp_value()
151 static int rt1715_tcpc_get_rp_value(const struct device *dev, enum tc_rp_value *rp) in rt1715_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()