/linux-6.6.21/arch/s390/include/asm/ |
D | delay.h | 16 void __ndelay(unsigned long nsecs); 20 #define ndelay(n) __ndelay((unsigned long)(n))
|
/linux-6.6.21/arch/mips/include/asm/ |
D | delay.h | 17 extern void __ndelay(unsigned long ns); 20 #define ndelay(ns) __ndelay(ns)
|
/linux-6.6.21/arch/loongarch/include/asm/ |
D | delay.h | 11 extern void __ndelay(unsigned long ns); 14 #define ndelay(ns) __ndelay(ns)
|
/linux-6.6.21/arch/loongarch/lib/ |
D | delay.c | 38 void __ndelay(unsigned long ns) in __ndelay() function 42 EXPORT_SYMBOL(__ndelay);
|
/linux-6.6.21/arch/x86/um/ |
D | delay.c | 53 void __ndelay(unsigned long nsecs) in __ndelay() function 57 EXPORT_SYMBOL(__ndelay);
|
/linux-6.6.21/arch/csky/lib/ |
D | delay.c | 35 void __ndelay(unsigned long nsecs) in __ndelay() function 39 EXPORT_SYMBOL(__ndelay);
|
/linux-6.6.21/arch/s390/lib/ |
D | delay.c | 39 void __ndelay(unsigned long nsecs) in __ndelay() function 45 EXPORT_SYMBOL(__ndelay);
|
/linux-6.6.21/arch/sparc/include/asm/ |
D | delay_32.h | 25 void __ndelay(unsigned long nsecs, unsigned long lpj); 33 #define ndelay(__nsecs) __ndelay(__nsecs, __udelay_val)
|
/linux-6.6.21/include/asm-generic/ |
D | delay.h | 10 extern void __ndelay(unsigned long nsecs); 41 __ndelay(n); \
|
/linux-6.6.21/arch/nios2/lib/ |
D | delay.c | 36 void __ndelay(unsigned long nsecs) in __ndelay() function 40 EXPORT_SYMBOL(__ndelay);
|
/linux-6.6.21/arch/mips/lib/ |
D | delay.c | 60 void __ndelay(unsigned long ns) in __ndelay() function 66 EXPORT_SYMBOL(__ndelay);
|
/linux-6.6.21/arch/openrisc/lib/ |
D | delay.c | 55 void __ndelay(unsigned long nsecs) in __ndelay() function 59 EXPORT_SYMBOL(__ndelay);
|
/linux-6.6.21/arch/xtensa/include/asm/ |
D | delay.h | 55 static inline void __ndelay(unsigned long nsec) in __ndelay() function 72 __ndelay(nsec); in ndelay()
|
/linux-6.6.21/arch/arm64/lib/ |
D | delay.c | 65 void __ndelay(unsigned long nsecs) in __ndelay() function 69 EXPORT_SYMBOL(__ndelay);
|
/linux-6.6.21/arch/x86/lib/ |
D | delay.c | 227 void __ndelay(unsigned long nsecs) in __ndelay() function 231 EXPORT_SYMBOL(__ndelay);
|
/linux-6.6.21/arch/mips/cavium-octeon/ |
D | csrc-octeon.c | 158 void __ndelay(unsigned long ns) in __ndelay() function 170 EXPORT_SYMBOL(__ndelay);
|
/linux-6.6.21/arch/sh/lib/ |
D | delay.c | 50 void __ndelay(unsigned long nsecs) in __ndelay() function
|
/linux-6.6.21/arch/sh/kernel/ |
D | sh_ksyms_32.c | 16 EXPORT_SYMBOL(__ndelay);
|
/linux-6.6.21/arch/sparc/kernel/ |
D | entry.S | 1138 .globl __ndelay 1139 __ndelay: label 1181 EXPORT_SYMBOL(__ndelay)
|
/linux-6.6.21/Documentation/translations/zh_CN/kernel-hacking/ |
D | hacking.rst | 647 __ndelay(n))
|
/linux-6.6.21/Documentation/kernel-hacking/ |
D | hacking.rst | 769 __ndelay(n))
|
/linux-6.6.21/Documentation/translations/it_IT/kernel-hacking/ |
D | hacking.rst | 808 __ndelay(n))
|