Home
last modified time | relevance | path

Searched refs:policy_check (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/samples/subsys/usb_c/sink/src/
Dmain.c272 const enum usbc_policy_check_t policy_check) in port0_policy_check() argument
274 switch (policy_check) { in port0_policy_check()
/Zephyr-latest/samples/subsys/usb_c/source/src/
Dmain.c280 const enum usbc_policy_check_t policy_check) in port0_policy_check() argument
284 switch (policy_check) { in port0_policy_check()
/Zephyr-latest/subsys/usb/usb_c/
Dusbc_stack.h122 const enum usbc_policy_check_t policy_check);
Dusbc_pe_common_internal.h369 bool policy_check(const struct device *dev, const enum usbc_policy_check_t pc);
Dusbc_tc_src_states.c244 if (policy_check(dev, CHECK_VCONN_CONTROL)) { in tc_attached_src_entry()
Dusbc_pe_src_states.c538 if (policy_check(dev, CHECK_SRC_PS_AT_DEFAULT_LEVEL)) { in pe_src_transition_to_default_run()
Dusbc_pe_common.c576 bool policy_check(const struct device *dev, const enum usbc_policy_check_t pc) in policy_check() function
753 if (policy_check(dev, (pe->data_role == TC_ROLE_UFP) ? CHECK_DATA_ROLE_SWAP_TO_DFP in pe_drs_evaluate_swap_entry()
/Zephyr-latest/include/zephyr/usb_c/
Dusbc.h205 const enum usbc_policy_check_t policy_check);