Home
last modified time | relevance | path

Searched refs:lev (Results 1 - 4 of 4) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Dsys.h422 #define SYS_ARCH_DECL_PROTECT(lev) sys_prot_t lev
430 * "lev". This macro will default to calling the sys_arch_protect() function
434 #define SYS_ARCH_PROTECT(lev) lev = sys_arch_protect()
438 * Perform a "fast" set of the protection level to "lev". This could be
439 * implemented by setting the interrupt level to "lev" within the MACRO or by
445 #define SYS_ARCH_UNPROTECT(lev) sys_arch_unprotect(lev)
451 #define SYS_ARCH_DECL_PROTECT(lev)
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/devfreq/
H A Ddevfreq.c167 int lev; in devfreq_get_freq_level() local
169 for (lev = 0; lev < devfreq->profile->max_state; lev++) { in devfreq_get_freq_level()
170 if (freq == devfreq->profile->freq_table[lev]) { in devfreq_get_freq_level()
171 return lev; in devfreq_get_freq_level()
220 int lev, prev_lev, ret = 0; in devfreq_update_status() local
239 lev = devfreq_get_freq_level(devfreq, freq); in devfreq_update_status()
240 if (lev < 0) { in devfreq_update_status()
241 ret = lev; in devfreq_update_status()
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/resize_crop/smp/
H A Dsmp_resize_crop.c81 #define LOG_ONLY(lev, format, ...) do { \
82 if (g_hiDbgLev >= (lev)) { \
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/color_space_convert/smp/
H A Dsmp_color_space_convert.c70 #define LOG_ONLY(lev, format, ...) do { \
71 if (g_hiDbgLev >= (lev)) { \

Completed in 5 milliseconds