| /OK3568_Linux_fs/kernel/arch/x86/crypto/ |
| H A D | sha256_ni_asm.S | 64 #define MSG %xmm0 macro 129 movdqu 0*16(DATA_PTR), MSG 130 pshufb SHUF_MASK, MSG 131 movdqa MSG, MSGTMP0 132 paddd 0*16(SHA256CONSTANTS), MSG 134 pshufd $0x0E, MSG, MSG 138 movdqu 1*16(DATA_PTR), MSG 139 pshufb SHUF_MASK, MSG 140 movdqa MSG, MSGTMP1 141 paddd 1*16(SHA256CONSTANTS), MSG [all …]
|
| H A D | aegis128-aesni-asm.S | 18 #define MSG %xmm5 macro 76 pxor MSG, MSG 111 movq %r9, MSG 120 pslldq $8, MSG 122 pxor T0, MSG 254 movdqa 0x00(SRC), MSG 256 pxor MSG, STATE4 261 movdqa 0x10(SRC), MSG 263 pxor MSG, STATE3 268 movdqa 0x20(SRC), MSG [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/crypto/ |
| H A D | sha256-armv4.pl | 587 my @MSG=map("q$_",(8..11)); 614 vld1.8 {@MSG[0]-@MSG[1]},[$inp]! 615 vld1.8 {@MSG[2]-@MSG[3]},[$inp]! 617 vrev32.8 @MSG[0],@MSG[0] 618 vrev32.8 @MSG[1],@MSG[1] 619 vrev32.8 @MSG[2],@MSG[2] 620 vrev32.8 @MSG[3],@MSG[3] 628 vadd.i32 $W0,$W0,@MSG[0] 629 sha256su0 @MSG[0],@MSG[1] 633 sha256su1 @MSG[0],@MSG[2],@MSG[3] [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/crypto/ |
| H A D | sha512-armv8.pl | 374 my @MSG=map("v$_.16b",(4..7)); 391 ld1 {@MSG[0]-@MSG[3]},[$inp],#64 394 rev32 @MSG[0],@MSG[0] 395 rev32 @MSG[1],@MSG[1] 396 rev32 @MSG[2],@MSG[2] 397 rev32 @MSG[3],@MSG[3] 404 add.i32 $W0,$W0,@MSG[0] 405 sha256su0 @MSG[0],@MSG[1] 409 sha256su1 @MSG[0],@MSG[2],@MSG[3] 411 ($W0,$W1)=($W1,$W0); push(@MSG,shift(@MSG)); [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/j2s/ |
| H A D | common.h | 38 #ifndef MSG 39 #define MSG(level, fmt, ...) \ macro 48 #define DBG(fmt, ...) MSG(D, fmt, ##__VA_ARGS__) 52 if (getenv("J2S_DEBUG")) MSG(D, fmt, ##__VA_ARGS__); \ 58 #define INFO(fmt, ...) MSG(I, fmt, ##__VA_ARGS__) 62 #define WARN(fmt, ...) MSG(W, fmt, ##__VA_ARGS__) 66 #define ERR(fmt, ...) MSG(E, fmt, ##__VA_ARGS__)
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/j2s4b/src/j2s4b/ |
| H A D | j2s_common.h | 38 #ifndef MSG 39 #define MSG(level, fmt, args...) \ macro 48 #define DBG(fmt, args...) MSG(D, fmt, ##args) 52 MSG(D, fmt, ##args) 57 #define INFO(fmt, args...) MSG(I, fmt, ##args) 61 #define WARN(fmt, args...) MSG(W, fmt, ##args) 66 MSG(E, fmt, ##args); \
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/ |
| H A D | rga_policy.c | 105 if (DEBUGGER_EN(MSG)) { in rga_check_align() 256 if (DEBUGGER_EN(MSG)) in rga_job_assign() 261 if (DEBUGGER_EN(MSG)) in rga_job_assign() 268 if (DEBUGGER_EN(MSG)) in rga_job_assign() 281 if (DEBUGGER_EN(MSG)) in rga_job_assign() 289 if (DEBUGGER_EN(MSG)) in rga_job_assign() 297 if (DEBUGGER_EN(MSG)) in rga_job_assign() 304 if (DEBUGGER_EN(MSG)) in rga_job_assign() 312 if (DEBUGGER_EN(MSG)) in rga_job_assign() 321 if (DEBUGGER_EN(MSG)) in rga_job_assign() [all …]
|
| H A D | rga_drv.c | 204 if (DEBUGGER_EN(MSG)) in rga_mpi_commit() 210 if (DEBUGGER_EN(MSG)) in rga_mpi_commit() 289 if (DEBUGGER_EN(MSG)) { in rga_kernel_commit() 647 if (DEBUGGER_EN(MSG)) { in rga_ioctl_import_buffer() 721 if (DEBUGGER_EN(MSG)) in rga_ioctl_release_buffer() 780 if (DEBUGGER_EN(MSG)) in rga_ioctl_request_submit() 830 if (DEBUGGER_EN(MSG)) in rga_ioctl_request_cancel() 888 if (DEBUGGER_EN(MSG)) { in rga_ioctl_blit()
|
| /OK3568_Linux_fs/kernel/samples/rpmsg/ |
| H A D | rpmsg_client_sample.c | 16 #define MSG "hello world!" macro 44 ret = rpmsg_send(rpdev->ept, MSG, strlen(MSG)); in rpmsg_sample_cb() 66 ret = rpmsg_send(rpdev->ept, MSG, strlen(MSG)); in rpmsg_sample_probe()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/ |
| H A D | 11h.c | 133 mwifiex_dbg(priv->adapter, MSG, in mwifiex_dfs_cac_work_queue() 162 mwifiex_dbg(priv->adapter, MSG, in mwifiex_cmd_issue_chan_report_request() 166 mwifiex_dbg(priv->adapter, MSG, "cancelling CAC\n"); in mwifiex_cmd_issue_chan_report_request() 193 mwifiex_dbg(priv->adapter, MSG, in mwifiex_abort_cac() 232 mwifiex_dbg(priv->adapter, MSG, in mwifiex_11h_handle_chanrpt_ready() 261 mwifiex_dbg(priv->adapter, MSG, in mwifiex_11h_handle_radar_detected() 268 mwifiex_dbg(priv->adapter, MSG, "regdomain: %d\n", in mwifiex_11h_handle_radar_detected() 270 mwifiex_dbg(priv->adapter, MSG, "radar detection type: %d\n", in mwifiex_11h_handle_radar_detected() 304 mwifiex_dbg(priv->adapter, MSG, in mwifiex_dfs_chan_sw_work_queue()
|
| H A D | cmdevt.c | 948 mwifiex_dbg(adapter, MSG, in mwifiex_cmd_timeout_func() 953 mwifiex_dbg(adapter, MSG, in mwifiex_cmd_timeout_func() 956 mwifiex_dbg(adapter, MSG, in mwifiex_cmd_timeout_func() 960 mwifiex_dbg(adapter, MSG, in mwifiex_cmd_timeout_func() 964 mwifiex_dbg(adapter, MSG, in mwifiex_cmd_timeout_func() 968 mwifiex_dbg(adapter, MSG, in mwifiex_cmd_timeout_func() 971 mwifiex_dbg(adapter, MSG, in mwifiex_cmd_timeout_func() 975 mwifiex_dbg(adapter, MSG, in mwifiex_cmd_timeout_func() 980 mwifiex_dbg(adapter, MSG, in mwifiex_cmd_timeout_func() 983 mwifiex_dbg(adapter, MSG, in mwifiex_cmd_timeout_func() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/pm8001/ |
| H A D | pm8001_hwi.c | 3031 pm8001_dbg(pm8001_ha, MSG, "Set device id = 0x%x state from 0x%x to 0x%x status = 0x%x!\n", in pm8001_mpi_set_dev_state_resp() 3047 pm8001_dbg(pm8001_ha, MSG, "Set nvm data complete!\n"); in pm8001_mpi_set_nvmd_resp() 3071 pm8001_dbg(pm8001_ha, MSG, "Get nvm data complete!\n"); in pm8001_mpi_get_nvmd_resp() 3080 pm8001_dbg(pm8001_ha, MSG, "Get NVMD success, IR=1\n"); in pm8001_mpi_get_nvmd_resp() 3086 pm8001_dbg(pm8001_ha, MSG, "Get SAS address from VPD successfully!\n"); in pm8001_mpi_get_nvmd_resp() 3097 pm8001_dbg(pm8001_ha, MSG, in pm8001_mpi_get_nvmd_resp() 3102 pm8001_dbg(pm8001_ha, MSG, in pm8001_mpi_get_nvmd_resp() 3118 pm8001_dbg(pm8001_ha, MSG, "Get nvmd data complete!\n"); in pm8001_mpi_get_nvmd_resp() 3134 pm8001_dbg(pm8001_ha, MSG, in pm8001_mpi_local_phy_ctl() 3138 pm8001_dbg(pm8001_ha, MSG, in pm8001_mpi_local_phy_ctl() [all …]
|
| H A D | pm80xx_hwi.c | 1069 pm8001_dbg(pm8001_ha, MSG, in check_fw_ready() 1084 pm8001_dbg(pm8001_ha, MSG, in check_fw_ready() 1099 pm8001_dbg(pm8001_ha, MSG, in check_fw_ready() 1117 pm8001_dbg(pm8001_ha, MSG, in check_fw_ready() 1582 pm8001_dbg(pm8001_ha, MSG, in pm80xx_chip_soft_rst() 1586 pm8001_dbg(pm8001_ha, MSG, in pm80xx_chip_soft_rst() 1596 pm8001_dbg(pm8001_ha, MSG, in pm80xx_chip_soft_rst() 1600 pm8001_dbg(pm8001_ha, MSG, in pm80xx_chip_soft_rst() 1604 pm8001_dbg(pm8001_ha, MSG, in pm80xx_chip_soft_rst() 1608 pm8001_dbg(pm8001_ha, MSG, in pm80xx_chip_soft_rst() [all …]
|
| /OK3568_Linux_fs/kernel/tools/build/ |
| H A D | Makefile.feature | 146 $(call feature_check,all,$(MSG)) 172 feature_print_status = $(eval $(feature_print_status_code)) $(info $(MSG)) 176 MSG = $(shell printf '...%30s: [ \033[32mon\033[m ]' $(1)) 178 MSG = $(shell printf '...%30s: [ \033[31mOFF\033[m ]' $(1)) 182 feature_print_text = $(eval $(feature_print_text_code)) $(info $(MSG)) 184 MSG = $(shell printf '...%30s: %s' $(1) $(2))
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rve/ |
| H A D | rve_reg.c | 25 if (DEBUGGER_EN(MSG)) { in rve_soft_reset() 58 if (DEBUGGER_EN(MSG)) { in rve_soft_reset() 71 if (DEBUGGER_EN(MSG)) in rve_init_reg() 148 if (DEBUGGER_EN(MSG)) { in rve_set_reg() 267 if (DEBUGGER_EN(MSG)) in rve_get_monitor_info()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | cgroup_helpers.h | 8 #define log_err(MSG, ...) fprintf(stderr, "(%s:%d: errno: %s) " MSG "\n", \ argument
|
| H A D | network_helpers.c | 18 #define log_err(MSG, ...) ({ \ argument 20 fprintf(stderr, "(%s:%d: errno: %s) " MSG "\n", \
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/cec/ |
| H A D | cec-ioc-g-mode.rst | 209 * .. _`CEC-MSG-GET-CEC-VERSION`: 217 * .. _`CEC-MSG-GIVE-DEVICE-VENDOR-ID`: 225 * .. _`CEC-MSG-ABORT`: 232 * .. _`CEC-MSG-GIVE-PHYSICAL-ADDR`: 238 * .. _`CEC-MSG-GIVE-OSD-NAME`: 246 * .. _`CEC-MSG-GIVE-FEATURES`: 255 * .. _`CEC-MSG-USER-CONTROL-PRESSED`: 262 * .. _`CEC-MSG-USER-CONTROL-RELEASED`: 269 * .. _`CEC-MSG-REPORT-PHYSICAL-ADDR`:
|
| /OK3568_Linux_fs/u-boot/lib/optee_clientApi/ |
| H A D | README | 66 a515160d optee: v1 rebuild ca/ta to support new OP-TEE MSG 68 a515160d optee: v1 rebuild ca/ta to support new OP-TEE MSG 70 26c9dd9b rebuild libRkTeeWeaver.v1.so for new OP-TEE MSG
|
| /OK3568_Linux_fs/kernel/Documentation/usb/ |
| H A D | mass-storage.rst | 2 Mass Storage Gadget (MSG) 8 Mass Storage Gadget (or MSG) acts as a USB Mass Storage device, 209 that MSG is a composite gadget (ie. uses the composite framework) 212 kernel hacker's point of view, this means that (i) MSG does not 221 for all logical units whereas in MSG they accept a list of y/n 227 parameters are handled in MSG by the composite layer's parameters 231 3. MSG does not support FSG's test mode, thus “transport”, 233 supported. MSG always uses SCSI protocol with bulk only
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/ |
| H A D | trace.h | 62 #define MSG(...) (void)0 macro 64 #define MSG(...) trace_printf_helper(0, false, __VA_ARGS__) macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | trace.h | 44 #define MSG(...) (void)0 macro 46 #define MSG(...) trace_printf_helper(0, false, __VA_ARGS__) macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | trace.h | 44 #define MSG(...) (void)0 macro 46 #define MSG(...) trace_printf_helper(0, false, __VA_ARGS__) macro
|
| /OK3568_Linux_fs/kernel/sound/soc/au1x/ |
| H A D | dbdma2.c | 33 #define MSG(x...) printk(KERN_INFO "au1xpsc_pcm: " x) macro 35 #define DBG MSG 214 MSG("DDMA channel (re)alloc failed!\n"); in au1xpsc_pcm_hw_params()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | poll.h | 134 M(HUP) | M(RDHUP) | M(MSG); in mangle_poll() 143 M(HUP) | M(RDHUP) | M(MSG); in demangle_poll()
|