Home
last modified time | relevance | path

Searched refs:behavior (Results 1 – 22 of 22) sorted by relevance

/device/soc/esp/esp32/components/hal/esp32/include/hal/
Dmwdt_ll.h87 …t_ll_config_stage(timg_dev_t *hw, wdt_stage_t stage, uint32_t timeout, wdt_stage_action_t behavior) in mwdt_ll_config_stage() argument
91 hw->wdt_config0.stg0 = behavior; in mwdt_ll_config_stage()
95 hw->wdt_config0.stg1 = behavior; in mwdt_ll_config_stage()
99 hw->wdt_config0.stg2 = behavior; in mwdt_ll_config_stage()
103 hw->wdt_config0.stg3 = behavior; in mwdt_ll_config_stage()
Drwdt_ll.h89 …g_stage(rtc_cntl_dev_t *hw, wdt_stage_t stage, uint32_t timeout_ticks, wdt_stage_action_t behavior) in rwdt_ll_config_stage() argument
93 hw->wdt_config0.stg0 = behavior; in rwdt_ll_config_stage()
97 hw->wdt_config0.stg1 = behavior; in rwdt_ll_config_stage()
101 hw->wdt_config0.stg2 = behavior; in rwdt_ll_config_stage()
105 hw->wdt_config0.stg3 = behavior; in rwdt_ll_config_stage()
/device/soc/esp/esp32/components/hal/
Dwdt_hal_iram.c116 …age(wdt_hal_context_t *hal, wdt_stage_t stage, uint32_t timeout_ticks, wdt_stage_action_t behavior) in wdt_hal_config_stage() argument
119 rwdt_ll_config_stage(hal->rwdt_dev, stage, timeout_ticks, behavior); in wdt_hal_config_stage()
121 mwdt_ll_config_stage(hal->mwdt_dev, stage, timeout_ticks, behavior); in wdt_hal_config_stage()
/device/soc/esp/esp32/components/hal/include/hal/
Dwdt_hal.h93 …ig_stage(wdt_hal_context_t *hal, wdt_stage_t stage, uint32_t timeout, wdt_stage_action_t behavior);
/device/board/talkweb/niobe407/applications/003_system_timer/
DREADME_zh.md11 …[in] type \ref osTimerOnce for one-shot or \ref osTimerPeriodic for periodic behavior.
71 …[in] type \ref osTimerOnce for one-shot or \ref osTimerPeriodic for periodic behavior.
/device/soc/rockchip/common/vendor/drivers/staging/android/
DKconfig11 POSIX SHM but with different behavior and sporting a simpler
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
DMconfig126 dma-buf when needed to run atoms. This is the legacy behavior.
137 behavior, then the dma-buf is mapped on import, by adding cache
DKconfig123 dma-buf when needed to run atoms. This is the legacy behavior.
134 behavior, then the dma-buf is mapped on import, by adding cache
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
DMconfig231 behavior, then the dma-buf is mapped on import, by adding cache
DKconfig228 behavior, then the dma-buf is mapped on import, by adding cache
/device/soc/rockchip/common/sdk_linux/drivers/firmware/
DKconfig93 bool "Sets default behavior for EDD detection to off"
/device/soc/rockchip/common/sdk_linux/drivers/iommu/
DKconfig287 this option is YES because the old behavior is insecure.
/device/soc/rockchip/common/sdk_linux/include/linux/
Dmm.h2619 extern int do_madvise(struct mm_struct *mm, unsigned long start, size_t len_in, int behavior);
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/mbedtls_prepare/
Dhisi_mbedtls-2.16.10.patch2045 * not leak into the observable behavior of the function other than
/device/board/isoftstone/yangfan/common/mqtt/doc/
DDoxyfileMQTTPacket.in202 # a brief description. This used to be the default behavior. The new default is
204 # tag to YES if you prefer the old behavior instead.
DDoxyfileMQTTClient.in202 # a brief description. This used to be the default behavior. The new default is
204 # tag to YES if you prefer the old behavior instead.
DDoxyfileMQTTClient-C.in202 # a brief description. This used to be the default behavior. The new default is
204 # tag to YES if you prefer the old behavior instead.
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/include/
Dwlioctl.h1126 uint32 behavior; member
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/include/
Dwlioctl.h1708 uint32 behavior; member
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
Dwlioctl.h1676 uint32 behavior; member
/device/board/isoftstone/zhiyuan/kernel/driver/ramfs/
Drootfs_arm64.cpio.gz
/device/board/hihope/dayu210/kernel/kernel_patch/linux-5.10/dayu210_patch/
Dkernel.patch70807 - * Disable locking to mimic Windows behavior that bypasses the issue