Home
last modified time | relevance | path

Searched refs:policy_cb_get_src_rp_t (Results 1 – 2 of 2) sorted by relevance

/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); typedef
466 void usbc_set_policy_cb_get_src_rp(const struct device *dev, const policy_cb_get_src_rp_t cb);
/Zephyr-latest/subsys/usb/usb_c/
Dusbc_stack.c248 const policy_cb_get_src_rp_t policy_cb_get_src_rp) in usbc_set_policy_cb_get_src_rp()