| /device/soc/esp/esp32/components/hal/ |
| D | spi_slave_hal.c | 24 #define spi_dma_ll_rx_enable_burst_data(dev, chan, enable) gdma_ll_rx_enable_data_burst(&GD… argument 25 #define spi_dma_ll_tx_enable_burst_data(dev, chan, enable) gdma_ll_tx_enable_data_burst(&GD… argument 26 #define spi_dma_ll_rx_enable_burst_desc(dev, chan, enable) gdma_ll_rx_enable_descriptor_bur… argument 27 #define spi_dma_ll_tx_enable_burst_desc(dev, chan, enable) gdma_ll_tx_enable_descriptor_bur… argument 28 #define spi_dma_ll_enable_out_auto_wrback(dev, chan, enable) gdma_ll_tx_enable_auto_write_… argument 29 #define spi_dma_ll_set_out_eof_generation(dev, chan, enable) gdma_ll_tx_set_eof_mode(&GDMA… argument
|
| D | spi_hal.c | 25 #define spi_dma_ll_rx_enable_burst_data(dev, chan, enable) gdma_ll_rx_enable_data_burst(&GD… argument 26 #define spi_dma_ll_tx_enable_burst_data(dev, chan, enable) gdma_ll_tx_enable_data_burst(&GD… argument 27 #define spi_dma_ll_rx_enable_burst_desc(dev, chan, enable) gdma_ll_rx_enable_descriptor_bur… argument 28 #define spi_dma_ll_tx_enable_burst_desc(dev, chan, enable) gdma_ll_tx_enable_descriptor_bur… argument 29 #define spi_dma_ll_enable_out_auto_wrback(dev, chan, enable) gdma_ll_tx_enable_auto_write_… argument 30 #define spi_dma_ll_set_out_eof_generation(dev, chan, enable) gdma_ll_tx_set_eof_mode(&GDMA… argument
|
| D | spi_slave_hd_hal.c | 34 #define spi_dma_ll_rx_enable_burst_data(dev, chan, enable) gdma_ll_rx_enable_data_burst(&GD… argument 35 #define spi_dma_ll_tx_enable_burst_data(dev, chan, enable) gdma_ll_tx_enable_data_burst(&GD… argument 36 #define spi_dma_ll_rx_enable_burst_desc(dev, chan, enable) gdma_ll_rx_enable_descriptor_bur… argument 37 #define spi_dma_ll_tx_enable_burst_desc(dev, chan, enable) gdma_ll_tx_enable_descriptor_bur… argument 38 #define spi_dma_ll_enable_out_auto_wrback(dev, chan, enable) gdma_ll_tx_enable_auto_write_bac… argument 39 #define spi_dma_ll_set_out_eof_generation(dev, chan, enable) gdma_ll_tx_set_eof_mode(&GDMA, c… argument
|
| /device/soc/esp/esp32/components/hal/esp32/include/hal/ |
| D | rwdt_ll.h | 145 FORCE_INLINE_ATTR void rwdt_ll_set_edge_intr(rtc_cntl_dev_t *hw, bool enable) in rwdt_ll_set_edge_intr() 156 FORCE_INLINE_ATTR void rwdt_ll_set_level_intr(rtc_cntl_dev_t *hw, bool enable) in rwdt_ll_set_level_intr() 193 FORCE_INLINE_ATTR void rwdt_ll_set_flashboot_en(rtc_cntl_dev_t* hw, bool enable) in rwdt_ll_set_flashboot_en() 204 FORCE_INLINE_ATTR void rwdt_ll_set_procpu_reset_en(rtc_cntl_dev_t* hw, bool enable) in rwdt_ll_set_procpu_reset_en() 215 FORCE_INLINE_ATTR void rwdt_ll_set_appcpu_reset_en(rtc_cntl_dev_t* hw, bool enable) in rwdt_ll_set_appcpu_reset_en() 226 FORCE_INLINE_ATTR void rwdt_ll_set_pause_in_sleep_en(rtc_cntl_dev_t* hw, bool enable) in rwdt_ll_set_pause_in_sleep_en() 269 FORCE_INLINE_ATTR void rwdt_ll_set_intr_enable(rtc_cntl_dev_t* hw, bool enable) in rwdt_ll_set_intr_enable()
|
| D | rmt_ll.h | 30 static inline void rmt_ll_enable_drive_clock(rmt_dev_t *dev, bool enable) in rmt_ll_enable_drive_clock() 35 static inline void rmt_ll_power_down_mem(rmt_dev_t *dev, bool enable) in rmt_ll_power_down_mem() 45 static inline void rmt_ll_enable_mem_access(rmt_dev_t *dev, bool enable) in rmt_ll_enable_mem_access() 97 static inline void rmt_ll_rx_enable(rmt_dev_t *dev, uint32_t channel, bool enable) in rmt_ll_rx_enable() 144 static inline void rmt_ll_tx_enable_pingpong(rmt_dev_t *dev, uint32_t channel, bool enable) in rmt_ll_tx_enable_pingpong() 169 static inline void rmt_ll_tx_enable_loop(rmt_dev_t *dev, uint32_t channel, bool enable) in rmt_ll_tx_enable_loop() 179 static inline void rmt_ll_rx_enable_filter(rmt_dev_t *dev, uint32_t channel, bool enable) in rmt_ll_rx_enable_filter() 189 static inline void rmt_ll_tx_enable_idle(rmt_dev_t *dev, uint32_t channel, bool enable) in rmt_ll_tx_enable_idle() 224 static inline void rmt_ll_enable_tx_end_interrupt(rmt_dev_t *dev, uint32_t channel, bool enable) in rmt_ll_enable_tx_end_interrupt() 230 static inline void rmt_ll_enable_rx_end_interrupt(rmt_dev_t *dev, uint32_t channel, bool enable) in rmt_ll_enable_rx_end_interrupt() [all …]
|
| D | mwdt_ll.h | 143 FORCE_INLINE_ATTR void mwdt_ll_set_edge_intr(timg_dev_t *hw, bool enable) in mwdt_ll_set_edge_intr() 154 FORCE_INLINE_ATTR void mwdt_ll_set_level_intr(timg_dev_t *hw, bool enable) in mwdt_ll_set_level_intr() 191 FORCE_INLINE_ATTR void mwdt_ll_set_flashboot_en(timg_dev_t* hw, bool enable) in mwdt_ll_set_flashboot_en() 255 FORCE_INLINE_ATTR void mwdt_ll_set_intr_enable(timg_dev_t* hw, bool enable) in mwdt_ll_set_intr_enable()
|
| D | spi_ll.h | 232 static inline void spi_ll_dma_rx_enable(spi_dev_t *hw, bool enable) in spi_ll_dma_rx_enable() 243 static inline void spi_ll_dma_tx_enable(spi_dev_t *hw, bool enable) in spi_ll_dma_tx_enable() 254 static inline void spi_ll_dma_set_rx_eof_generation(spi_dev_t *hw, bool enable) in spi_ll_dma_set_rx_eof_generation() 859 static inline void spi_ll_enable_miso(spi_dev_t *hw, int enable) in spi_ll_enable_miso() 870 static inline void spi_ll_enable_mosi(spi_dev_t *hw, int enable) in spi_ll_enable_mosi() 979 …c inline void spi_dma_ll_rx_enable_burst_data(spi_dma_dev_t *dma_in, uint32_t channel, bool enable) in spi_dma_ll_rx_enable_burst_data() 991 …c inline void spi_dma_ll_rx_enable_burst_desc(spi_dma_dev_t *dma_in, uint32_t channel, bool enable) in spi_dma_ll_rx_enable_burst_desc() 1029 … inline void spi_dma_ll_tx_enable_burst_data(spi_dma_dev_t *dma_out, uint32_t channel, bool enable) in spi_dma_ll_tx_enable_burst_data() 1041 … inline void spi_dma_ll_tx_enable_burst_desc(spi_dma_dev_t *dma_out, uint32_t channel, bool enable) in spi_dma_ll_tx_enable_burst_desc() 1053 …nline void spi_dma_ll_set_out_eof_generation(spi_dma_dev_t *dma_out, uint32_t channel, bool enable) in spi_dma_ll_set_out_eof_generation() [all …]
|
| D | dac_ll.h | 79 static inline void dac_ll_rtc_sync_by_adc(bool enable) in dac_ll_rtc_sync_by_adc() 109 static inline void dac_ll_cw_set_channel(dac_channel_t channel, bool enable) in dac_ll_cw_set_channel() 190 static inline void dac_ll_digi_enable_dma(bool enable) in dac_ll_digi_enable_dma()
|
| /device/soc/hpmicro/sdk/hpm_sdk/drivers/inc/ |
| D | hpm_acmp_drv.h | 137 uint32_t mask, bool enable) in acmp_channel_dma_request_enable() 156 uint32_t mask, bool enable) in acmp_channel_enable_irq() 171 static inline void acmp_channel_enable_dac(ACMP_Type *ptr, uint8_t ch, bool enable) in acmp_channel_enable_dac() 186 static inline void acmp_channel_enable_hpmode(ACMP_Type *ptr, uint8_t ch, bool enable) in acmp_channel_enable_hpmode() 214 static inline void acmp_channel_enable_cmp(ACMP_Type *ptr, uint8_t ch, bool enable) in acmp_channel_enable_cmp() 229 static inline void acmp_channel_enable_cmp_output(ACMP_Type *ptr, uint8_t ch, bool enable) in acmp_channel_enable_cmp_output() 244 static inline void acmp_channel_cmp_output_bypass_filter(ACMP_Type *ptr, uint8_t ch, bool enable) in acmp_channel_cmp_output_bypass_filter() 259 static inline void acmp_channel_enable_cmp_window_mode(ACMP_Type *ptr, uint8_t ch, bool enable) in acmp_channel_enable_cmp_window_mode() 274 static inline void acmp_channel_invert_output(ACMP_Type *ptr, uint8_t ch, bool enable) in acmp_channel_invert_output() 302 static inline void acmp_channel_enable_sync(ACMP_Type *ptr, uint8_t ch, bool enable) in acmp_channel_enable_sync()
|
| D | hpm_pmon_drv.h | 24 bool enable) in pmon_enable() 45 static inline void pmon_test_mode_enable(PMON_Type *ptr, bool enable) in pmon_test_mode_enable() 51 static inline void pmon_irq_enable(PMON_Type *ptr, uint32_t mask, bool enable) in pmon_irq_enable()
|
| D | hpm_synt_drv.h | 17 static inline void synt_enable_counter(SYNT_Type *ptr, bool enable) in synt_enable_counter() 51 static inline void synt_enable_timestamp(SYNT_Type *ptr, bool enable) in synt_enable_timestamp() 56 static inline void synt_enable_timestamp_debug_stop(SYNT_Type *ptr, bool enable) in synt_enable_timestamp_debug_stop()
|
| D | hpm_sdxc_drv.h | 606 static inline void sdxc_enable_interrupt_status(SDXC_Type *base, uint32_t mask, bool enable) in sdxc_enable_interrupt_status() 621 static inline void sdxc_enable_interrupt_signal(SDXC_Type *base, uint32_t mask, bool enable) in sdxc_enable_interrupt_signal() 663 static inline void sdxc_interrupt_at_block_gap(SDXC_Type *base, bool enable) in sdxc_interrupt_at_block_gap() 677 static inline void sdxc_read_wait_control(SDXC_Type *base, bool enable) in sdxc_read_wait_control() 691 static inline void sdxc_continue_request(SDXC_Type *base, bool enable) in sdxc_continue_request() 705 static inline void sdxc_stop_at_block_gap_request(SDXC_Type *base, bool enable) in sdxc_stop_at_block_gap_request() 719 static inline void sdxc_enable_high_speed(SDXC_Type *base, bool enable) in sdxc_enable_high_speed() 734 static inline void sdxc_enable_power(SDXC_Type *base, bool enable) in sdxc_enable_power() 748 static inline void sdxc_enable_async_interrupt(SDXC_Type *base, bool enable) in sdxc_enable_async_interrupt() 762 static inline void sdxc_enable_preset(SDXC_Type *base, bool enable) in sdxc_enable_preset() [all …]
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/product/hi3516cv500/ |
| D | hdmi_product_define.c | 72 hi_void drv_hdmi_prod_crg_gate_set(hi_bool enable) in drv_hdmi_prod_crg_gate_set() 91 hi_void drv_hdmi_prod_crg_all_reset_set(hi_bool enable) in drv_hdmi_prod_crg_all_reset_set() 144 hi_void drv_hdmi_low_power_set(hi_bool enable) in drv_hdmi_low_power_set() 150 hi_void drv_hdmi_prod_crg_phy_reset_set(hi_bool enable) in drv_hdmi_prod_crg_phy_reset_set() 164 hi_void drv_hdmi_prod_crg_phy_reset_get(hi_bool *enable) in drv_hdmi_prod_crg_phy_reset_get()
|
| /device/soc/beken/bk7235/liteos_m/bk_sdk_armino/middleware/driver/sys_ctrl/ |
| D | sys_touch_driver.c | 19 uint32_t sys_drv_touch_power_down(uint32_t enable) in sys_drv_touch_power_down() 37 uint32_t sys_drv_touch_scan_mode_enable(uint32_t enable) in sys_drv_touch_scan_mode_enable() 64 uint32_t sys_drv_touch_calib_enable(uint32_t enable) in sys_drv_touch_calib_enable() 82 uint32_t sys_drv_touch_manul_mode_enable(uint32_t enable) in sys_drv_touch_manul_mode_enable()
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/hal/ctrl/hisiv100/ |
| D | hdmi_hal_ctrl.c | 281 static hi_void ctrl_audio_mute_set(hi_bool enable) in ctrl_audio_mute_set() 295 static hi_void ctrl_audio_i2s_enable_set(hi_bool enable) in ctrl_audio_i2s_enable_set() 457 static hi_s32 ctrl_avmute_get(hi_bool *enable) in ctrl_avmute_get() 505 static hi_void ctrl_video_path_dither_set(hi_bool enable, hdmi_video_dither dither_mode) in ctrl_video_path_dither_set() 540 static hi_void ctrl_video_color_ycbcr422_set(hi_bool enable) in ctrl_video_color_ycbcr422_set() 554 static hi_void ctrl_video_color_ycbcr420_set(hi_bool enable) in ctrl_video_color_ycbcr420_set() 694 static hi_s32 ctrl_vendor_infoframe_en_set(hi_bool enable) in ctrl_vendor_infoframe_en_set() 721 static hi_s32 ctrl_avi_infoframe_en_set(hi_bool enable) in ctrl_avi_infoframe_en_set() 813 static hi_s32 ctrl_video_path_dither_get(hi_bool *enable, hdmi_video_dither *dither_mode) in ctrl_video_path_dither_get() 940 static hi_s32 ctrl_vendor_infoframe_en_get(hi_bool *enable) in ctrl_vendor_infoframe_en_get() [all …]
|
| /device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/common/media_clock/switch/ |
| D | amports_gate.c | 113 static int amports_gate_clk(struct gate_switch_node *gate_node, int enable) in amports_gate_clk() 139 int amports_switch_gate(const char *name, int enable) in amports_switch_gate() 191 int amports_switch_gate(const char *name, int enable) in amports_switch_gate()
|
| /device/soc/beken/bk7235/liteos_m/bk_sdk_armino/middleware/soc/common/hal/ |
| D | gpio_hal.c | 34 bk_err_t gpio_hal_output_enable(gpio_hal_t *hal, gpio_id_t gpio_id, uint32 enable) in gpio_hal_output_enable() 41 bk_err_t gpio_hal_input_enable(gpio_hal_t *hal, gpio_id_t gpio_id, uint32 enable) in gpio_hal_input_enable() 49 bk_err_t gpio_hal_pull_up_enable(gpio_hal_t *hal, gpio_id_t gpio_id, uint32 enable) in gpio_hal_pull_up_enable() 57 bk_err_t gpio_hal_pull_enable(gpio_hal_t *hal, gpio_id_t gpio_id, uint32 enable) in gpio_hal_pull_enable() 64 bk_err_t gpio_hal_sencond_function_enable(gpio_hal_t *hal, gpio_id_t gpio_id, uint32 enable) in gpio_hal_sencond_function_enable() 72 bk_err_t gpio_hal_monitor_input_enable(gpio_hal_t *hal, gpio_id_t gpio_id, uint32 enable) in gpio_hal_monitor_input_enable()
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/ |
| D | drv_hdmi_infoframe.c | 379 hi_bool enable) in drv_hdmi_infoframe_enable_set() 392 hi_s32 drv_hdmi_drm_infoframe_send(hdmi_infoframe_type *info_frame, hi_bool enable) in drv_hdmi_drm_infoframe_send() 479 hi_s32 drv_hdmi_avi_infoframe_send(hdmi_infoframe_type *info_frame, hi_bool enable) in drv_hdmi_avi_infoframe_send() 548 hi_s32 drv_hdmi_vendor_infoframe_send(hdmi_infoframe_type *info_frame, hi_bool enable, hi_bool dolb… in drv_hdmi_vendor_infoframe_send() 605 hi_s32 drv_hdmi_audio_infoframe_send(hdmi_infoframe_type *info_frame, hi_bool enable) in drv_hdmi_audio_infoframe_send() 663 hi_s32 drv_hdmi_null_packet_send(hdmi_infoframe_type *info_frame, hi_bool enable) in drv_hdmi_null_packet_send()
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/drv/hi3516cv500/ |
| D | hifb_vou_drv.c | 121 hi_s32 hifb_drv_enable_layer(hi_u32 layer_id, hi_bool enable) in hifb_drv_enable_layer() 384 hi_s32 hifb_drv_gamma_enable(hi_u32 layer_id, hi_bool enable) in hifb_drv_gamma_enable() 585 hi_bool hifb_drv_enable_dcmp(hi_u32 layer_id, hi_bool enable) in hifb_drv_enable_dcmp() 592 hi_bool hifb_drv_get_dcmp_enable_state(hi_u32 layer_id, hi_bool *enable) in hifb_drv_get_dcmp_enable_state() 606 hi_bool hifb_drv_enable_ghdr(hi_u32 layer_id, hi_bool enable) in hifb_drv_enable_ghdr() 613 …_bool hifb_drv_enable_zme(hi_u32 layer_id, HIFB_RECT *in_rect, HIFB_RECT *out_rect, hi_bool enable) in hifb_drv_enable_zme() 643 hi_void hifb_drv_enable_wbc_int(hi_u32 layer_id, hi_bool enable) in hifb_drv_enable_wbc_int() 657 hi_void hifb_drv_enable_wbc(hi_u32 layer_id, hi_bool enable) in hifb_drv_enable_wbc() 728 hi_bool hifb_drv_graphics_enable_int(hi_u32 layer_id, hi_bool enable) in hifb_drv_graphics_enable_int()
|
| D | hifb_vou_graphics.c | 125 hi_bool vou_graphics_get_gfx_pre_mult(GRAPHIC_LAYER layer, hi_u32 *enable) in vou_graphics_get_gfx_pre_mult() 133 hi_bool vou_graphics_set_gfx_pre_mult(GRAPHIC_LAYER layer, hi_u32 enable) in vou_graphics_set_gfx_pre_mult() 372 hi_s32 vou_graphics_enable_layer(GRAPHIC_LAYER layer, hi_bool enable) in vou_graphics_enable_layer() 420 hi_bool vou_graphics_enable_dcmp(GRAPHIC_LAYER layer, hi_bool enable) in vou_graphics_enable_dcmp() 428 hi_bool vou_graphics_get_dcmp_enable_state(GRAPHIC_LAYER layer, hi_bool *enable) in vou_graphics_get_dcmp_enable_state() 441 hi_bool vou_graphics_enable_ghdr(GRAPHIC_LAYER layer, hi_bool enable) in vou_graphics_enable_ghdr() 448 …ool vou_graphics_enable_zme(GRAPHIC_LAYER layer, RECT_S *in_rect, RECT_S *out_rect, hi_bool enable) in vou_graphics_enable_zme() 619 hi_s32 vou_graphics_enable_int(hi_u32 layer_index, hi_bool enable) in vou_graphics_enable_int()
|
| /device/soc/winnermicro/wm800/board/include/driver/ |
| D | wm_lcd.h | 104 bool enable; member 206 #define TLS_LCD_CLK_ENABLE(enable) \ argument 216 #define TLS_LCD_ENABLE(enable) \ argument 226 #define TLS_LCD_POWERDOWM(enable) \ argument
|
| /device/soc/esp/esp32/components/hal/include/hal/ |
| D | dac_hal.h | 49 #define dac_hal_rtc_sync_by_adc(enable) dac_ll_rtc_sync_by_adc(enable) argument 80 #define dac_hal_digi_enable_dma(enable) dac_ll_digi_enable_dma(enable) argument
|
| /device/soc/hpmicro/sdk/hpm_sdk/drivers/src/ |
| D | hpm_dac_drv.c | 228 void dac_set_hw_trigger_enable(DAC_Type *ptr, bool enable) in dac_set_hw_trigger_enable() 237 void dac_enable_conversion(DAC_Type *ptr, bool enable) in dac_enable_conversion() 243 hpm_stat_t dac_external_DMA_request_enable(DAC_Type *ptr, uint8_t buf_idx, bool enable) in dac_external_DMA_request_enable()
|
| /device/soc/hisilicon/common/platform/mtd/hifmc100/spi_nor/ |
| D | w25qh.c | 25 int32_t HifmcCntlrSpinorEntry4AddrW25qh(struct SpiFlash *spi, int enable) in HifmcCntlrSpinorEntry4AddrW25qh() 98 int enable; in HifmcCntlrSpinorQeEnableW25qh() local
|
| /device/soc/beken/bk7235/liteos_m/bk_sdk_armino/middleware/soc/bk7235/hal/ |
| D | gpio_ll.h | 115 static inline void gpio_ll_output_enable(gpio_hw_t *hw, uint32 index, uint32_t enable) in gpio_ll_output_enable() 126 static inline void gpio_ll_input_enable(gpio_hw_t *hw, uint32 index, uint32_t enable) in gpio_ll_input_enable() 131 static inline void gpio_ll_pull_up_enable(gpio_hw_t *hw, uint32 index, uint32_t enable) in gpio_ll_pull_up_enable() 136 static inline void gpio_ll_pull_enable(gpio_hw_t *hw, uint32 index, uint32_t enable) in gpio_ll_pull_enable() 141 static inline void gpio_ll_second_function_enable(gpio_hw_t *hw, uint32 index, uint32_t enable) in gpio_ll_second_function_enable() 147 static inline void gpio_ll_monitor_input_value_enable(gpio_hw_t *hw, uint32 index, uint32_t enable) in gpio_ll_monitor_input_value_enable()
|