Home
last modified time | relevance | path

Searched defs:enable (Results 26 – 50 of 325) sorted by relevance

12345678910>>...13

/Zephyr-latest/drivers/usb_c/tcpc/
Drt1715.c187 static int rt1715_tcpc_vconn_discharge(const struct device *dev, bool enable) in rt1715_tcpc_vconn_discharge()
200 static int rt1715_tcpc_set_vconn(const struct device *dev, bool enable) in rt1715_tcpc_set_vconn()
320 static int rt1715_tcpc_set_rx_enable(const struct device *dev, bool enable) in rt1715_tcpc_set_rx_enable()
414 static int rt1715_tcpc_set_drp_toggle(const struct device *dev, bool enable) in rt1715_tcpc_set_drp_toggle()
435 static int rt1715_tcpc_set_low_power_mode(const struct device *dev, bool enable) in rt1715_tcpc_set_low_power_mode()
450 static int rt1715_tcpc_sop_prime_enable(const struct device *dev, bool enable) in rt1715_tcpc_sop_prime_enable()
459 static int rt1715_tcpc_set_bist_test_mode(const struct device *dev, bool enable) in rt1715_tcpc_set_bist_test_mode()
Ducpd_stm32.c109 static void ucpd_tx_interrupts_enable(const struct device *dev, bool enable) in ucpd_tx_interrupts_enable()
264 static int ucpd_set_vconn(const struct device *dev, bool enable) in ucpd_set_vconn()
306 static int ucpd_vconn_discharge(const struct device *dev, bool enable) in ucpd_vconn_discharge()
486 static int ucpd_set_rx_enable(const struct device *dev, bool enable) in ucpd_set_rx_enable()
540 static int ucpd_sop_prime_enable(const struct device *dev, bool enable) in ucpd_sop_prime_enable()
1069 bool enable) in ucpd_set_bist_test_mode()
Dtcpci.c493 int tcpci_tcpm_set_bist_test_mode(const struct i2c_dt_spec *bus, bool enable) in tcpci_tcpm_set_bist_test_mode()
588 int tcpci_tcpm_set_vconn(const struct i2c_dt_spec *bus, bool enable) in tcpci_tcpm_set_vconn()
601 int tcpci_tcpm_set_drp_toggle(const struct i2c_dt_spec *bus, bool enable) in tcpci_tcpm_set_drp_toggle()
/Zephyr-latest/drivers/mm/
Dmm_drv_ti_rat.c32 #define RAT_CTRL_W(enable, size) (((enable & 0x1) << 31u) | (size & 0x3F)) argument
52 uint16_t region_num, uint32_t enable) in address_trans_set_region()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/
Dmayfly.c23 void mayfly_enable_cb(uint8_t caller_id, uint8_t callee_id, uint8_t enable) in mayfly_enable_cb()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/
Dmayfly.c28 void mayfly_enable_cb(uint8_t caller_id, uint8_t callee_id, uint8_t enable) in mayfly_enable_cb()
/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/src/
Dmayfly.c16 void mayfly_enable(uint8_t caller_id, uint8_t callee_id, uint8_t enable) in mayfly_enable()
/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_per_connection/src/
Dbs_bt_utils.c182 void set_bondable(bool enable) in set_bondable()
191 void enable_bt_conn_set_bondable(bool enable) in enable_bt_conn_set_bondable()
/Zephyr-latest/drivers/wifi/winc1500/
Dwifi_winc1500_nm_bsp.c81 void nm_bsp_interrupt_ctrl(uint8_t enable) in nm_bsp_interrupt_ctrl()
/Zephyr-latest/include/zephyr/drivers/flash/
Dstm32_flash_api_extensions.h80 bool enable; member
/Zephyr-latest/drivers/sensor/st/iis328dq/
Diis328dq_trigger.c23 static int iis328dq_set_int_pad_state(const struct device *dev, uint8_t pad, bool enable) in iis328dq_set_int_pad_state()
42 int enable) in iis328dq_enable_int()
/Zephyr-latest/doc/_doxygen/
Ddoxygen-awesome-darkmode-toggle.js122 static enableDarkMode(enable) { argument
/Zephyr-latest/drivers/counter/
Dcounter_ace_v1x_art.c52 static void counter_ace_v1x_art_hhtse_set(bool enable) in counter_ace_v1x_art_hhtse_set()
/Zephyr-latest/include/zephyr/
Dshared_irq.h31 shared_irq_enable_t enable; member
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/shell/
Dll.c153 uint8_t enable; in cmd_advx() local
306 uint8_t enable; in cmd_scanx() local
/Zephyr-latest/drivers/sensor/bosch/bmi270/
Dbmi270_trigger.c224 static int bmi270_anymo_config(const struct device *dev, bool enable) in bmi270_anymo_config()
264 static int bmi270_drdy_config(const struct device *dev, bool enable) in bmi270_drdy_config()
/Zephyr-latest/drivers/flash/
Dflash_stm32.c231 static int flash_stm32_cr_lock(const struct device *dev, bool enable) in flash_stm32_cr_lock()
291 int flash_stm32_option_bytes_lock(const struct device *dev, bool enable) in flash_stm32_option_bytes_lock()
/Zephyr-latest/drivers/clock_control/
Dclock_control_lpc11u6x.c18 uint32_t bit, bool enable) in syscon_power_up()
68 uint32_t mask, bool enable) in syscon_ahb_clock_enable()
/Zephyr-latest/drivers/sensor/st/lsm9ds0_gyro/
Dlsm9ds0_gyro_trigger.c24 bool enable) in setup_drdy()
/Zephyr-latest/tests/drivers/ipm/src/
Dipm_dummy.c94 static int ipm_dummy_set_enabled(const struct device *d, int enable) in ipm_dummy_set_enabled()
/Zephyr-latest/subsys/bluetooth/controller/util/
Dmayfly.c52 void mayfly_enable(uint8_t caller_id, uint8_t callee_id, uint8_t enable) in mayfly_enable()
182 uint8_t enable = 0U; in mayfly_run() local
/Zephyr-latest/subsys/debug/
Dcpu_load.c27 void cpu_load_log_control(bool enable) in cpu_load_log_control()
/Zephyr-latest/drivers/ethernet/
Deth_native_tap_adapt.c136 int eth_promisc_mode(const char *if_name, bool enable) in eth_promisc_mode()
/Zephyr-latest/soc/nxp/rw/
Dpinctrl_defs.h12 #define IOMUX_OFFSET_ENABLE(offset, enable, shift) \ argument
14 #define IOMUX_SCTIMER_OUT_CLR(offset, enable) \ argument
16 #define IOMUX_SCTIMER_IN_CLR(offset, enable) \ argument
18 #define IOMUX_CTIMER_CLR(offset, enable)\ argument
/Zephyr-latest/drivers/video/
Dov2640.c661 static int ov2640_set_colorbar(const struct device *dev, uint8_t enable) in ov2640_set_colorbar()
685 static int ov2640_set_white_bal(const struct device *dev, int enable) in ov2640_set_white_bal()
709 static int ov2640_set_gain_ctrl(const struct device *dev, int enable) in ov2640_set_gain_ctrl()
733 static int ov2640_set_exposure_ctrl(const struct device *dev, int enable) in ov2640_set_exposure_ctrl()
758 int enable) in ov2640_set_horizontal_mirror()
782 static int ov2640_set_vertical_flip(const struct device *dev, int enable) in ov2640_set_vertical_flip()
913 static int ov2640_set_stream(const struct device *dev, bool enable) in ov2640_set_stream()

12345678910>>...13