| /linux-6.15/drivers/media/platform/st/sti/bdisp/ |
| H A D | bdisp-debug.c | 492 DUMP(BLT_CTL); in regs_show() 493 DUMP(BLT_ITS); in regs_show() 520 DUMP(BLT_NIP); in regs_show() 521 DUMP(BLT_CIC); in regs_show() 522 DUMP(BLT_INS); in regs_show() 523 DUMP(BLT_ACK); in regs_show() 524 DUMP(BLT_TBA); in regs_show() 525 DUMP(BLT_TTY); in regs_show() 526 DUMP(BLT_TXY); in regs_show() 527 DUMP(BLT_TSZ); in regs_show() [all …]
|
| /linux-6.15/tools/perf/tests/shell/lib/ |
| H A D | coresight.sh | 54 DUMP="$DATD/perf-tmp-aux-dump.txt" 56 grep -o -e I_ATOM_F -e I_ASYNC -e I_TRACE_INFO > "$DUMP" 63 ATOM_FX_NUM=$(grep -c I_ATOM_F "$DUMP") 64 ASYNC_NUM=$(grep -c I_ASYNC "$DUMP") 65 TRACE_INFO_NUM=$(grep -c I_TRACE_INFO "$DUMP") 66 rm -f "$DUMP"
|
| /linux-6.15/drivers/media/platform/st/sti/hva/ |
| H A D | hva-hw.c | 564 DUMP(HVA_HIF_REG_RST); in hva_hw_dump_regs() 565 DUMP(HVA_HIF_REG_RST_ACK); in hva_hw_dump_regs() 566 DUMP(HVA_HIF_REG_MIF_CFG); in hva_hw_dump_regs() 568 DUMP(HVA_HIF_REG_CFL); in hva_hw_dump_regs() 569 DUMP(HVA_HIF_REG_SFL); in hva_hw_dump_regs() 570 DUMP(HVA_HIF_REG_LMI_ERR); in hva_hw_dump_regs() 571 DUMP(HVA_HIF_REG_EMI_ERR); in hva_hw_dump_regs() 573 DUMP(HVA_HIF_REG_HEC_STS); in hva_hw_dump_regs() 574 DUMP(HVA_HIF_REG_HVC_STS); in hva_hw_dump_regs() 575 DUMP(HVA_HIF_REG_HJE_STS); in hva_hw_dump_regs() [all …]
|
| /linux-6.15/drivers/gpu/drm/i915/display/ |
| H A D | dvo_ch7017.c | 379 #define DUMP(reg) \ in ch7017_dump_regs() macro 385 DUMP(CH7017_HORIZONTAL_ACTIVE_PIXEL_INPUT); in ch7017_dump_regs() 386 DUMP(CH7017_HORIZONTAL_ACTIVE_PIXEL_OUTPUT); in ch7017_dump_regs() 387 DUMP(CH7017_VERTICAL_ACTIVE_LINE_OUTPUT); in ch7017_dump_regs() 388 DUMP(CH7017_ACTIVE_INPUT_LINE_OUTPUT); in ch7017_dump_regs() 389 DUMP(CH7017_LVDS_PLL_VCO_CONTROL); in ch7017_dump_regs() 390 DUMP(CH7017_LVDS_PLL_FEEDBACK_DIV); in ch7017_dump_regs() 391 DUMP(CH7017_LVDS_CONTROL_2); in ch7017_dump_regs() 392 DUMP(CH7017_OUTPUTS_ENABLE); in ch7017_dump_regs() 393 DUMP(CH7017_LVDS_POWER_DOWN); in ch7017_dump_regs()
|
| /linux-6.15/arch/powerpc/xmon/ |
| H A D | xmon.c | 2628 DUMP(p, in_nmi, "%#-*x"); in dump_one_paca() 2629 DUMP(p, in_mce, "%#-*x"); in dump_one_paca() 2633 DUMP(p, hw_cpu_id, "%#-*x"); in dump_one_paca() 2634 DUMP(p, cpu_start, "%#-*x"); in dump_one_paca() 2654 DUMP(p, stab_rr, "%#-*x"); in dump_one_paca() 2671 DUMP(p, pgd, "%-*px"); in dump_one_paca() 2673 DUMP(p, tcd_ptr, "%-*px"); in dump_one_paca() 2674 DUMP(p, mc_kstack, "%-*px"); in dump_one_paca() 2679 DUMP(p, kstack, "%#-*llx"); in dump_one_paca() 2682 DUMP(p, canary, "%#-*lx"); in dump_one_paca() [all …]
|
| /linux-6.15/drivers/media/platform/raspberrypi/rp1-cfe/ |
| H A D | csi2.c | 137 #define DUMP(reg) seq_printf(s, #reg " \t0x%08x\n", csi2_reg_read(csi2, reg)) in csi2_regs_show() macro 141 DUMP(CSI2_STATUS); in csi2_regs_show() 142 DUMP(CSI2_DISCARDS_OVERFLOW); in csi2_regs_show() 143 DUMP(CSI2_DISCARDS_INACTIVE); in csi2_regs_show() 144 DUMP(CSI2_DISCARDS_UNMATCHED); in csi2_regs_show() 145 DUMP(CSI2_DISCARDS_LEN_LIMIT); in csi2_regs_show() 146 DUMP(CSI2_LLEV_PANICS); in csi2_regs_show() 147 DUMP(CSI2_ULEV_PANICS); in csi2_regs_show() 148 DUMP(CSI2_IRQ_MASK); in csi2_regs_show() 149 DUMP(CSI2_CTRL); in csi2_regs_show() [all …]
|
| H A D | pisp-fe.c | 174 #define DUMP(reg) seq_printf(s, #reg " \t0x%08x\n", pisp_fe_reg_read(fe, reg)) in pisp_fe_regs_show() macro 175 DUMP(FE_VERSION); in pisp_fe_regs_show() 176 DUMP(FE_CONTROL); in pisp_fe_regs_show() 177 DUMP(FE_STATUS); in pisp_fe_regs_show() 178 DUMP(FE_FRAME_STATUS); in pisp_fe_regs_show() 179 DUMP(FE_ERROR_STATUS); in pisp_fe_regs_show() 180 DUMP(FE_OUTPUT_STATUS); in pisp_fe_regs_show() 181 DUMP(FE_INT_EN); in pisp_fe_regs_show() 182 DUMP(FE_INT_STATUS); in pisp_fe_regs_show() 183 #undef DUMP in pisp_fe_regs_show()
|
| H A D | cfe.c | 395 #define DUMP(reg) seq_printf(s, #reg " \t0x%08x\n", cfg_reg_read(cfe, reg)) in mipi_cfg_regs_show() macro 396 DUMP(MIPICFG_CFG); in mipi_cfg_regs_show() 397 DUMP(MIPICFG_INTR); in mipi_cfg_regs_show() 398 DUMP(MIPICFG_INTE); in mipi_cfg_regs_show() 399 DUMP(MIPICFG_INTF); in mipi_cfg_regs_show() 400 DUMP(MIPICFG_INTS); in mipi_cfg_regs_show() 401 #undef DUMP in mipi_cfg_regs_show()
|
| /linux-6.15/tools/testing/selftests/bpf/ |
| H A D | .gitignore | 9 FEATURE-DUMP.libbpf 10 FEATURE-DUMP.selftests
|
| /linux-6.15/drivers/net/ethernet/apm/xgene/ |
| H A D | xgene_enet_ethtool.c | 55 XGENE_EXTD_STAT(rx_frame_len_err_recov_cntr, DUMP, 0), 62 XGENE_EXTD_STAT(rx_jabber_recov_cntr, DUMP, 0), 64 XGENE_EXTD_STAT(rx_overrun_cntr, DUMP, 0), 83 XGENE_EXTD_STAT(tx_underrun_cntr, DUMP, 0)
|
| /linux-6.15/tools/tracing/latency/ |
| H A D | .gitignore | 5 FEATURE-DUMP
|
| H A D | Makefile | 85 $(Q)@rm -f latency-collector fixdep FEATURE-DUMP
|
| /linux-6.15/tools/verification/rv/ |
| H A D | .gitignore | 6 FEATURE-DUMP
|
| H A D | Makefile | 78 $(Q)rm -f rv rv-static fixdep FEATURE-DUMP rv-*
|
| /linux-6.15/tools/bpf/ |
| H A D | .gitignore | 2 FEATURE-DUMP.bpf
|
| H A D | Makefile | 94 $(Q)$(RM) -- $(OUTPUT)FEATURE-DUMP.bpf
|
| /linux-6.15/tools/tracing/rtla/ |
| H A D | .gitignore | 6 FEATURE-DUMP
|
| H A D | Makefile | 97 $(Q)rm -f rtla rtla-static fixdep FEATURE-DUMP rtla-*
|
| /linux-6.15/tools/bpf/bpftool/ |
| H A D | .gitignore | 6 FEATURE-DUMP.bpftool
|
| /linux-6.15/Documentation/networking/ |
| H A D | phy-link-topology.rst | 105 userspace using the ``ETHTOOL_MSG_PHY_GET`` ethtnl command. Performing a DUMP operation 106 will result in all PHYs from all net_device being listed. The DUMP command 108 to be passed in the request to filter the DUMP to a single net_device.
|
| /linux-6.15/tools/perf/ |
| H A D | .gitignore | 5 FEATURE-DUMP
|
| /linux-6.15/Documentation/arch/powerpc/ |
| H A D | firmware-assisted-dump.rst | 183 | | |///|////| DUMP | HDR |////| | 212 | |ELF| | |///|////| DUMP | HDR |/////| | 360 and for kernel DUMP region is: 362 DUMP: Src: <src-addr>, Dest: <dest-addr>, Size: <size>, Dumped: # bytes 370 DUMP: [0x0000006fff1020-0x0000007fff101f] 0x10000000 bytes, Dumped: 0x0 377 DUMP: [0x0000006fff1020-0x0000007fff101f] 0x10000000 bytes, Dumped: 0x10000000
|
| /linux-6.15/tools/build/ |
| H A D | Makefile.feature | 263 FEATURE_DUMP_FILENAME = $(OUTPUT)FEATURE-DUMP$(FEATURE_USER)
|
| /linux-6.15/drivers/net/wireless/marvell/mwifiex/ |
| H A D | sdio.c | 2820 mwifiex_dbg(adapter, DUMP, "Firmware dump Finished!\n"); in mwifiex_sdio_fw_dump() 2831 mwifiex_dbg(adapter, DUMP, in mwifiex_sdio_fw_dump() 2844 mwifiex_dbg(adapter, DUMP, in mwifiex_sdio_fw_dump() 2872 mwifiex_dbg(adapter, DUMP, "%s done: size=0x%tx\n", in mwifiex_sdio_fw_dump() 2943 mwifiex_dbg(adapter, DUMP, in mwifiex_sdio_generic_fw_dump() 2977 mwifiex_dbg(adapter, DUMP, "dump %s done size=0x%x\n", in mwifiex_sdio_generic_fw_dump()
|
| /linux-6.15/drivers/net/usb/ |
| H A D | hso.c | 345 #define DUMP(buf_, len_) \ macro 351 DUMP(buf_, len_); \ 354 #define DUMP(buf_, len_) macro 848 DUMP(ip_pkt, min(128, (int)count)); in packetizeRx() 1482 DUMP(serial_state_notification, in tiocmget_intr_callback()
|