Home
last modified time | relevance | path

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

12345678

/device/soc/hpmicro/sdk/hpm_sdk/drivers/src/
Dhpm_tsns_drv.c10 void tsns_configure_low_limit_event(TSNS_Type *ptr, int32_t low, tsns_event_t e) in tsns_configure_low_limit_event()
26 void tsns_configure_high_limit_event(TSNS_Type *ptr, int32_t high, tsns_event_t e) in tsns_configure_high_limit_event()
42 void tsns_configure_limit_event(TSNS_Type *ptr, int32_t high, int32_t low, tsns_event_t e) in tsns_configure_limit_event()
/device/soc/esp/esp32/components/bootloader_support/src/
Dbootloader_flash.c197 int e = cache_flash_mmu_set(0, 0, MMU_BLOCK0_VADDR, src_addr_aligned, 64, count); in bootloader_mmap() local
199 int e = Cache_Ibus_MMU_Set(MMU_ACCESS_FLASH, MMU_BLOCK0_VADDR, src_addr_aligned, 64, count, 0); in bootloader_mmap() local
201 int e = Cache_Dbus_MMU_Set(MMU_ACCESS_FLASH, MMU_BLOCK0_VADDR, src_addr_aligned, 64, count, 0); in bootloader_mmap() local
324 int e = cache_flash_mmu_set(0, 0, FLASH_READ_VADDR, map_at, 64, 1); in bootloader_flash_read_allow_decrypt() local
326 int e = Cache_Ibus_MMU_Set(MMU_ACCESS_FLASH, MMU_BLOCK63_VADDR, map_at, 64, 1, 0); in bootloader_flash_read_allow_decrypt() local
328 int e = Cache_Dbus_MMU_Set(MMU_ACCESS_FLASH, MMU_BLOCK63_VADDR, map_at, 64, 1, 0); in bootloader_flash_read_allow_decrypt() local
330 int e = Cache_Dbus_MMU_Set(MMU_ACCESS_FLASH, MMU_BLOCK63_VADDR, map_at, 64, 1, 0); in bootloader_flash_read_allow_decrypt() local
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
Ddrm_file.c222 struct drm_pending_event *e, *et; in drm_events_release() local
608 struct drm_pending_event *e = NULL; in drm_read() local
727 struct drm_event *e) in drm_event_reserve_init_locked()
768 struct drm_event *e) in drm_event_reserve_init()
821 void drm_send_event_helper(struct drm_device *dev, struct drm_pending_event *e, ktime_t timestamp) in drm_send_event_helper()
866 void drm_send_event_timestamp_locked(struct drm_device *dev, struct drm_pending_event *e, ktime_t t… in drm_send_event_timestamp_locked()
886 void drm_send_event_locked(struct drm_device *dev, struct drm_pending_event *e) in drm_send_event_locked()
907 void drm_send_event(struct drm_device *dev, struct drm_pending_event *e) in drm_send_event()
Ddrm_vblank.c960 static void send_vblank_event(struct drm_device *dev, struct drm_pending_vblank_event *e, u64 seq, … in send_vblank_event()
1033 void drm_crtc_arm_vblank_event(struct drm_crtc *crtc, struct drm_pending_vblank_event *e) in drm_crtc_arm_vblank_event()
1057 void drm_crtc_send_vblank_event(struct drm_crtc *crtc, struct drm_pending_vblank_event *e) in drm_crtc_send_vblank_event()
1280 struct drm_pending_vblank_event *e, *t; in drm_crtc_vblank_off() local
1610 struct drm_pending_vblank_event *e; in drm_queue_vblank_event() local
1860 struct drm_pending_vblank_event *e, *t; in drm_handle_vblank_events() local
2054 struct drm_pending_vblank_event *e; in drm_crtc_queue_sequence_ioctl() local
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
Dcoap_session.h502 #define SESSIONS_ADD(e, obj) \ argument
505 #define SESSIONS_DELETE(e, obj) \ argument
508 #define SESSIONS_ITER(e, el, rtmp) \ argument
511 #define SESSIONS_ITER_SAFE(e, el, rtmp) \ argument
514 #define SESSIONS_FIND(e, k, res) { \ argument
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/platform/arm/
Djuno_opp.c59 struct scpi_opp *e = &sinfo->opps[i]; in init_juno_opps_from_scpi() local
114 struct scpi_opp *e = &sinfo->opps[i]; in term_opps() local
/device/soc/rockchip/common/sdk_linux/fs/ubifs/
Drecovery.c1309 struct size_entry *e; in add_ino() local
1345 struct size_entry *e; in find_ino() local
1367 struct size_entry *e = find_ino(c, inum); in remove_ino() local
1382 struct size_entry *e, *n; in ubifs_destroy_size_tree() local
1421 struct size_entry *e; in ubifs_recover_size_accum() local
1471 static int fix_size_in_place(struct ubifs_info *c, struct size_entry *e) in fix_size_in_place()
1531 static int inode_fix_size(struct ubifs_info *c, struct size_entry *e) in inode_fix_size()
1608 struct size_entry *e; in ubifs_recover_size() local
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Dwl_event.c119 struct wl_event_q *e; in wl_ext_event_flush_eq() local
138 struct wl_event_q *e = NULL; in wl_ext_event_deq_event() local
159 struct wl_event_q *e; in wl_ext_event_enq_event() local
188 wl_ext_event_put_event(struct wl_event_q *e) in wl_ext_event_put_event()
197 struct wl_event_q *e; in wl_ext_event_handler() local
244 wl_ext_event_send(void *params, const wl_event_msg_t * e, void *data) in wl_ext_event_send()
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/
Dwl_event.c121 struct wl_event_q *e; in wl_ext_event_flush_eq() local
140 struct wl_event_q *e = NULL; in wl_ext_event_deq_event() local
161 struct wl_event_q *e; in wl_ext_event_enq_event() local
190 wl_ext_event_put_event(struct wl_event_q *e) in wl_ext_event_put_event()
199 struct wl_event_q *e; in wl_ext_event_handler() local
246 wl_ext_event_send(void *params, const wl_event_msg_t * e, void *data) in wl_ext_event_send()
/device/board/isoftstone/yangfan/common/seetafaceengine/opencv2/3rdparty/carotene/src/
Dintrinsics.hpp73 float32x4_t e = vrsqrteq_f32(val); in vrsqrtq_f32() local
81 float32x2_t e = vrsqrte_f32(val); in vrsqrt_f32() local
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/
Dwl_event.c118 struct wl_event_q *e; in wl_ext_event_flush_eq() local
138 struct wl_event_q *e = NULL; in wl_ext_event_deq_event() local
160 struct wl_event_q *e; in wl_ext_event_enq_event() local
190 static void wl_ext_event_put_event(struct wl_event_q *e) in wl_ext_event_put_event()
207 struct wl_event_q *e; in WL_EXT_EVENT_HANDLER() local
280 void wl_ext_event_send(void *params, const wl_event_msg_t *e, void *data) in wl_ext_event_send()
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/amvdec_ports/utils/
Dgolomb.h405 int e = av_log2(i + 1); in set_ue_golomb() local
418 int e = av_log2(i + 1); in set_ue_golomb_long() local
452 int e; in set_ur_golomb() local
467 int e; in set_ur_golomb_jpegls() local
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/arch/riscv32/
Dsyscall_arch.h52 static inline long __syscall5(long n, long a, long b, long c, long d, long e) in __syscall5()
63 static inline long __syscall6(long n, long a, long b, long c, long d, long e, long f) in __syscall6()
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/platform/hal/
Dplat_types.h236 #define STATIC_ASSERT(e, m) _Static_assert(e, m) argument
240 #define STATIC_ASSERT(e, m) static_assert(e, m) argument
249 #define STATIC_ASSERT(e, m) \ argument
256 #define STATIC_ASSERT(e, m) \ argument
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/
Dwl_escan.c287 struct escan_event_q *e; in wl_flush_eq() local
301 struct escan_event_q *e = NULL; in wl_deq_event() local
322 struct escan_event_q *e; in wl_enq_event() local
350 static void wl_put_event(struct escan_event_q *e) in wl_put_event()
367 struct escan_event_q *e; in wl_escan_event_handler() local
409 wl_escan_event(struct net_device *dev, const wl_event_msg_t *e, void *data) in wl_escan_event()
669 const wl_event_msg_t *e, void *data) in wl_escan_handler()
/device/soc/winnermicro/wm800/board/src/bt/blehost/porting/w800/include/stats/
Dstats.h55 static inline int stats_init(void *a, uint8_t b, uint8_t c, void *d, uint8_t e) in stats_init()
67 static inline int stats_init_and_reg(void *a, uint8_t b, uint8_t c, void *d, uint8_t e, void *f) in stats_init_and_reg()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/gpu/backend/
Dmali_kbase_gpu_fault_jm.c28 const char *e; in kbase_gpu_exception_name() local
Dmali_kbase_gpu_fault_csf.c28 const char *e; in kbase_gpu_exception_name() local
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/gpu/backend/
Dmali_kbase_gpu_fault_jm.c29 const char *e; in kbase_gpu_exception_name() local
/device/soc/esp/esp32/components/partition_table/
Dgen_empty_partition.py54 def __init__(self, e): argument
/device/soc/nxp/hardware/display/src/display_device/drm/
Ddrm_encoder.cpp24 DrmEncoder::DrmEncoder(drmModeEncoder e) in DrmEncoder()
/device/soc/hisilicon/common/hal/display/source/display_device/src/drm/
Ddrm_encoder.cpp21 DrmEncoder::DrmEncoder(drmModeEncoder e) in DrmEncoder()
/device/soc/allwinner/t507/hardware/display/src/display_device/
Ddrm_encoder.cpp21 DrmEncoder::DrmEncoder(drmModeEncoder e) in DrmEncoder()
/device/soc/esp/esp32/components/esp_rom/include/esp32/rom/
Drsa_pss.h34 uint32_t e; /* Public key exponent */ member
/device/soc/amlogic/a311d/hardware/display/src/display_device/
Ddrm_encoder.cpp21 DrmEncoder::DrmEncoder(drmModeEncoder e) in DrmEncoder()

12345678