Searched refs:diva_os_copy_to_user (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Dmntfunc.c32 extern int diva_os_copy_to_user(void *os_handle, void __user *dst,
157 if ((count < ret) || diva_os_copy_to_user
167 if ((count < ret) || diva_os_copy_to_user
202 if (diva_os_copy_to_user (NULL, buf, data, ret))
233 diva_os_copy_to_user (NULL, buf, (void *) pbuf, size))
285 if ((count < written) || diva_os_copy_to_user(NULL, buf, (void *) pbuf, written)) {
H A Ddivamnt.c73 int diva_os_copy_to_user(void *os_handle, void __user *dst, const void *src, function

Completed in 102 milliseconds