HomeSort by relevance Sort by last modified time
    Searched refs:__le16_to_cpu (Results 76 - 86 of 86) sorted by null

1 2 34

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/byteorder/
big_endian.h 35 #define __le16_to_cpu(x) __swab16( (__u16)(__le16)(x)) macro
little_endian.h 35 #define __le16_to_cpu(x) ( (__u16)(__le16)(x)) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/byteorder/
big_endian.h 35 #define __le16_to_cpu(x) __swab16( (__u16)(__le16)(x)) macro
little_endian.h 35 #define __le16_to_cpu(x) ( (__u16)(__le16)(x)) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/byteorder/
big_endian.h 35 #define __le16_to_cpu(x) __swab16( (__u16)(__le16)(x)) macro
little_endian.h 35 #define __le16_to_cpu(x) ( (__u16)(__le16)(x)) macro
  /system/core/libusbhost/
usbhost.c 421 return __le16_to_cpu(desc->idVendor);
427 return __le16_to_cpu(desc->idProduct);
617 req->max_packet_size = __le16_to_cpu(ep_desc->wMaxPacketSize);
  /frameworks/base/services/jni/
com_android_server_UsbHostManager.cpp 94 endpointValues.add(__le16_to_cpu(endpoint->wMaxPacketSize));
  /system/core/adb/
usb_linux.c 646 ctrl.wIndex = __le16_to_cpu(languages[i]);
657 serial[i - 1] = __le16_to_cpu(buffer[i]);
  /external/kernel-headers/original/linux/usb/
ch9.h 593 return __le16_to_cpu(epd->wMaxPacketSize);
  /external/grub/stage2/
fsys_reiserfs.c 49 #define __le16_to_cpu(x) ((__u16) (x)) macro
    [all...]

Completed in 140 milliseconds

1 2 34