Home
last modified time | relevance | path

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

12345678910>>...13

/openbmc/u-boot/arch/arm/mach-exynos/
H A Dpower.c12 unsigned int enable) in exynos4_mipi_phy_control()
33 void set_mipi_phy_ctrl(unsigned int dev_index, unsigned int enable) in set_mipi_phy_ctrl()
39 void exynos5_set_usbhost_phy_ctrl(unsigned int enable) in exynos5_set_usbhost_phy_ctrl()
55 void exynos4412_set_usbhost_phy_ctrl(unsigned int enable) in exynos4412_set_usbhost_phy_ctrl()
79 void set_usbhost_phy_ctrl(unsigned int enable) in set_usbhost_phy_ctrl()
88 static void exynos5_set_usbdrd_phy_ctrl(unsigned int enable) in exynos5_set_usbdrd_phy_ctrl()
104 static void exynos5420_set_usbdev_phy_ctrl(unsigned int enable) in exynos5420_set_usbdev_phy_ctrl()
124 void set_usbdrd_phy_ctrl(unsigned int enable) in set_usbdrd_phy_ctrl()
134 static void exynos5_dp_phy_control(unsigned int enable) in exynos5_dp_phy_control()
149 void exynos_dp_phy_ctrl(unsigned int enable) in exynos_dp_phy_ctrl()
/openbmc/u-boot/drivers/video/
H A Dmxcfb.h24 int enable; member
29 int enable; member
36 int enable; member
46 int enable; member
H A Ddw_hdmi.c332 static void hdmi_phy_enable_power(struct dw_hdmi *hdmi, uint enable) in hdmi_phy_enable_power()
338 static void hdmi_phy_enable_tmds(struct dw_hdmi *hdmi, uint enable) in hdmi_phy_enable_tmds()
344 static void hdmi_phy_enable_spare(struct dw_hdmi *hdmi, uint enable) in hdmi_phy_enable_spare()
350 static void hdmi_phy_gen2_pddq(struct dw_hdmi *hdmi, uint enable) in hdmi_phy_gen2_pddq()
356 static void hdmi_phy_gen2_txpwron(struct dw_hdmi *hdmi, uint enable) in hdmi_phy_gen2_txpwron()
363 static void hdmi_phy_sel_data_en_pol(struct dw_hdmi *hdmi, uint enable) in hdmi_phy_sel_data_en_pol()
371 uint enable) in hdmi_phy_sel_interface_control()
/openbmc/phosphor-hwmon/
H A Dfan_speed.cpp48 void FanSpeed::enable() in enable() function in hwmon::FanSpeed
50 auto enable = env::getEnv("ENABLE", _type, _id); in enable() local
/openbmc/u-boot/drivers/power/regulator/
H A Dlp873x_regulator.c23 static int lp873x_buck_enable(struct udevice *dev, int op, bool *enable) in lp873x_buck_enable()
125 static int lp873x_ldo_enable(struct udevice *dev, int op, bool *enable) in lp873x_ldo_enable()
258 bool enable = false; in ldo_get_enable() local
268 static int ldo_set_enable(struct udevice *dev, bool enable) in ldo_set_enable()
312 bool enable = false; in buck_get_enable() local
323 static int buck_set_enable(struct udevice *dev, bool enable) in buck_set_enable()
H A Dpalmas_regulator.c50 static int palmas_smps_enable(struct udevice *dev, int op, bool *enable) in palmas_smps_enable()
195 static int palmas_ldo_enable(struct udevice *dev, int op, bool *enable) in palmas_ldo_enable()
342 bool enable = false; in ldo_get_enable() local
352 static int ldo_set_enable(struct udevice *dev, bool enable) in ldo_set_enable()
449 bool enable = false; in smps_get_enable() local
459 static int smps_set_enable(struct udevice *dev, bool enable) in smps_set_enable()
H A Dlp87565_regulator.c21 static int lp87565_buck_enable(struct udevice *dev, int op, bool *enable) in lp87565_buck_enable()
168 bool enable = false; in buck_get_enable() local
179 static int buck_set_enable(struct udevice *dev, bool enable) in buck_set_enable()
H A Ds5m8767.c158 bool enable; in reg_get_enable() local
171 bool enable) in reg_set_enable()
193 static int ldo_set_enable(struct udevice *dev, bool enable) in ldo_set_enable()
233 static int buck_set_enable(struct udevice *dev, bool enable) in buck_set_enable()
H A Ds2mps11_regulator.c224 static int s2mps11_buck_enable(struct udevice *dev, int op, bool *enable) in s2mps11_buck_enable()
274 bool enable = false; in buck_get_enable() local
283 static int buck_set_enable(struct udevice *dev, bool enable) in buck_set_enable()
492 static int s2mps11_ldo_enable(struct udevice *dev, int op, bool *enable) in s2mps11_ldo_enable()
543 bool enable = false; in ldo_get_enable() local
552 static int ldo_set_enable(struct udevice *dev, bool enable) in ldo_set_enable()
H A Dmax77686.c504 static int max77686_ldo_enable(struct udevice *dev, int op, bool *enable) in max77686_ldo_enable()
625 static int max77686_buck_enable(struct udevice *dev, int op, bool *enable) in max77686_buck_enable()
690 bool enable = false; in ldo_get_enable() local
700 static int ldo_set_enable(struct udevice *dev, bool enable) in ldo_set_enable()
754 bool enable = false; in buck_get_enable() local
764 static int buck_set_enable(struct udevice *dev, bool enable) in buck_set_enable()
H A Dgpio-regulator.c75 int enable; in gpio_regulator_get_value() local
97 bool enable; in gpio_regulator_set_value() local
/openbmc/u-boot/board/micronas/vct/
H A Ddcgu.c16 u32 enable; in dcgu_set_clk_switch() local
132 u32 enable; in dcgu_set_reset_switch() local
/openbmc/qemu/scripts/kvm/
H A Dkvm_flightrecorder46 def enable_event(subsystem, event, enable): argument
49 def enable_subsystem(subsystem, enable): argument
/openbmc/u-boot/arch/arm/dts/
H A Dpoplar-pinctrl.dtsi11 #define PINCTRL_PULLDOWN(value, enable, disable, mask) \ argument
13 #define PINCTRL_PULLUP(value, enable, disable, mask) \ argument
/openbmc/u-boot/arch/arm/mach-imx/mx6/
H A Dclock.c27 void enable_ocotp_clk(unsigned char enable) in enable_ocotp_clk()
81 void enable_usboh3_clk(unsigned char enable) in enable_usboh3_clk()
95 void enable_enet_clk(unsigned char enable) in enable_enet_clk()
118 void enable_uart_clk(unsigned char enable) in enable_uart_clk()
135 int enable_usdhc_clk(unsigned char enable, unsigned bus_num) in enable_usdhc_clk()
154 int enable_i2c_clk(unsigned char enable, unsigned i2c_num) in enable_i2c_clk()
194 int enable_spi_clk(unsigned char enable, unsigned spi_num) in enable_spi_clk()
769 int enable_lcdif_clock(u32 base_addr, bool enable) in enable_lcdif_clock()
1156 void hab_caam_clock_enable(unsigned char enable) in hab_caam_clock_enable()
1223 void enable_eim_clk(unsigned char enable) in enable_eim_clk()
/openbmc/u-boot/arch/arm/mach-imx/mx7ulp/
H A Dclock.c76 int enable_i2c_clk(unsigned char enable, unsigned i2c_num) in enable_i2c_clk()
176 void enable_ocotp_clk(unsigned char enable) in enable_ocotp_clk()
196 void enable_usboh3_clk(unsigned char enable) in enable_usboh3_clk()
316 void hab_caam_clock_enable(unsigned char enable) in hab_caam_clock_enable()
/openbmc/qemu/hw/acpi/
H A Dich9_timer.c18 void ich9_pm_update_swsmi_timer(ICH9LPCPMRegs *pm, bool enable) in ich9_pm_update_swsmi_timer()
59 void ich9_pm_update_periodic_timer(ICH9LPCPMRegs *pm, bool enable) in ich9_pm_update_periodic_timer()
/openbmc/u-boot/arch/arm/cpu/arm926ejs/lpc32xx/
H A Dtimer.c16 static void lpc32xx_timer_clock(u32 bit, int enable) in lpc32xx_timer_clock()
38 static void lpc32xx_timer_count(struct timer_regs *timer, int enable) in lpc32xx_timer_count()
/openbmc/u-boot/drivers/video/exynos/
H A Dexynos_dp_lowlevel.c20 unsigned int enable) in exynos_dp_enable_video_input()
36 void exynos_dp_enable_video_bist(struct exynos_dp *dp_regs, unsigned int enable) in exynos_dp_enable_video_bist()
53 void exynos_dp_enable_video_mute(struct exynos_dp *dp_regs, unsigned int enable) in exynos_dp_enable_video_mute()
171 void exynos_dp_enable_sw_func(struct exynos_dp *dp_regs, unsigned int enable) in exynos_dp_enable_sw_func()
187 unsigned int block, u32 enable) in exynos_dp_set_analog_power_down()
253 unsigned int enable) in exynos_dp_set_pll_power()
965 unsigned char enable) in exynos_dp_enable_enhanced_mode()
978 void exynos_dp_enable_scrambling(struct exynos_dp *dp_regs, unsigned int enable) in exynos_dp_enable_scrambling()
1211 unsigned int enable) in exynos_dp_enable_video_master()
H A Dexynos_mipi_dsi_lowlevel.c242 unsigned int lane, unsigned int enable) in exynos_mipi_dsi_enable_lane()
272 unsigned int enable, unsigned int afc_code) in exynos_mipi_dsi_enable_afc()
291 unsigned int enable) in exynos_mipi_dsi_enable_pll_bypass()
342 unsigned int enable) in exynos_mipi_dsi_enable_pll()
368 unsigned int enable) in exynos_mipi_dsi_enable_byte_clock()
381 unsigned int enable, unsigned int prs_val) in exynos_mipi_dsi_set_esc_clk_prs()
396 unsigned int lane_sel, unsigned int enable) in exynos_mipi_dsi_enable_esc_clk_on_lane()
411 unsigned int enable) in exynos_mipi_dsi_force_dphy_stop_state()
513 unsigned int enable) in exynos_mipi_dsi_enable_hs_clock()
/openbmc/u-boot/arch/arm/mach-socfpga/
H A Dtimer_s10.c16 int enable = 0x3; /* timer enable + output signal masked */ in timer_init() local
/openbmc/u-boot/drivers/misc/
H A Dpwrseq-uclass.c10 int pwrseq_set_power(struct udevice *dev, bool enable) in pwrseq_set_power()
/openbmc/u-boot/board/mscc/common/
H A Dspi.c10 void external_cs_manage(struct udevice *dev, bool enable) in external_cs_manage()
/openbmc/qemu/accel/stubs/
H A Dxen-stub.c14 void qmp_xen_set_global_dirty_log(bool enable, Error **errp) in qmp_xen_set_global_dirty_log()
/openbmc/u-boot/arch/arm/cpu/armv7/bcm281xx/
H A Dclk-core.c77 static int peri_clk_enable(struct clk *c, int enable) in peri_clk_enable()
256 static int ccu_clk_enable(struct clk *c, int enable) in ccu_clk_enable()
334 static int bus_clk_enable(struct clk *c, int enable) in bus_clk_enable()
394 static int ref_clk_enable(struct clk *c, int enable) in ref_clk_enable()

12345678910>>...13