/kernel/linux/linux-5.10/scripts/ |
H A D | faddr2line | 108 DONE=1 138 DONE=1 149 DONE=1 185 DONE=1 195 DONE=1 205 DONE=1 244 DONE=1; 260 DONE=1 284 DONE=0 288 if [[ $DONE [all...] |
/kernel/linux/linux-6.6/scripts/ |
H A D | faddr2line | 109 DONE=1 139 DONE=1 150 DONE=1 186 DONE=1 196 DONE=1 206 DONE=1 245 DONE=1; 261 DONE=1 287 DONE=0 291 if [[ $DONE [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/ |
H A 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()
|
H A 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-6.6/drivers/gpu/drm/nouveau/dispnv50/ |
H A 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()
|
H A 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/ |
H A 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-6.6/tools/testing/selftests/kvm/x86_64/ |
H A D | smm_test.c | 32 #define DONE 0xff macro 114 sync_with_host(DONE); in guest_code() 176 if (stage_reported == DONE) in main()
|
/kernel/liteos_m/kal/posix/src/ |
H A D | poll.c | 214 goto DONE; in poll() 218 goto DONE; in poll() 225 DONE: in poll()
|
/kernel/linux/linux-5.10/drivers/fpga/ |
H A 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/linux/linux-6.6/drivers/fpga/ |
H A 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/linux/linux-6.6/tools/testing/selftests/amd-pstate/ |
H A D | basic.sh | 18 FILE_BASIC=DONE
|
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | sata_dwc_460ex.c | 490 goto DONE; in sata_dwc_isr() 508 goto DONE; in sata_dwc_isr() 520 goto DONE; in sata_dwc_isr() 540 goto DONE; in sata_dwc_isr() 551 goto DONE; in sata_dwc_isr() 578 goto DONE; in sata_dwc_isr() 585 goto DONE; in sata_dwc_isr() 627 goto DONE; in sata_dwc_isr() 640 goto DONE; in sata_dwc_isr() 681 DONE in sata_dwc_isr() [all...] |
/kernel/linux/linux-5.10/drivers/media/pci/cobalt/ |
H A 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/linux/linux-6.6/drivers/media/pci/cobalt/ |
H A 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/ |
H A D | los_vm_fault.c | 408 goto DONE; in OsVmPageFaultHandler() 439 goto DONE; in OsVmPageFaultHandler() 452 goto DONE; in OsVmPageFaultHandler() 462 DONE: in OsVmPageFaultHandler()
|
/kernel/linux/linux-5.10/tools/testing/selftests/cpufreq/ |
H A D | cpu.sh | 10 FILE_CPU=DONE
|
H A D | module.sh | 10 FILE_MODULE=DONE
|
H A D | governor.sh | 10 FILE_GOVERNOR=DONE
|
H A D | special-tests.sh | 12 FILE_SPECIAL=DONE
|
/kernel/linux/linux-6.6/tools/testing/selftests/cpufreq/ |
H A D | cpu.sh | 10 FILE_CPU=DONE
|
H A D | module.sh | 10 FILE_MODULE=DONE
|
/kernel/linux/linux-5.10/lib/zlib_inflate/ |
H A D | inflate.h | 44 DONE, /* finished check, done -- remain here until reset */ enumerator 70 CHECK -> LENGTH -> DONE
|
/kernel/linux/linux-6.6/lib/zlib_inflate/ |
H A D | inflate.h | 44 DONE, /* finished check, done -- remain here until reset */ enumerator 70 CHECK -> LENGTH -> DONE
|
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | sata_dwc_460ex.c | 535 goto DONE; in sata_dwc_isr() 559 goto DONE; in sata_dwc_isr() 579 goto DONE; in sata_dwc_isr() 590 goto DONE; in sata_dwc_isr() 617 goto DONE; in sata_dwc_isr() 624 goto DONE; in sata_dwc_isr() 676 goto DONE; in sata_dwc_isr() 717 DONE: in sata_dwc_isr()
|