Home
last modified time | relevance | path

Searched full:pe (Results 1 – 25 of 42) sorted by relevance

12

/Zephyr-latest/subsys/usb/usb_c/
Dusbc_pe_src_states.c9 * @brief USB-C Power Policy Engine (PE)
32 struct policy_engine *pe = data->pe; in pe_src_init() local
38 pe->snk_request_reply = SNK_REQUEST_REJECT; in pe_src_init()
41 usbc_timer_init(&pe->pd_t_typec_send_source_cap, PD_T_TYPEC_SEND_SOURCE_CAP_MIN_MS); in pe_src_init()
42 usbc_timer_init(&pe->pd_t_ps_hard_reset, PD_T_PS_HARD_RESET_MAX_MS); in pe_src_init()
54 struct policy_engine *pe = data->pe; in source_dpm_requests() local
56 if (pe->dpm_request == REQUEST_GET_SNK_CAPS) { in source_dpm_requests()
57 atomic_set_bit(pe->flags, PE_FLAGS_DPM_INITIATED_AMS); in source_dpm_requests()
60 } else if (pe->dpm_request == REQUEST_PE_GOTO_MIN) { in source_dpm_requests()
61 atomic_set_bit(pe->flags, PE_FLAGS_DPM_INITIATED_AMS); in source_dpm_requests()
[all …]
Dusbc_pe_snk_states.c24 struct policy_engine *pe = data->pe; in pe_snk_init() local
30 usbc_timer_init(&pe->pd_t_typec_sink_wait_cap, PD_T_TYPEC_SINK_WAIT_CAP_MAX_MS); in pe_snk_init()
31 usbc_timer_init(&pe->pd_t_ps_transition, PD_T_SPR_PS_TRANSITION_NOM_MS); in pe_snk_init()
32 usbc_timer_init(&pe->pd_t_wait_to_resend, PD_T_SINK_REQUEST_MIN_MS); in pe_snk_init()
44 struct policy_engine *pe = data->pe; in sink_dpm_requests() local
56 if (pe->dpm_request > REQUEST_TC_END) { in sink_dpm_requests()
57 atomic_set_bit(pe->flags, PE_FLAGS_DPM_INITIATED_AMS); in sink_dpm_requests()
59 if (pe->dpm_request == REQUEST_PE_GET_SRC_CAPS) { in sink_dpm_requests()
70 struct policy_engine *pe = (struct policy_engine *)obj; in pe_snk_startup_entry() local
71 const struct device *dev = pe->dev; in pe_snk_startup_entry()
[all …]
Dusbc_pe_common.c29 if (data->pe->power_role == TC_ROLE_SOURCE) { in pe_set_ready_state()
44 struct policy_engine *pe = data->pe; in common_dpm_requests() local
46 if (pe->dpm_request > REQUEST_TC_END) { in common_dpm_requests()
47 atomic_set_bit(pe->flags, PE_FLAGS_DPM_INITIATED_AMS); in common_dpm_requests()
49 if (pe->dpm_request == REQUEST_PE_DR_SWAP) { in common_dpm_requests()
52 } else if (pe->dpm_request == REQUEST_PE_SOFT_RESET_SEND) { in common_dpm_requests()
62 * @brief Initializes the PE state machine and enters the PE_SUSPEND state.
67 struct policy_engine *pe = data->pe; in pe_subsys_init() local
70 pe->dev = dev; in pe_subsys_init()
73 smf_set_initial(SMF_CTX(pe), &pe_states[PE_SUSPEND]); in pe_subsys_init()
[all …]
Dusbc_pe_common_internal.h123 /** Number of PE States */
188 /** Number of PE Flags */
275 * @param state next PE State to enter
283 * @retval current PE state
291 * @retval last PE state
579 * @brief Return true if the PE is within an atomic messaging sequence
583 * notification from the PE that is called out by the spec
Dusbc_pe_snk_states_internal.h11 * @brief Init the PE Sink State machine
Dusbc_pe_src_states_internal.h11 * @brief Init the PE Source State machine
Dusbc_stack.h77 struct policy_engine *pe; member
/Zephyr-latest/dts/bindings/pinctrl/
Dnxp,imx7d-pinctrl.yaml14 bias-pull-up: PE=1, PS=<bias-pull-up-value index>
15 bias-pull-down: PE=1, PS=0
25 PE=0
30 Note that pins marked with LPSR can only have their PE and PS registers
Dnxp,imx8mp-pinctrl.yaml27 bias-pull-up: PUE=1, PE=1
28 bias-pull-down: PUE=0, PE=1
37 PE=0
/Zephyr-latest/arch/x86/zefi/
DREADME.txt42 goes into the PE file header instead).
45 Linux toolchain. EFI binaries are relocatable PE-COFF files --
53 EFI firmware, and the EFI loader only knows how to fill in the PE
64 first place? Why not just link to a specific address? The PE-COFF
77 a proper PE-COFF toolchain.
Dzefi.py138 # Convert it to a PE-COFF DLL.
/Zephyr-latest/tests/bluetooth/hci_prop_evt/src/
Dmain.c308 struct hci_evt_prop *pe; in prop_cb() local
310 pe = net_buf_simple_pull_mem(buf, sizeof(*pe)); in prop_cb()
312 if (memcmp(&pe->prefix[0], &hci_prop_evt_prefix[0], in prop_cb()
341 struct hci_evt_prop *pe; in prop_evt() local
343 evt_create(buf, BT_HCI_EVT_VENDOR, sizeof(*pe) + pelen); in prop_evt()
344 pe = net_buf_add(buf, sizeof(*pe)); in prop_evt()
345 memcpy(&pe->prefix[0], &hci_prop_evt_prefix[0], in prop_evt()
/Zephyr-latest/samples/subsys/usb_c/source/src/
Dmain.c84 * @brief PE calls this function when it needs to set the Rp on CC
97 * @brief PE calls this function to Enable (5V) or Disable (0V) the
108 * @brief PE calls this function to Enable or Disable VCONN
131 * @brief PE calls this function to get the Source Caps that will be sent
146 * @brief PE calls this function to verify that a Sink's request if valid
185 * @brief PE calls this function to check if the Power Supply is at the requested
198 * @brief PE calls this function to check if the Present Contract is still
/Zephyr-latest/drivers/disk/
Dsdmmc_stm32.c84 struct gpio_dt_spec pe; member
654 if (!priv->pe.port) { in stm32_sdmmc_pwr_init()
658 if (!gpio_is_ready_dt(&priv->pe)) { in stm32_sdmmc_pwr_init()
662 err = gpio_pin_configure_dt(&priv->pe, GPIO_OUTPUT_ACTIVE); in stm32_sdmmc_pwr_init()
674 if (!priv->pe.port) { in stm32_sdmmc_pwr_uninit()
678 gpio_pin_configure_dt(&priv->pe, GPIO_DISCONNECTED); in stm32_sdmmc_pwr_uninit()
811 .pe = GPIO_DT_SPEC_INST_GET(0, pwr_gpios),
/Zephyr-latest/subsys/net/lib/shell/
Devents.c202 *desc = "IPv6 PE"; in get_l3_desc()
206 *desc = "IPv6 PE"; in get_l3_desc()
210 *desc = "IPv6 PE filter"; in get_l3_desc()
216 *desc = "IPv6 PE filter"; in get_l3_desc()
Dipv6.c348 PR_ERROR("Correct usage: net ipv6 pe [add | del] [allow | deny] [<prefix>]\n"); in cmd_net_ip6_pe()
457 SHELL_CMD(pe, NULL,
458 "net ipv6 pe add [allow|deny] <IPv6 prefix>\n"
463 "ipv6 pe del <IPv6 prefix>\n"
/Zephyr-latest/include/zephyr/drivers/interrupt_controller/
Dgicv3_its.h13 * this input and the target Redistributor and, through this, the target PE for that INTID.
/Zephyr-latest/subsys/tracing/sysview/
Dsysview_config.c28 snprintk(name, THREAD_NAME_LEN, "T%pE%p", in set_thread_name()
/Zephyr-latest/arch/arm/include/cortex_m/
Dexception.h195 * in a PE with the Main Extension instead generate a in z_arm_exc_setup()
196 * SecureHardFault in a PE without the Main Extension. in z_arm_exc_setup()
/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/
Dnumaker-m46x-pinctrl.h1251 /* PE.0 MFP */
1263 /* PE.1 MFP */
1275 /* PE.2 MFP */
1290 /* PE.3 MFP */
1305 /* PE.4 MFP */
1321 /* PE.5 MFP */
1337 /* PE.6 MFP */
1353 /* PE.7 MFP */
1366 /* PE.8 MFP */
1380 /* PE.9 MFP */
[all …]
/Zephyr-latest/arch/arm/core/cortex_m/
DKconfig191 - A Processing Element (PE) without the Main Extension
224 - A Processing Element (PE) with the Main Extension is also
/Zephyr-latest/subsys/net/ip/
Dipv6_pe.c349 NET_DBG("Starting PE process for prefix %s/64", in net_ipv6_pe_start()
379 NET_WARN("Disabling IPv6 PE for interface %d", in net_ipv6_pe_start()
782 NET_DBG("pe %s prefer %s lifetime %d sec", in net_ipv6_pe_init()
/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/static/tippy/
Dpopper.min.js7pe(e){return e.replace(/start|end/g,(function(e){return ce[e]}))}function ue(e,t){void 0===t&&(t={… function
/Zephyr-latest/drivers/serial/
Duart_apbuart.c45 * 5 | PE | Parity error
68 * 5 | PE | Parity enable
/Zephyr-latest/drivers/interrupt_controller/
Dintc_xmc4xxx.c161 eru->EXICON_b[eru_ch].PE = 0; in intc_xmc4xxx_gpio_disable_interrupt()

12