Lines Matching refs:data
181 FAR const void *data; /* Data pointer overrides value if non-NULL. */
261 .bDataInterface = 0x01, /* data-interfac */
478 * Buffering of data is implemented in the following manner:
484 * One of these is always reserved for packet reception - when data arrives
490 * done processing the packet, the buffer might contain data to be sent.
493 * arrive. If there's no data to send, the request is returned to the list of
563 * Blocks reception of further bulk OUT endpoint data.
580 * Unblocks reception of bulk OUT endpoint data.
630 * Checks if there are free requests usable for TX data.
828 * The total length of the request data
871 FAR struct rndis_dev_s *priv = (FAR struct rndis_dev_s *)arg->data;
957 FAR struct rndis_dev_s *priv = (FAR struct rndis_dev_s *)arg->data;
974 * for sending data. May be called from an interrupt, so we must queue a
998 * Handles a USB packet arriving on the data bulk out endpoint.
1330 else if (g_rndis_oid_values[i].data)
1333 g_rndis_oid_values[i].data, resp->buflen);
1475 /* Extract references to private data */
1479 /* Process the received data unless this is some unusual condition */
1534 /* Extract references to our private data */
1785 priv->rxwork.data = (atomic_long_t)priv;
1787 priv->pollwork.data = (atomic_long_t)priv;
1800 /* And pull-up the data line for the soft connect function */
1830 /* Extract reference to private data */
1943 /* Extract reference to private data */
2038 /* Respond to the setup command if data was returned. On an error return
2079 /* Extract reference to private data */
2221 /* Discard the previous configuration data */