Searched defs:endpoint (Results 26 - 40 of 40) sorted by relevance

12

/external/libusb/libusb/
H A Dcore.c675 struct libusb_config_descriptor *config, unsigned char endpoint)
690 &altsetting->endpoint[ep_idx];
691 if (ep->bEndpointAddress == endpoint)
701 * endpoint in the active device configuration.
710 * \param endpoint address of the endpoint in question
712 * \returns LIBUSB_ERROR_NOT_FOUND if the endpoint does not exist
716 unsigned char endpoint)
729 ep = find_endpoint(config, endpoint);
739 * Calculate the maximum packet size which a specific endpoint i
674 find_endpoint( struct libusb_config_descriptor *config, unsigned char endpoint) argument
715 libusb_get_max_packet_size(libusb_device *dev, unsigned char endpoint) argument
764 libusb_get_max_iso_packet_size(libusb_device *dev, unsigned char endpoint) argument
1309 libusb_clear_halt(libusb_device_handle *dev, unsigned char endpoint) argument
[all...]
H A Dlibusb.h152 * \ref libusb_endpoint_descriptor::bEndpointAddress "endpoint address" scheme.
166 * \ref libusb_endpoint_descriptor::bmAttributes "endpoint attributes" field.
169 /** Control endpoint */
172 /** Isochronous endpoint */
175 /** Bulk endpoint */
178 /** Interrupt endpoint */
219 /** Set then report an endpoint's synchronization frame */
288 /** Data endpoint */
291 /** Feedback endpoint */
294 /** Implicit feedback Data endpoint */
442 const struct libusb_endpoint_descriptor *endpoint; member in struct:libusb_interface_descriptor
724 unsigned char endpoint; member in struct:libusb_transfer
954 libusb_fill_bulk_transfer(struct libusb_transfer *transfer, libusb_device_handle *dev_handle, unsigned char endpoint, unsigned char *buffer, int length, libusb_transfer_cb_fn callback, void *user_data, unsigned int timeout) argument
982 libusb_fill_interrupt_transfer( struct libusb_transfer *transfer, libusb_device_handle *dev_handle, unsigned char endpoint, unsigned char *buffer, int length, libusb_transfer_cb_fn callback, void *user_data, unsigned int timeout) argument
1011 libusb_fill_iso_transfer(struct libusb_transfer *transfer, libusb_device_handle *dev_handle, unsigned char endpoint, unsigned char *buffer, int length, int num_iso_packets, libusb_transfer_cb_fn callback, void *user_data, unsigned int timeout) argument
[all...]
/external/chromium/net/http/
H A Dhttp_network_transaction.cc888 HostPortPair endpoint = HostPortPair(request_->url.HostNoBrackets(), local
893 endpoint);
1152 // by the endpoint host, request_->url, rather than considering if they were
/external/chromium/net/socket/
H A Dtransport_client_socket_pool_unittest.cc1097 IPEndPoint endpoint; local
1098 handle.socket()->GetLocalAddress(&endpoint);
1099 EXPECT_EQ(kIPv4AddressSize, endpoint.address().size());
1141 IPEndPoint endpoint; local
1142 handle.socket()->GetLocalAddress(&endpoint);
1143 EXPECT_EQ(kIPv6AddressSize, endpoint.address().size());
1174 IPEndPoint endpoint; local
1175 handle.socket()->GetLocalAddress(&endpoint);
1176 EXPECT_EQ(kIPv6AddressSize, endpoint.address().size());
1207 IPEndPoint endpoint; local
[all...]
/external/libusb/libusb/os/
H A Ddarwin_usb.c141 /* No pipe found with the correct endpoint address */
142 usbi_warn (HANDLE_CTX(dev_handle), "no pipeRef found with endpoint address 0x%02x.", ep);
910 usbi_err (HANDLE_CTX (dev_handle), "could not build endpoint table");
946 /* clean up endpoint data */
987 usbi_err (HANDLE_CTX (dev_handle), "could not build endpoint table");
994 static int darwin_clear_halt(struct libusb_device_handle *dev_handle, unsigned char endpoint) { argument
1002 /* determine the interface/endpoint to use */
1003 if (ep_to_pipeRef (dev_handle, endpoint, &pipeRef, &iface) != 0) {
1004 usbi_err (HANDLE_CTX (dev_handle), "endpoint not found on any open interface");
1014 /* newer versions of darwin support clearing additional bits on the device's endpoint */
[all...]
H A Dlinux_usbfs.c79 * endpoint is disabled, meaning that no more data can creep in during the
1190 unsigned char endpoint)
1193 unsigned int _endpoint = endpoint;
1344 int is_out = (transfer->endpoint & LIBUSB_ENDPOINT_DIR_MASK)
1382 urb->endpoint = transfer->endpoint;
1547 urb->endpoint = transfer->endpoint;
1633 urb->endpoint = transfer->endpoint;
1189 op_clear_halt(struct libusb_device_handle *handle, unsigned char endpoint) argument
[all...]
/external/libusb-compat/libusb/
H A Dusb.h142 struct usb_endpoint_descriptor *endpoint; member in struct:usb_interface_descriptor
/external/kernel-headers/original/linux/
H A Dusb.h46 * struct usb_host_endpoint - host-side endpoint descriptor and queue
47 * @desc: descriptor for this endpoint, wMaxPacketSize in native byteorder
48 * @urb_list: urbs queued to this endpoint; maintained by usbcore
52 * @extra: descriptors following this endpoint in the configuration
55 * USB requests are always queued to a given endpoint, identified by a
75 struct usb_host_endpoint *endpoint; member in struct:usb_host_interface
93 * endpoint configurations. They will be in no particular order.
113 * or by a product's vendor. The (default) control endpoint is part of
174 * set of endpoint configurations. They will be in no particular order.
333 unsigned int toggle[2]; /* one bit for each endpoint
1149 __create_pipe(struct usb_device *dev, unsigned int endpoint) argument
[all...]
/external/webkit/Source/WebCore/rendering/
H A DRenderBlockLineLayout.cpp105 InlineIterator& endpoint = midpoints[lineMidpointState.numMidpoints - 2]; local
107 InlineIterator currpoint = endpoint;
113 if (endpoint.m_obj->style()->collapseWhiteSpace())
114 endpoint.m_pos--;
161 // need to go ahead and append a run with our endpoint.
2364 // to be the actual endpoint. In both cases we just decrease our pos by 1 level to
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/v8/src/
H A Dobjects.cc6818 int endpoint = length - kStepSize; local
6820 for (; i <= endpoint; i += kStepSize) {
/external/valgrind/main/include/vki/
H A Dvki-linux.h2366 unsigned char endpoint; member in struct:vki_usbdevfs_urb
/external/sqlite/dist/orig/
H A Dsqlite3.c72831 FilePoint endpoint; /* Pointer to the end of the file */ member in struct:MemJournal
[all...]
/external/sqlite/dist/
H A Dsqlite3.c72844 FilePoint endpoint; /* Pointer to the end of the file */ member in struct:MemJournal
[all...]

Completed in 603 milliseconds

12