Home
last modified time | relevance | path

Searched refs:minLen (Results 1 - 3 of 3) sorted by relevance

/drivers/liteos/hievent/src/
H A Dhievent_driver.c125 size_t minLen = dstLen > srcLen ? srcLen : dstLen; in HieventBufferCopy() local
127 if (LOS_IsUserAddressRange((vaddr_t)(uintptr_t)dst, minLen) && in HieventBufferCopy()
128 LOS_IsUserAddressRange((vaddr_t)(uintptr_t)src, minLen)) { in HieventBufferCopy()
132 if (LOS_IsUserAddressRange((vaddr_t)(uintptr_t)dst, minLen)) { in HieventBufferCopy()
133 retval = LOS_ArchCopyToUser(dst, src, minLen); in HieventBufferCopy()
134 } else if (LOS_IsUserAddressRange((vaddr_t)(uintptr_t)src, minLen)) { in HieventBufferCopy()
135 retval = LOS_ArchCopyFromUser(dst, src, minLen); in HieventBufferCopy()
/drivers/hdf_core/framework/support/platform/include/hdmi/
H A Dhdmi_cec.h1636 uint8_t minLen; member
/drivers/hdf_core/framework/support/platform/src/hdmi/
H A Dhdmi_cec.c233 if (msg->len < info->minLen) { in HdmiCecCheckMsgLen()

Completed in 8 milliseconds