Home
last modified time | relevance | path

Searched defs:msleep (Results 1 – 11 of 11) sorted by relevance

/third_party/uboot/u-boot-2020.01/drivers/usb/musb-new/
Dlinux-compat.h16 #define msleep(a) udelay(a * 1000) macro
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Ddelay.h51 #define msleep(m) linux_msleep(m) macro
/third_party/libinput/src/
Dutil-time.h37 msleep(unsigned int ms) in msleep() function
/third_party/uboot/u-boot-2020.01/drivers/rtc/
Ds35392a.c77 #define msleep(a) udelay(a * 1000) macro
/third_party/uboot/u-boot-2020.01/drivers/ata/
Dsata_sil3114.c424 static void msleep (int count) in msleep() function
Dahci.c61 #define msleep(a) udelay(a * 1000) macro
/third_party/uboot/u-boot-2020.01/arch/arm/mach-exynos/include/mach/
Ddp_info.h11 #define msleep(a) udelay(a * 1000) macro
/third_party/uboot/u-boot-2020.01/drivers/usb/gadget/hiudc3/
Dusb3_drv.c19 #define msleep udelay macro
/third_party/uboot/u-boot-2020.01/drivers/mmc/
Dbcm2835_sdhost.c46 #define msleep(a) udelay(a * 1000) macro
/third_party/libusb/examples/
Dxusb.c46 static inline void msleep(int msecs) in msleep() function
/third_party/toybox/lib/
Dlib.c560 void msleep(long milliseconds) in msleep() function