Home
last modified time | relevance | path

Searched defs:enable (Results 1 – 25 of 25) sorted by relevance

/optee_os/core/drivers/crypto/caam/hal/imx_8ulp/
H A Dhal_clk.c12 void caam_hal_clk_enable(bool enable) in caam_hal_clk_enable()
/optee_os/core/drivers/crypto/caam/hal/imx_6_7/
H A Dhal_clk_mx7ulp.c12 void caam_hal_clk_enable(bool enable) in caam_hal_clk_enable()
H A Dhal_clk_mx7.c12 void caam_hal_clk_enable(bool enable) in caam_hal_clk_enable()
H A Dhal_clk_mx6.c12 void caam_hal_clk_enable(bool enable) in caam_hal_clk_enable()
/optee_os/core/drivers/pm/imx/
H A Dgpcv2.c23 static void imx_gpcv2_set_core_pgc(bool enable, uint32_t offset) in imx_gpcv2_set_core_pgc()
/optee_os/core/arch/arm/plat-stm32mp1/drivers/
H A Dstm32mp1_syscfg.c164 void stm32mp_set_vddsd_comp_state(enum stm32mp13_vddsd_comp_id id, bool enable) in stm32mp_set_vddsd_comp_state()
191 void stm32mp_set_hslv_state(enum stm32mp13_hslv_id id, bool enable) in stm32mp_set_hslv_state()
H A Dstm32mp1_pwr.c70 void stm32mp1_pwr_regulator_set_state(enum pwr_regulator id, bool enable) in stm32mp1_pwr_regulator_set_state()
104 bool enable) in stm32mp1_pwr_regu_set_state()
H A Dstm32mp1_pmic.c290 static TEE_Result pmic_set_state(struct regulator *regulator, bool enable) in pmic_set_state()
/optee_os/core/drivers/
H A Dsp805_wdt.c46 static void sp805_config(struct wdt_chip *chip, bool enable) in sp805_config()
H A Datmel_rstc.c163 void sam_rstc_usb_por(unsigned char id, bool enable) in sam_rstc_usb_por()
H A Dstpmic1.c881 int stpmic1_lp_reg_on_off(const char *name, uint8_t enable) in stpmic1_lp_reg_on_off()
892 int stpmic1_lp_on_off_unpg(struct stpmic1_lp_cfg *cfg, int enable) in stpmic1_lp_on_off_unpg()
/optee_os/core/include/drivers/
H A Dclk.h80 TEE_Result (*enable)(struct clk *clk); member
H A Drtc.h255 static inline TEE_Result rtc_enable_alarm(bool enable) in rtc_enable_alarm()
H A Dstm32mp1_rcc.h565 static inline void stm32_rcc_set_mckprot(bool enable) in stm32_rcc_set_mckprot()
/optee_os/core/drivers/clk/
H A Dclk-stm32-core.c65 static void stm32_gate_endisable(uint16_t gate_id, bool enable) in stm32_gate_endisable()
90 void stm32_gate_set_init_state(uint16_t gate_id, bool enable) in stm32_gate_set_init_state()
152 static TEE_Result stm32_gate_ready_endisable(uint16_t gate_id, bool enable, in stm32_gate_ready_endisable()
H A Dclk-stm32mp13.c938 int enable = (data & CLK_ON_MASK) >> CLK_ON_SHIFT; in stm32_clk_configure_clk() local
/optee_os/core/drivers/regulator/
H A Dstm32mp13_regulator_iod.c80 static TEE_Result iod_set_state(struct regulator *regu, bool enable) in iod_set_state()
H A Dstm32_vrefbuf.c106 static TEE_Result vrefbuf_set_state(struct regulator *regulator, bool enable) in vrefbuf_set_state()
/optee_os/core/drivers/scmi-msg/
H A Dclock.c220 bool enable = false; in scmi_clock_config_set() local
/optee_os/core/drivers/imx/dcp/
H A Ddcp.c62 static void dcp_clk_enable(bool enable) in dcp_clk_enable()
/optee_os/core/arch/arm/plat-stm32mp1/
H A Dplat_tzc400.c148 static void stm32mp_tzc_region0(bool enable) in stm32mp_tzc_region0()
/optee_os/core/include/kernel/
H A Dinterrupt.h81 void (*enable)(struct itr_chip *chip, size_t it); member
/optee_os/core/drivers/clk/sam/
H A Dclk-sam9x60-pll.c277 bool enable) in sam9x60_div_pll_set_div()
/optee_os/core/kernel/
H A Dthread.c703 void thread_set_foreign_intr(bool enable) in thread_set_foreign_intr()
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dssl_tls.c103 int enable, in mbedtls_ssl_set_cid()