Home
last modified time | relevance | path

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

/Zephyr-latest/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()
168 struct policy_engine *pe = (struct policy_engine *)obj; in pe_src_discovery_exit()
178 struct policy_engine *pe = (struct policy_engine *)obj; in pe_src_send_capabilities_entry()
192 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.c44 struct policy_engine *pe = data->pe; in common_dpm_requests()
67 struct policy_engine *pe = data->pe; in pe_subsys_init()
108 struct policy_engine *pe = data->pe; in pe_init()
143 struct policy_engine *pe = data->pe; in pe_run()
191 struct policy_engine *pe = data->pe; in pe_set_data_role()
246 struct policy_engine *pe = data->pe; in pe_message_sent()
269 struct policy_engine *pe = data->pe; in pe_soft_reset_is_required()
306 struct policy_engine *pe = data->pe; in pe_report_error()
342 struct policy_engine *pe = data->pe; in pe_report_discard()
359 struct policy_engine *pe = data->pe; in pe_message_received()
[all …]
Dusbc_stack.h77 struct policy_engine *pe;
Dusbc_pe_common_internal.h195 struct policy_engine { struct
Dusbc_stack.c52 static struct policy_engine pe_##inst; \