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

  /external/kernel-headers/original/uapi/linux/usb/
ch9.h 421 * @epd: endpoint to be checked
423 * Returns @epd's number: 0 to 15.
425 static inline int usb_endpoint_num(const struct usb_endpoint_descriptor *epd)
427 return epd->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK;
432 * @epd: endpoint to be checked
435 * to @epd's transfer type.
437 static inline int usb_endpoint_type(const struct usb_endpoint_descriptor *epd)
439 return epd->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK;
444 * @epd: endpoint to be checked
448 static inline int usb_endpoint_dir_in(const struct usb_endpoint_descriptor *epd)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/usb/
ch9.h 370 * @epd: endpoint to be checked
372 * Returns @epd's number: 0 to 15.
374 static __inline__ int usb_endpoint_num(const struct usb_endpoint_descriptor *epd)
376 return epd->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK;
381 * @epd: endpoint to be checked
384 * to @epd's transfer type.
386 static __inline__ int usb_endpoint_type(const struct usb_endpoint_descriptor *epd)
388 return epd->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK;
393 * @epd: endpoint to be checked
397 static __inline__ int usb_endpoint_dir_in(const struct usb_endpoint_descriptor *epd)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/usb/
ch9.h 370 * @epd: endpoint to be checked
372 * Returns @epd's number: 0 to 15.
374 static __inline__ int usb_endpoint_num(const struct usb_endpoint_descriptor *epd)
376 return epd->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK;
381 * @epd: endpoint to be checked
384 * to @epd's transfer type.
386 static __inline__ int usb_endpoint_type(const struct usb_endpoint_descriptor *epd)
388 return epd->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK;
393 * @epd: endpoint to be checked
397 static __inline__ int usb_endpoint_dir_in(const struct usb_endpoint_descriptor *epd)
    [all...]
  /external/ppp/pppd/
lcp.c 2130 struct epdisc epd; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /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 2317 milliseconds