/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/ |
H A D | hi_debug.h | 121 #define HI_EMERG_TRACE(mod, fmt...) HI_TRACE(HI_DBG_EMERG, mod, fmt) 123 #define HI_EMERG_TRACE(mod, fmt...) 127 #define HI_ALERT_TRACE(mod, fmt...) HI_TRACE(HI_DBG_ALERT, mod, fmt) 129 #define HI_ALERT_TRACE(mod, fmt...) 133 #define HI_CRIT_TRACE(mod, fmt...) HI_TRACE(HI_DBG_CRIT, mod, fmt) 135 #define HI_CRIT_TRACE(mod, fmt...) 139 #define HI_ERR_TRACE(mod, fm [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
H A D | hi_debug.h | 118 #define HI_EMERG_TRACE(mod, fmt...) HI_TRACE(HI_DBG_EMERG, mod, fmt) 120 #define HI_EMERG_TRACE(mod, fmt...) 124 #define HI_ALERT_TRACE(mod, fmt...) HI_TRACE(HI_DBG_ALERT, mod, fmt) 126 #define HI_ALERT_TRACE(mod, fmt...) 130 #define HI_CRIT_TRACE(mod, fmt...) HI_TRACE(HI_DBG_CRIT, mod, fmt) 132 #define HI_CRIT_TRACE(mod, fmt...) 136 #define HI_ERR_TRACE(mod, fm [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
H A D | hi_debug.h | 118 #define HI_EMERG_TRACE(mod, fmt...) HI_TRACE(HI_DBG_EMERG, mod, fmt) 120 #define HI_EMERG_TRACE(mod, fmt...) 124 #define HI_ALERT_TRACE(mod, fmt...) HI_TRACE(HI_DBG_ALERT, mod, fmt) 126 #define HI_ALERT_TRACE(mod, fmt...) 130 #define HI_CRIT_TRACE(mod, fmt...) HI_TRACE(HI_DBG_CRIT, mod, fmt) 132 #define HI_CRIT_TRACE(mod, fmt...) 136 #define HI_ERR_TRACE(mod, fm [all...] |
/device/soc/rockchip/rk3588/kernel/include/trace/hooks/ |
H A D | module.h | 16 TP_PROTO(const struct module *mod), 17 TP_ARGS(mod)); 20 TP_PROTO(const struct module *mod), 21 TP_ARGS(mod));
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/ |
H A D | common_env.py | 302 for mod in macro_cfg: 303 libs = macro_cfg[mod] 306 src = macro_cfg[mod][lib] 309 if mod not in module_str: 310 module_str[mod] = str_2_mod 312 org_str = module_str[mod] 313 module_str[mod] = '%s%s'%(org_str, str_2_mod) 314 strs = '%s\t%s_libs += %s\n'%(strs, mod, lib) 338 for mod in macro_cfg: 339 libs = macro_cfg[mod] [all...] |
H A D | scons_env_cfg.py | 350 for mod in module_dir: 351 makefile_environs['mod_dir']['%s_dir'%mod] = module_dir[mod]
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/ |
H A D | Makefile | 56 @rm -f hi_osal.ko *.mod 57 @rm hi_osal.mod.c hi_osal.mod.o hi_osal.o modules.order Module.symvers -f 60 @for x in `find . -name "*.mod.c"`;do rm -rf $$x;done
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/include/ |
H A D | hi_type.h | 136 | HI_MOD_ID_E | mod defined data | chnID | 139 mod defined data: private data define by each module(for example: sub-mod id), usually, set to 0. 142 #define HI_HANDLE_MAKEHANDLE(mod, privatedata, chnid) (HI_HANDLE)((((mod)&0xffff) << 16) | \
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/hi3516cv500/mipi_rx/ |
H A D | Makefile | 65 @rm -f *.o *.ko *.mod.c .*.cmd *.mod
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/hi_irq/kernel/ |
H A D | Makefile | 66 @rm -f *.o *.ko *.mod.c .*.cmd *.mod
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/hi_proc/kernel/ |
H A D | Makefile | 65 @rm -f *.o *.ko *.mod.c .*.cmd *.mod
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/hi3516cv500/mipi_tx/ |
H A D | Makefile | 68 @rm -f *.o *.ko *.mod.c .*.cmd *.mod
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/hi3516cv500/sysconfig/ |
H A D | Makefile | 61 @rm -f *.o *.ko *.mod.c .*.cmd *.mod
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/hi_ir/ |
H A D | Makefile | 67 @rm -f *.o *.ko *.mod.c .*.cmd *.mod
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/hi_adc/ |
H A D | Makefile | 65 @rm -f *.o *.ko *.mod.c .*.cmd *.mod
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/wtdg/ |
H A D | Makefile | 67 @rm -f *.o *.ko *.mod.c .*.cmd *.mod
|
/device/soc/rockchip/common/vendor/drivers/gpu/drm/bridge/synopsys/ |
H A D | dw-hdmi-qp-audio.h | 26 void (*mod)(struct dw_hdmi_qp *hdmi, u32 val, u32 mask, u32 reg); member
|
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/bridge/synopsys/ |
H A D | dw-hdmi-qp-audio.h | 26 void (*mod)(struct dw_hdmi_qp *hdmi, u32 val, u32 mask, u32 reg); member
|
/device/soc/rockchip/common/sdk_linux/include/linux/usb/ |
H A D | composite.h | 149 * @mod: (internal) points to the module that created this structure.
214 struct module *mod;
member 562 struct module *mod;
member 591 .mod = THIS_MODULE, \
|
/device/soc/rockchip/rk3588/kernel/include/linux/usb/ |
H A D | composite.h | 149 * @mod: (internal) points to the module that created this structure. 216 struct module *mod; member 585 struct module *mod; member 617 .mod = THIS_MODULE, \
|
/device/soc/rockchip/common/sdk_linux/scripts/ |
H A D | Makefile | 47 subdir- += basic dtc gdb kconfig mod
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/sysd/mkp/src/ |
H A D | sys_bind.c | 59 static char *bind_get_mod_name(hi_mod_id mod) in bind_get_mod_name() argument 61 char *mod_name = cmpi_get_module_name(mod); in bind_get_mod_name() 63 return "unknown mod"; in bind_get_mod_name() 180 sys_err_trace("mod %d have not register !\n", src_chn->mod_id); in sys_get_bind_valid_send_ctx() 192 sys_info_trace("mod %d, dev %d, chn %d, have not bind !\n", src_chn->mod_id, src_chn->dev_id, src_chn->chn_id); in sys_get_bind_valid_send_ctx() 276 sys_err_trace("bind src(mod:%d,dev:%d,chn:%d) too many \n", in sys_get_binder_by_src() 753 sys_err_trace("mod %d have register !\n", mod_id); in sys_bind_register_sender() 804 sys_err_trace("mod %d have register !\n", mod_id); in sys_bind_register_receiver() 846 sys_err_trace("mod:%d have not register ! \n", mod_id); in sys_bind_unregister_sender() 869 sys_err_trace("mod in sys_bind_unregister_receiver() 1191 sys_free_mod_send_src_bind_mem(MOD_ID_E mod) sys_free_mod_send_src_bind_mem() argument [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/build/scripts/ |
H A D | scons_env_cfg.py | 350 for mod in module_dir: 351 makefile_environs['mod_dir']['%s_dir'%mod] = module_dir[mod]
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/osal/include/ |
H A D | drv_osal_lib.h | 98 * | HI_MOD_ID_E | mod defined data | chnID | 101 * mod defined data: private data define by each module(for example: sub-mod id), usually, set to 0. 103 #define hi_handle_init(mod, private_data, chnid) \ 104 (hi_handle)((((mod) & 0xffff) << 16) | ((((private_data) & 0xff) << 8)) | (((chnid) & 0xff)))
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/ive/sample/ |
H A D | sample_ive_md.c | 36 #define SAMPLE_IVE_MD_CAL_WIN_SIZE(mod) (1 << (2 + (mod)))
|