Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/usb_c/
Dusbc.h185 typedef int (*policy_cb_get_snk_cap_t)(const struct device *dev, uint32_t **pdos, int *num_pdos); typedef
430 void usbc_set_policy_cb_get_snk_cap(const struct device *dev, const policy_cb_get_snk_cap_t cb);
/Zephyr-latest/subsys/usb/usb_c/
Dusbc_stack.c176 const policy_cb_get_snk_cap_t policy_cb_get_snk_cap) in usbc_set_policy_cb_get_snk_cap()