HomeSort by relevance Sort by last modified time
    Searched full:endpoint (Results 51 - 75 of 148) sorted by null

1 23 4 5 6

  /external/qemu/hw/
usb-hid.c 141 /* one endpoint (status change endpoint) */
143 0x05, /* u8 ep_bDescriptorType; Endpoint */
144 0x81, /* u8 ep_bEndpointAddress; IN Endpoint 1 */
196 /* one endpoint (status change endpoint) */
198 0x05, /* u8 ep_bDescriptorType; Endpoint */
199 0x81, /* u8 ep_bEndpointAddress; IN Endpoint 1 */
251 /* one endpoint (status change endpoint) */
    [all...]
usb-hub.c 145 /* one endpoint (status change endpoint) */
147 0x05, /* u8 ep_bDescriptorType; Endpoint */
148 0x81, /* u8 ep_bEndpointAddress; IN Endpoint 1 */
256 /* status change endpoint size based on number
  /bionic/libc/kernel/common/linux/
usbdevice_fs.h 74 unsigned char endpoint; member in struct:usbdevfs_urb
  /external/srec/tools/grxmlcompile/
sub_grph.h 171 void RemoveUnreachedConnections (int startPoint, int endPoint);
172 void RemoveUnreachedConnectionsDebug (int startPoint, int endPoint);
173 void RemoveTagConnections (int startPoint, int endPoint);
237 void RemoveNulls (int startPoint, int endPoint);
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
usbdevice_fs.h 74 unsigned char endpoint; member in struct:usbdevfs_urb
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
usbdevice_fs.h 74 unsigned char endpoint; member in struct:usbdevfs_urb
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
usbdevice_fs.h 74 unsigned char endpoint; member in struct:usbdevfs_urb
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
usbdevice_fs.h 74 unsigned char endpoint; member in struct:usbdevfs_urb
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
usbdevice_fs.h 74 unsigned char endpoint; member in struct:usbdevfs_urb
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
usbdevice_fs.h 74 unsigned char endpoint; member in struct:usbdevfs_urb
  /external/ppp/pppd/
lcp.c 77 bool noendpoint = 0; /* don't send/accept endpoint discriminator */
178 { "endpoint", o_special, (void *) setendpoint,
179 "Endpoint discriminator for multilink",
184 "Don't send or accept multilink endpoint discriminator", 1 },
314 if (str_to_epdisc(&lcp_wantoptions[0].endpoint, *argv)) {
318 option_error("Can't parse '%s' as an endpoint discriminator", *argv);
328 printer(arg, "%s", epdisc_to_str(&lcp_wantoptions[0].endpoint));
676 (go->neg_endpoint? CILEN_CHAR + go->endpoint.length: 0));
753 ADDCIENDP(CI_EPDISC, go->neg_endpoint, go->endpoint.class,
754 go->endpoint.value, go->endpoint.length)
    [all...]
  /external/kernel-headers/original/linux/
usbdevice_fs.h 97 unsigned char endpoint; member in struct:usbdevfs_urb
131 unsigned char endpoint; member in struct:usbdevfs_urb32
if_link.h 122 for IPIP tunnels, when route to endpoint is allowed to change)
  /external/iproute2/doc/
ip-tunnels.tex 90 packets to another endpoint is not hidden. If you dislike this, or if you
117 \item {\bf In 2.0} you set remote tunnel endpoint address with
121 the interfaces, namely it sets not tunnel endpoint,
124 rather than via Internet. Actual tunnel endpoint address \verb|A|
173 \verb|remote <D>| sets remote endpoint of the tunnel to IP
214 address pointing to desired endpoint. F.e.\
245 not be able to escape to another device, when route to endpoint changes.
  /cts/tests/tests/gesture/src/android/gesture/cts/
GestureStrokeTest.java 76 // bound the path by the endpoint
  /development/host/windows/usb/adb_winapi_test/
adb_winapi_test.cpp 282 // Get default bulk read endpoint info
296 // Get default bulk write endpoint info
343 // Get default read endpoint
352 // Get default write endpoint
  /development/host/windows/usb/winusb/
adb_winusb_endpoint_object.cpp 19 encapsulates a handle opened to a WinUsb endpoint on our device.
  /external/iproute2/include/linux/
if_link.h 120 for IPIP tunnels, when route to endpoint is allowed to change)
  /external/libpcap/
atmuni31.h 64 #define ENDPT_REF 0x54 /* endpoint reference */
  /external/tcpdump/
atmuni31.h 64 #define ENDPT_REF 0x54 /* endpoint reference */
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_data/
whalDefrag_api.h 62 WHAL_ENDPNT* pWhalEndpntEnt[MAX_SITES_FRAGMENT_COLLECTION]; /* Pointer to the HL_HAL endpoint entry module*/
whalEndpntEnt_api.h 84 /* WHAL ENDPOINT Class API*/
  /frameworks/base/awt/java/awt/font/
TextLayout.java 577 * the first selected endpoint within the area of characters
579 * the second selected endpoint within the area of characters
593 * the first selected endpoint within the area of characters
595 * the second selected endpoint within the area of characters
623 * the first endpoint of the visual range.
625 * the second endpoint of the visual range.
  /external/qemu/
usb-linux.c 95 /* endpoint association data */
450 urb->endpoint = p->devep | 0x80;
452 urb->endpoint = p->devep;
455 ret = ioctl(s->fd, USBDEVFS_CLEAR_HALT, &urb->endpoint);
458 urb->endpoint, errno);
482 dprintf("husb: data submit. ep 0x%x len %u aurb %p\n", urb->endpoint, p->len, aurb);
596 urb->endpoint = p->devep;
803 /* get the desired configuration, interface, and endpoint descriptors
872 dprintf("usb_host: malformed endpoint type\n");
    [all...]
  /external/webkit/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 331 IntPoint endPoint = origin + IntSize(width, 0);
333 m_data->context->DrawLine(origin.x(), origin.y(), endPoint.x(), endPoint.y());

Completed in 973 milliseconds

1 23 4 5 6