Home
last modified time | relevance | path

Searched refs:policy_engine (Results 1 – 6 of 6) sorted by relevance

/Zephyr-Core-3.7.0/subsys/usb/usb_c/
Dusbc_pe_src_states.c32 struct policy_engine *pe = data->pe; in pe_src_init()
54 struct policy_engine *pe = data->pe; in source_dpm_requests()
72 static void send_src_caps(struct policy_engine *pe) in send_src_caps()
97 struct policy_engine *pe = (struct policy_engine *)obj; in pe_src_startup_entry()
119 struct policy_engine *pe = (struct policy_engine *)obj; in pe_src_startup_run()
136 struct policy_engine *pe = (struct policy_engine *)obj; in pe_src_discovery_entry()
149 struct policy_engine *pe = (struct policy_engine *)obj; in pe_src_discovery_run()
165 struct policy_engine *pe = (struct policy_engine *)obj; in pe_src_discovery_exit()
175 struct policy_engine *pe = (struct policy_engine *)obj; in pe_src_send_capabilities_entry()
189 struct policy_engine *pe = (struct policy_engine *)obj; in pe_src_send_capabilities_run()
[all …]
Dusbc_pe_snk_states.c24 struct policy_engine *pe = data->pe; in pe_snk_init()
44 struct policy_engine *pe = data->pe; in sink_dpm_requests()
70 struct policy_engine *pe = (struct policy_engine *)obj; in pe_snk_startup_entry()
92 struct policy_engine *pe = (struct policy_engine *)obj; in pe_snk_startup_run()
117 struct policy_engine *pe = (struct policy_engine *)obj; in pe_snk_discovery_run()
136 struct policy_engine *pe = (struct policy_engine *)obj; in pe_snk_wait_for_capabilities_entry()
149 struct policy_engine *pe = (struct policy_engine *)obj; in pe_snk_wait_for_capabilities_run()
179 struct policy_engine *pe = (struct policy_engine *)obj; in pe_snk_wait_for_capabilities_exit()
190 struct policy_engine *pe = (struct policy_engine *)obj; in pe_snk_evaluate_capability_entry()
223 struct policy_engine *pe = (struct policy_engine *)obj; in pe_snk_select_capability_entry()
[all …]
Dusbc_pe_common.c30 struct policy_engine *pe = data->pe; in common_dpm_requests()
53 struct policy_engine *pe = data->pe; in pe_subsys_init()
94 struct policy_engine *pe = data->pe; in pe_init()
129 struct policy_engine *pe = data->pe; in pe_run()
177 struct policy_engine *pe = data->pe; in pe_set_data_role()
232 struct policy_engine *pe = data->pe; in pe_message_sent()
255 struct policy_engine *pe = data->pe; in pe_soft_reset_is_required()
292 struct policy_engine *pe = data->pe; in pe_report_error()
328 struct policy_engine *pe = data->pe; in pe_report_discard()
345 struct policy_engine *pe = data->pe; in pe_message_received()
[all …]
Dusbc_stack.h77 struct policy_engine *pe;
Dusbc_pe_common_internal.h193 struct policy_engine { struct
Dusbc_stack.c52 static struct policy_engine pe_##inst; \