Home
last modified time | relevance | path

Searched defs:start (Results 126 – 150 of 226) sorted by relevance

12345678910

/Zephyr-Core-3.7.0/tests/kernel/sched/preempt/src/
Dmain.c285 uint64_t start = k_uptime_get(); in worker() local
/Zephyr-Core-3.7.0/subsys/net/l2/wifi/
Dwifi_utils.c113 bool start = false; in wifi_utils_get_all_chans_in_range() local
/Zephyr-Core-3.7.0/arch/xtensa/core/
Dvector_handlers.c36 uintptr_t start, end; in xtensa_is_outside_stack_bounds() local
/Zephyr-Core-3.7.0/drivers/sip_svc/
Dsip_smc_intel_socfpga.c175 uint64_t start, end; in intel_sip_secure_monitor_call() local
/Zephyr-Core-3.7.0/drivers/i2c/
Di2c_bitbang.c96 uint32_t start = k_cycle_get_32(); in i2c_delay() local
Di2c_sc18im704.c149 uint8_t start[] = { in i2c_sc18im_transfer_msg() local
/Zephyr-Core-3.7.0/subsys/fb/
Dcfb_shell.c176 struct cfb_position start, end; in cmd_draw_line() local
202 struct cfb_position start, end; in cmd_draw_rect() local
Dcfb.c304 int cfb_draw_line(const struct device *dev, const struct cfb_position *start, in cfb_draw_line()
314 int cfb_draw_rect(const struct device *dev, const struct cfb_position *start, in cfb_draw_rect()
/Zephyr-Core-3.7.0/drivers/crypto/
Dcrypto_npcx_sha.c36 enum ncl_status (*start)(void *ctx, enum ncl_sha_type type); member
/Zephyr-Core-3.7.0/include/zephyr/sys/
Donoff.h135 onoff_transition_fn start; member
/Zephyr-Core-3.7.0/samples/kernel/metairq_dispatch/src/
Dmain.c189 uint32_t start = k_cycle_get_32(); in thread_fn() local
/Zephyr-Core-3.7.0/subsys/bluetooth/services/ots/
Dots_dir_list.c73 uint8_t *start; in dir_list_object_encode() local
/Zephyr-Core-3.7.0/arch/arm64/core/cortex_r/
Darm_mpu.c382 static int dynamic_areas_init(uintptr_t start, size_t size) in dynamic_areas_init()
517 uintptr_t start, size_t size, struct arm_mpu_region_attr *attr) in insert_region()
/Zephyr-Core-3.7.0/lib/libc/minimal/source/string/
Dstring.c163 char *start, *end; in strtok_r() local
/Zephyr-Core-3.7.0/subsys/ipc/ipc_service/lib/
Dicmsg.c86 int64_t start = k_uptime_get(); in notify_process() local
/Zephyr-Core-3.7.0/arch/x86/core/
Dx86_mmu.c1486 static inline int reset_region(uintptr_t start, size_t size) in reset_region()
1493 static inline int apply_region(uintptr_t start, size_t size, pentry_t attr) in apply_region()
1739 static int region_map_update(pentry_t *ptables, void *start, in region_map_update()
1766 static inline int reset_region(pentry_t *ptables, void *start, size_t size) in reset_region()
1773 static inline int apply_region(pentry_t *ptables, void *start, in apply_region()
/Zephyr-Core-3.7.0/drivers/sensor/bosch/bme280/
Dbme280.c42 uint8_t start, uint8_t *buf, int size) in bme280_reg_read()
/Zephyr-Core-3.7.0/include/zephyr/arch/xtensa/
Dmpu.h277 const uintptr_t start; member
/Zephyr-Core-3.7.0/drivers/timer/
Dmchp_xec_rtos_timer.c389 uint32_t start = BTMR32_0_REGS->CNT; in arch_busy_wait() local
Dite_it8xxx2_timer.c336 enum ext_timer_start start) in timer_init()
/Zephyr-Core-3.7.0/include/zephyr/arch/arm/mpu/
Dnxp_mpu.h258 #define _ARCH_MEM_PARTITION_ALIGN_CHECK(start, size) \ argument
/Zephyr-Core-3.7.0/soc/nuvoton/npcx/common/
Dsoc_espi_taf.h112 uint32_t start; member
/Zephyr-Core-3.7.0/drivers/dma/
Ddma_iproc_pax_v1.h68 uint64_t start : 1; /*start pkt :56*/ member
Ddma_iproc_pax_v2.h78 uint64_t start : 1; /*S :56*/ member
/Zephyr-Core-3.7.0/subsys/net/l2/ethernet/lldp/
Dlldp.c64 static bool lldp_check_timeout(int64_t start, uint32_t time, int64_t timeout) in lldp_check_timeout()

12345678910