/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_debug.h | 21 /** @brief If equals to 0, a trace containing the file, line, and function will be displayed before each message. */
61 * @def KBASEP_DEBUG_ASSERT_OUT(trace, function, ...)
62 * @brief (Private) system printing function associated to the @see KBASE_DEBUG_ASSERT_MSG event.
64 * @param function function from where the message is printed
66 * @note function parameter cannot be concatenated with other strings
68 /* Select the correct system output function */
70 #define KBASEP_DEBUG_ASSERT_OUT(trace, function, ...) \
72 pr_err("Mali<ASSERT>: %s function:%s ", trace, function); \
[all...] |
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_debug.h | 28 /** @brief If equals to 0, a trace containing the file, line, and function will be displayed before each message. */ 68 * @def KBASEP_DEBUG_ASSERT_OUT(trace, function, ...) 69 * @brief (Private) system printing function associated to the @ref KBASE_DEBUG_ASSERT_MSG event. 71 * @param function function from where the message is printed 73 * @note function parameter cannot be concatenated with other strings 75 /* Select the correct system output function */ 77 #define KBASEP_DEBUG_ASSERT_OUT(trace, function, ...) \ 79 pr_err("Mali<ASSERT>: %s function:%s ", trace, function); \ [all...] |
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_debug.h | 27 /** @brief If equals to 0, a trace containing the file, line, and function will be displayed before each message. */ 68 * KBASEP_DEBUG_ASSERT_OUT(trace, function, ...) - (Private) system printing 69 * function associated to the @ref KBASE_DEBUG_ASSERT_MSG event. 71 * @function: function from where the message is printed 74 * @note function parameter cannot be concatenated with other strings 76 /* Select the correct system output function*/ 78 #define KBASEP_DEBUG_ASSERT_OUT(trace, function, ...) \ 80 pr_err("Mali<ASSERT>: %s function:%s ", trace, function); \ [all...] |
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_debug.h | 25 /** @brief If equals to 0, a trace containing the file, line, and function will be displayed before each message. */ 66 * @def KBASEP_DEBUG_ASSERT_OUT(trace, function, ...) 67 * @brief (Private) system printing function associated to the @see KBASE_DEBUG_ASSERT_MSG event. 69 * @param function function from where the message is printed 71 * @note function parameter cannot be concatenated with other strings 73 /* Select the correct system output function*/ 75 #define KBASEP_DEBUG_ASSERT_OUT(trace, function, ...)\ 77 pr_err("Mali<ASSERT>: %s function:%s ", trace, function);\ [all...] |
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/boot/ |
H A 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
|
H A D | _udivsi3.S | 14 .type __udivsi3 ,function 16 .type __aeabi_uidiv ,function
|
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/boot/ |
H A 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
|
H A D | _udivsi3.S | 14 .type __udivsi3 ,function 16 .type __aeabi_uidiv ,function
|
/device/soc/rockchip/rk3568/hardware/codec/jpeg/include/ |
H A D | codec_scope_guard.h | 22 explicit CodecScopeGuard(std::function<void()> onExitFunc) : exitFunc_(std::move(onExitFunc)), sacked_(false) in CodecScopeGuard() 36 std::function<void()> exitFunc_;
|
/device/soc/rockchip/rk3588/hardware/codec/jpeg/include/ |
H A D | codec_scope_guard.h | 22 explicit CodecScopeGuard(std::function<void()> onExitFunc) : exitFunc_(std::move(onExitFunc)), sacked_(false) in CodecScopeGuard() 36 std::function<void()> exitFunc_;
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/ |
H A D | osal_timer.c | 61 timer_setup(&t->time_list, (timer_callback_fun)timer->function, 0); in osal_timer_init() 69 if ((timer == NULL) || (timer->timer == NULL) || (timer->function == NULL) || (interval == 0)) { in osal_set_timer() 75 list_info->time_list.function = (timer_callback_fun)timer->function; in osal_set_timer() 83 if ((timer == NULL) || (timer->timer == NULL) || (timer->function == NULL)) { in osal_del_timer()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/priv/ |
H A D | tcpip_priv.h | 149 tcpip_callback_fn function; member 153 tcpip_api_call_fn function; member 168 tcpip_callback_fn function; member
|
/device/board/hisilicon/hispark_taurus/camera/driver_adapter/include/ |
H A D | mpi_adapter.h | 82 using BufCallback = std::function<void(std::shared_ptr<FrameSpec>)>; 83 using DeviceStatusCb = std::function<void()>;
|
/device/qemu/arm_mps2_an386/liteos_m/board/ |
H A D | startup.s | 49 .type Reset_Handler, %function
65 .type DefaultHandler, %function
|
/device/qemu/arm_mps3_an547/liteos_m/board/ |
H A D | startup.s | 48 .type Reset_Handler, %function
64 .type DefaultHandler, %function
|
/device/soc/rockchip/rk3588/kernel/drivers/pinctrl/ |
H A D | pinctrl-rk806.c | 329 unsigned int function) in rk806_pinctrl_get_func_name() 333 return pci->functions[function].name; in rk806_pinctrl_get_func_name() 337 unsigned int function, in rk806_pinctrl_get_func_groups() 343 *groups = pci->functions[function].groups; in rk806_pinctrl_get_func_groups() 344 *num_groups = pci->functions[function].ngroups; in rk806_pinctrl_get_func_groups() 371 unsigned int function, in rk806_pinctrl_set_mux() 375 int mux = pci->functions[function].mux_option; in rk806_pinctrl_set_mux() 328 rk806_pinctrl_get_func_name(struct pinctrl_dev *pctldev, unsigned int function) rk806_pinctrl_get_func_name() argument 336 rk806_pinctrl_get_func_groups(struct pinctrl_dev *pctldev, unsigned int function, const char *const **groups, unsigned int *const num_groups) rk806_pinctrl_get_func_groups() argument 370 rk806_pinctrl_set_mux(struct pinctrl_dev *pctldev, unsigned int function, unsigned int group) rk806_pinctrl_set_mux() argument
|
H A D | pinctrl-utils.h | 31 const char *function);
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
H A D | tcpip.h | 99 * @param[in] tcpip_init_done Specifies the function to call when the 174 err_t tcpip_callback_with_block(tcpip_callback_fn function, void *ctx, u8_t block); 182 struct tcpip_callback_msg *tcpip_callbackmsg_new(tcpip_callback_fn function, void *ctx);
|
H A D | netif.h | 89 * Set by the netif driver in its init function. */ 93 * Either set by the netif driver in its init function (if the link 98 * Set by the netif driver in its init function. 106 * Set by the netif driver in its init function. */ 109 * Set by the netif driver in its init function. */ 122 * Set by the netif driver in its init function. */ 200 * mld_mac_filter callback function. */ 217 * callback functions in this function. 222 /** Function prototype for netif->input functions. This function is saved as 'input' 223 * callback function i [all...] |
/device/soc/rockchip/common/sdk_linux/drivers/pinctrl/ |
H A D | pinctrl-rk805.c | 418 static const char *rk805_pinctrl_get_func_name(struct pinctrl_dev *pctldev, unsigned int function)
in rk805_pinctrl_get_func_name() argument 422 return pci->functions[function].name;
in rk805_pinctrl_get_func_name() 425 static int rk805_pinctrl_get_func_groups(struct pinctrl_dev *pctldev, unsigned int function, const char *const **groups,
in rk805_pinctrl_get_func_groups() argument 430 *groups = pci->functions[function].groups;
in rk805_pinctrl_get_func_groups() 431 *num_groups = pci->functions[function].ngroups;
in rk805_pinctrl_get_func_groups() 459 dev_err(pci->dev, "Couldn't find function mux %d\n", mux);
in _rk805_pinctrl_set_mux() 484 static int rk805_pinctrl_set_mux(struct pinctrl_dev *pctldev, unsigned int function, unsigned int group)
in rk805_pinctrl_set_mux() argument 487 int mux = pci->functions[function].mux_option;
in rk805_pinctrl_set_mux() 530 /* switch to gpio function */
in rk805_pinctrl_gpio_request_enable()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_timer.h | 88 pst_timer->function = p_func; in oal_timer_init() 165 pst_timer->function = p_func; in oal_timer_init()
|
/device/soc/rockchip/rk2206/sdk_liteos/platform/startup/ |
H A D | startup_rk2206.S | 72 .type Reset_Handler, %function 130 .type Default_Handler, %function
|
/device/qemu/SmartL_E802/liteos_m/board/ |
H A D | startup.S | 31 .type Reset_Handler, %function
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/ |
H A D | osal_timer.c | 80 t->function = (void (*)(struct timer_list *))timer->handler; in osal_timer_set() 82 t->function = timer->handler; in osal_timer_set()
|
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/drv/cmd_bin/ |
H A D | cmd_entry_32.S | 10 .type _start, %function
|