/kernel/linux/linux-5.10/scripts/ |
D | faddr2line | 108 DONE=1 125 DONE=1 134 DONE=1 174 DONE=1; 190 DONE=1 214 DONE=0 218 if [[ $DONE = 0 ]]; then
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/ |
D | core507d.c | 66 if (NVBO_TD32(bo, offset, NV_DISP_CORE_NOTIFIER_1, COMPLETION_0, DONE, ==, TRUE)) in core507d_ntfy_wait_done() 77 NVDEF(NV_DISP_CORE_NOTIFIER_1, COMPLETION_0, DONE, FALSE)); in core507d_ntfy_init() 112 NVDEF(NV_DISP_CORE_NOTIFIER_1, CAPABILITIES_1, DONE, FALSE)); in core507d_caps_init() 120 NV_DISP_CORE_NOTIFIER_1, CAPABILITIES_1, DONE, ==, TRUE)) in core507d_caps_init()
|
D | core907d.c | 41 NVDEF(NV907D_CORE_NOTIFIER_3, CAPABILITIES_4, DONE, FALSE)); in core907d_caps_init() 49 NV907D_CORE_NOTIFIER_3, CAPABILITIES_4, DONE, ==, TRUE)) in core907d_caps_init()
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/x86_64/ |
D | smm_test.c | 36 #define DONE 0xff macro 89 sync_with_host(DONE); in guest_code() 144 if (stage_reported == DONE) in main()
|
/kernel/linux/linux-5.10/drivers/fpga/ |
D | machxo2-spi.c | 45 #define DONE 8 macro 113 *status, test_bit(DONE, status), test_bit(ENAB, status), in dump_status_reg() 180 if (!test_bit(BUSY, &status) && test_bit(DONE, &status) && in machxo2_spi_state() 316 if (!test_bit(DONE, &status)) { in machxo2_write_complete() 336 if (!test_bit(BUSY, &status) && test_bit(DONE, &status) && in machxo2_write_complete()
|
/kernel/liteos_m/kal/posix/src/ |
D | poll.c | 214 goto DONE; in poll() 218 goto DONE; in poll() 225 DONE: in poll()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/ |
D | TODO | 14 4. DONE - Flatten all DC objects 28 5. DONE - Rename DC objects to align more with DRM 33 6. DONE - Per-plane and per-stream validation 100 19. DONE - The DC logger is still a rather sore thing, but I know that the
|
/kernel/linux/linux-5.10/drivers/media/pci/cobalt/ |
D | cobalt-omnitek.c | 29 #define DONE (1 << 4) macro 109 if (ioread32(CS_REG(s->dma_channel)) & DONE) in is_dma_done() 139 if (!(ctrl & DONE)) in omni_sg_dma_init()
|
/kernel/liteos_a/kernel/base/vm/ |
D | los_vm_fault.c | 402 goto DONE; in OsVmPageFaultHandler() 433 goto DONE; in OsVmPageFaultHandler() 446 goto DONE; in OsVmPageFaultHandler() 453 DONE: in OsVmPageFaultHandler()
|
D | los_vm_phys.c | 322 goto DONE; in OsVmPhysPagesAlloc() 328 goto DONE; in OsVmPhysPagesAlloc() 332 DONE: in OsVmPhysPagesAlloc()
|
D | shm.c | 844 goto DONE; in OsShellCmdShm() 849 goto DONE; in OsShellCmdShm() 855 DONE: in OsShellCmdShm()
|
/kernel/linux/linux-5.10/tools/testing/selftests/cpufreq/ |
D | cpu.sh | 10 FILE_CPU=DONE
|
D | special-tests.sh | 12 FILE_SPECIAL=DONE
|
D | governor.sh | 10 FILE_GOVERNOR=DONE
|
D | module.sh | 10 FILE_MODULE=DONE
|
D | cpufreq.sh | 8 FILE_CPUFREQ=DONE
|
/kernel/linux/linux-5.10/Documentation/filesystems/ |
D | ocfs2-online-filecheck.rst | 63 INO DONE ERROR 67 <DONE> indicates whether the operation has been finished. 78 INO DONE ERROR
|
/kernel/linux/linux-5.10/drivers/ata/ |
D | sata_dwc_460ex.c | 531 goto DONE; in sata_dwc_isr() 555 goto DONE; in sata_dwc_isr() 575 goto DONE; in sata_dwc_isr() 586 goto DONE; in sata_dwc_isr() 613 goto DONE; in sata_dwc_isr() 620 goto DONE; in sata_dwc_isr() 672 goto DONE; in sata_dwc_isr() 713 DONE: in sata_dwc_isr()
|
/kernel/linux/linux-5.10/lib/zlib_inflate/ |
D | inflate.h | 44 DONE, /* finished check, done -- remain here until reset */ enumerator
|
D | inflate.c | 722 state->mode = DONE; in zlib_inflate() 724 case DONE: in zlib_inflate()
|
/kernel/linux/linux-5.10/arch/mips/sgi-ip27/ |
D | TODO | 7 ip27-init.c:find_lbaord_real. DONE
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/fpga/ |
D | xilinx-slave-serial.txt | 17 - done-gpios: config status pin (referred to as DONE in the manual)
|
/kernel/linux/linux-5.10/tools/testing/selftests/vm/ |
D | charge_reserved_hugetlb.sh | 60 echo CLEANUP DONE 184 echo waiting for DONE signal.
|
/kernel/linux/linux-5.10/arch/arm/boot/dts/ |
D | am3874-iceboard.dts | 318 DM814X_IOPAD(0x0824, PIN_INPUT | 0x80) /* DONE */ 389 "", "PROGRAM_B", "INIT_B", "DONE", /* 0-3 */
|
/kernel/linux/linux-5.10/drivers/dma/ |
D | pl330.c | 410 DONE, enumerator 1569 desc->status = DONE; in dma_pl330_rqcb() 2057 desc->status = DONE; in fill_queue() 2076 if (desc->status == DONE) { in pl330_tasklet() 2425 if (desc->status == DONE) in pl330_tx_status() 2444 case DONE: in pl330_tx_status()
|