Searched refs:copylength (Results 1 – 1 of 1) sorted by relevance
731 int copylength; in ssv_sdiobridge_device_read() local758 copylength = min(bf->rxsize,(u32)length); in ssv_sdiobridge_device_read()759 CHECK_RET(copy_to_user((int __user *)buffer,bf->rxdata,copylength)); in ssv_sdiobridge_device_read()760 …n:[%d], user read len:[%d],real read len:[%d] \n", __FUNCTION__,bf->rxsize,(u32)length,copylength); in ssv_sdiobridge_device_read()764 return copylength; in ssv_sdiobridge_device_read()