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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/usb/
ch9.h 408 * @epd: endpoint to be checked
410 * Returns @epd's number: 0 to 15.
412 static __inline__ int usb_endpoint_num(const struct usb_endpoint_descriptor *epd)
414 return epd->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK;
419 * @epd: endpoint to be checked
422 * to @epd's transfer type.
424 static __inline__ int usb_endpoint_type(const struct usb_endpoint_descriptor *epd)
426 return epd->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK;
431 * @epd: endpoint to be checked
435 static __inline__ int usb_endpoint_dir_in(const struct usb_endpoint_descriptor *epd)
    [all...]
  /external/kernel-headers/original/uapi/linux/usb/
ch9.h 458 * @epd: endpoint to be checked
460 * Returns @epd's number: 0 to 15.
462 static inline int usb_endpoint_num(const struct usb_endpoint_descriptor *epd)
464 return epd->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK;
469 * @epd: endpoint to be checked
472 * to @epd's transfer type.
474 static inline int usb_endpoint_type(const struct usb_endpoint_descriptor *epd)
476 return epd->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK;
481 * @epd: endpoint to be checked
485 static inline int usb_endpoint_dir_in(const struct usb_endpoint_descriptor *epd)
    [all...]
  /external/ppp/pppd/
lcp.c 2152 struct epdisc epd; local
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 

Completed in 256 milliseconds