| /device/soc/amlogic/a311d/soc/arch/arm64/boot/dts/amlogic/ |
| D | meson-g12-common.dtsi | 356 function = "cec_ao_a_h"; 364 function = "cec_ao_b_h"; 372 function = "emmc"; 379 function = "emmc"; 391 function = "emmc"; 407 function = "emmc"; 416 function = "emmc"; 425 function = "gpio_periphs"; 435 function = "hdmitx"; 444 function = "hdmitx"; [all …]
|
| /device/soc/esp/esp32/components/esp_common/src/ |
| D | esp_err.c | 22 …(const char *msg, esp_err_t rc, const char *file, int line, const char *function, const char *expr… in esp_error_check_failed_print() argument 30 …esp_rom_printf("file: \"%s\" line %d\nfunc: %s\nexpression: %s\n", file, line, function, expressio… in esp_error_check_failed_print() 34 …led_without_abort(esp_err_t rc, const char *file, int line, const char *function, const char *expr… in _esp_error_check_failed_without_abort() argument 36 …esp_error_check_failed_print("ESP_ERROR_CHECK_WITHOUT_ABORT", rc, file, line, function, expression… in _esp_error_check_failed_without_abort() 39 void _esp_error_check_failed(esp_err_t rc, const char *file, int line, const char *function, const … in _esp_error_check_failed() argument 41 esp_error_check_failed_print("ESP_ERROR_CHECK", rc, file, line, function, expression); in _esp_error_check_failed()
|
| /device/soc/asrmicro/asr582x/liteos_m/sdk/drivers/ble_src/ |
| D | at_ble.c | 88 .function = lega_ble_adv, 110 .function = lega_ble_scan, 130 .function = lega_ble_adv_open_close_test, 150 .function = lega_ble_adv_update_test, 173 .function = lega_ble_connect_test, 194 .function = lega_ble_write_test, 210 .function = lega_ble_disconnect_test, 250 .function = lega_ble_test_mode, 266 .function = lega_ble_adv_state, 285 .function = lega_ble_set_uuid, [all …]
|
| /device/soc/esp/esp32/components/osal/port/xtensa/ |
| D | xtensa_vector_defaults.S | 31 .type _xt_debugexception,@function 55 .type _xt_highint2,@function 73 .type _xt_highint3,@function 92 .type _xt_highint4,@function 111 .type _xt_highint5,@function 132 .type _xt_highint6,@function 152 .type _xt_nmi,@function
|
| D | xtensa_vectors.S | 509 .type _UserExceptionVector,@function 576 .type _xt_user_exc,@function 724 .type _xt_user_exit,@function 747 .type _xt_syscall_exc,@function 865 .type _xt_coproc_exc,@function 1066 .type _xt_lowint1,@function 1146 .type _Level2Vector,@function 1156 .type _xt_medint2,@function 1206 .type _xt_medint2_exit,@function 1226 .type _Level3Vector,@function [all …]
|
| D | portasm.S | 63 .type _frxt_setup_switch,@function 97 .type _frxt_int_enter,@function 166 .type _frxt_int_exit,@function 254 .type _frxt_timer_int,@function 350 .type _frxt_tick_timer_init,@function 416 .type _frxt_dispatch,@function 511 .type vPortYield,@function 593 .type vPortYieldFromInt,@function 638 .type _frxt_task_coproc_state,@function
|
| /device/soc/rockchip/rk3588/kernel/arch/arm64/boot/dts/rockchip/ |
| D | rk3588s-rk806-dual.dtsi | 74 function = "pin_fun0"; 79 function = "pin_fun1"; 84 function = "pin_fun2"; 89 function = "pin_fun3"; 94 function = "pin_fun0"; 99 function = "pin_fun1"; 104 function = "pin_fun2"; 109 function = "pin_fun3"; 114 function = "pin_fun4"; 119 function = "pin_fun5"; [all …]
|
| D | rk3588-rk806-single.dtsi | 73 function = "pin_fun0"; 78 function = "pin_fun1"; 83 function = "pin_fun2"; 88 function = "pin_fun3"; 93 function = "pin_fun0"; 98 function = "pin_fun1"; 103 function = "pin_fun2"; 108 function = "pin_fun3"; 113 function = "pin_fun4"; 118 function = "pin_fun5"; [all …]
|
| /device/soc/winnermicro/wm800/board/platform/common/task/ |
| D | wm_wl_task.c | 37 msg->msg.cb.function(msg->msg.cb.ctx); in task_thread() 41 fun = msg->msg.cbs.function; in task_thread() 78 start_routine function, void *ctx, u8 block, u8 msg_id) in tls_wl_task_callback_static() argument 88 msg->msg.cbs.function = function; in tls_wl_task_callback_static() 102 s8 tls_wl_task_callback(struct task_parameter *task_param, start_routine function, void *ctx, u8 bl… in tls_wl_task_callback() argument 113 msg->msg.cb.function = function; in tls_wl_task_callback()
|
| /device/board/isoftstone/zhiyuan/bootloader/configs/zhiyuan/linux-5.10/ |
| D | board.dts | 82 allwinner,function = "sdc0"; 92 allwinner,function = "sdc2"; 100 allwinner,function = "sdc2"; 108 function = "spi0"; 115 function = "spi0"; 123 function = "gpio_in"; 130 function = "spi1"; 137 function = "spi1"; 145 function = "gpio_in"; 156 function = "emac0"; [all …]
|
| /device/soc/asrmicro/asr582x/liteos_m/sdk/rtos/ |
| D | lega_rtos.c | 92 … lega_thread_function_t function, uint32_t stack_size, lega_thread_arg_t arg) in lega_rtos_create_thread() argument 98 if (thread == NULL || name == NULL || function == NULL) { in lega_rtos_create_thread() 112 threadId = osThreadNew((osThreadFunc_t)function, (void *)arg, &attr); in lega_rtos_create_thread() 402 OSStatus lega_rtos_init_timer(lega_timer_t *timer, uint32_t time_ms, timer_handler_t function, void… in lega_rtos_init_timer() argument 404 timer->function = function; in lega_rtos_init_timer() 410 timeId = KalTimerCreate(function, kalType, arg, time_ms); in lega_rtos_init_timer() 420 OSStatus lega_rtos_init_timer_name(lega_timer_t *timer, uint32_t time_ms, timer_handler_t function,… in lega_rtos_init_timer_name() argument 427 timer->function = function; in lega_rtos_init_timer_name() 437 timeId = KalTimerCreate(timer->function, kalType, timer->arg, time_ms); in lega_rtos_init_timer_name() 567 void *_lega_rtos_malloc(uint32_t xWantedSize, const char *function, uint32_t line) in _lega_rtos_malloc() argument [all …]
|
| D | lega_rtos.h | 92 timer_handler_t function; member 173 … lega_thread_function_t function, uint32_t stack_size, lega_thread_arg_t arg); 402 OSStatus lega_rtos_init_timer_name(lega_timer_t *timer, uint32_t time_ms, timer_handler_t function,… 404 #define lega_rtos_init_timer(timer,time_ms,function,arg) lega_rtos_init_timer_name(timer,time_ms,fu… argument 406 OSStatus lega_rtos_init_timer(lega_timer_t *timer, uint32_t time_ms, timer_handler_t function, void… 486 void *_lega_rtos_malloc(uint32_t xWantedSize, const char *function, uint32_t line);
|
| /device/soc/beken/bk7235/liteos_m/bk_sdk_armino/include/os/ |
| D | os.h | 124 timer_handler_t function; /**< OS timer handle callback function */ member 136 event_handler_t function; /**< OS event callback function */ member 145 timer_2handler_t function; /**< OS timer handle callback function */ member 225 …_t *thread, uint8_t priority, const char *name, beken_thread_function_t function, uint32_t stack_s… 622 …send_asynchronous_event(beken_worker_thread_t *worker_thread, event_handler_t function, void *arg); 641 …_t *event_object, beken_worker_thread_t *worker_thread, event_handler_t function, uint32_t time_ms… 700 bk_err_t rtos_init_timer(beken_timer_t *timer, uint32_t time_ms, timer_handler_t function, void *ar… 703 timer_2handler_t function, 715 timer_2handler_t function,
|
| /device/board/talkweb/niobe407/applications/003_system_timer/ |
| D | README_zh.md | 10 /// \param[in] func function pointer to callback function. 12 /// \param[in] argument argument to the timer callback function. 35 /// \return status code that indicates the execution status of the function. 70 /// \param[in] func function pointer to callback function. 72 /// \param[in] argument argument to the timer callback function. 82 /// \return status code that indicates the execution status of the function.
|
| /device/soc/beken/bk7235/liteos_m/bk_sdk_armino/middleware/driver/port/ |
| D | os_port.c | 29 beken_thread_function_t function, uint32_t stack_size, beken_thread_arg_t arg) in rtos_create_thread() argument 31 if (function) { in rtos_create_thread() 32 function(arg); in rtos_create_thread() 192 timer_2handler_t function, void *larg, void *rarg) in rtos_oneshot_reload_timer_ex() argument 198 timer_2handler_t function, void *larg, void *rarg) in rtos_init_oneshot_timer() argument 204 timer_handler_t function, void *arg) in rtos_init_timer() argument
|
| /device/soc/winnermicro/wm800/board/include/platform/ |
| D | wm_wl_task.h | 102 start_routine function; member 106 start_routine function; member 168 start_routine function, void *ctx, u8 block, u8 msg_id); 184 start_routine function, void *ctx, u8 block);
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
| D | mali_kbase_debug.h | 78 #define KBASEP_DEBUG_ASSERT_OUT(trace, function, ...) \ argument 80 pr_err("Mali<ASSERT>: %s function:%s ", trace, function); \ 85 #define KBASEP_DEBUG_ASSERT_OUT(trace, function, ...) CSTD_NOP() argument
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
| D | mali_kbase_debug.h | 77 #define KBASEP_DEBUG_ASSERT_OUT(trace, function, ...) … argument 79 …pr_err("Mali<ASSERT>: %s function:%s ", trace, function); … 84 #define KBASEP_DEBUG_ASSERT_OUT(trace, function, ...) CSTD_NOP() argument
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
| D | mali_kbase_debug.h | 70 #define KBASEP_DEBUG_ASSERT_OUT(trace, function, ...) … argument 72 …pr_err("Mali<ASSERT>: %s function:%s ", trace, function); … 77 #define KBASEP_DEBUG_ASSERT_OUT(trace, function, ...) CSTD_NOP() argument
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
| D | mali_kbase_debug.h | 75 #define KBASEP_DEBUG_ASSERT_OUT(trace, function, ...)\ argument 77 pr_err("Mali<ASSERT>: %s function:%s ", trace, function);\ 82 #define KBASEP_DEBUG_ASSERT_OUT(trace, function, ...) CSTD_NOP() argument
|
| /device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/include/rtos/liteos/liteos_m/kal/cmsis/ |
| D | cmsis_os.h | 557 #define osTimerDef(name, function) \ argument 561 #define osTimerDef(name, function) \ argument 562 const osTimerDef_t os_timer_##name = { (function) } 564 #define osTimerDef(name, function) \ argument 565 const osTimerDef_t os_timer_##name = { (function), { NULL, 0U, NULL, 0U } } 575 #define osTimerInit(pTimer,function) \ argument 576 ((osTimerDefEx_t*)&pTimer)->os_timer_def.ptimer = function 583 #define osTimerInit(pTimer,function) \ argument 584 ((osTimerDefEx_t*)&pTimer)->os_timer_def.ptimer = function; \
|
| /device/soc/asrmicro/asr582x/liteos_m/sdk/drivers/rfota/ |
| D | rfota_ble.c | 60 .function = lega_at_ble_start, 78 .function = lega_at_ble_stop, 96 .function = lega_enable_rfota_ble_test,
|
| /device/soc/chipsea/cst85/liteos_m/sdk/bsp/arch/boot/armgcc_4_8/ |
| D | exception.S | 44 .type HardFault_Handler, %function 58 .type MemManage_Handler, %function 72 .type BusFault_Handler, %function 86 .type UsageFault_Handler, %function 100 .type Fault_Handler, %function
|
| /device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/boot/ |
| D | uart.S | 14 .type uart_early_init, %function 41 .type uart_early_puts, %function 71 .type uart_early_put_hex, %function 107 .type uart_early_putc, %function
|
| /device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/boot/ |
| D | uart.S | 14 .type uart_early_init, %function 41 .type uart_early_puts, %function 71 .type uart_early_put_hex, %function 107 .type uart_early_putc, %function
|