HomeSort by relevance Sort by last modified time
    Searched refs:copy_to_user (Results 1 - 9 of 9) sorted by null

  /external/kernel-headers/original/asm-x86/
termios.h 97 copy_to_user((termio)->c_cc, (termios)->c_cc, NCC); \
104 copy_to_user(u, k, sizeof(struct termios2))
110 copy_to_user(u, k, sizeof(struct termios))
uaccess_32.h 561 unsigned long __must_check copy_to_user(void __user *to,
  /external/kernel-headers/original/asm-arm/
termios.h 100 copy_to_user((termio)->c_cc, (termios)->c_cc, NCC); \
104 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios))
uaccess.h 407 static inline unsigned long copy_to_user(void __user *to, const void *from, unsigned long n) function
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
osmemapi.c 513 return copy_to_user(pDstPtr,pSrcPtr,Size);
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
ioctl_list.c 39 #include <asm/uaccess.h> /* copy_to_user() */
241 if( copy_to_user( (void *) req->user_data_pointer, extra, req->length ) )
  /system/wlan/ti/wilink_6_1/platforms/os/linux/src/
osmemapi.c 512 return copy_to_user(pDstPtr,pSrcPtr,Size);
  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_linux.c     [all...]
  /hardware/broadcom/wlan/bcm4329/src/wl/sys/
wl_iw.c     [all...]

Completed in 36 milliseconds