Home
last modified time | relevance | path

Searched refs:InformationBufferLength (Results 1 – 5 of 5) sorted by relevance

/components/legacy/usb/usbdevice/class/
A Drndis.h134 rt_uint32_t InformationBufferLength; member
147 rt_uint32_t InformationBufferLength; member
159 rt_uint32_t InformationBufferLength; member
A Drndis.c371 resp->InformationBufferLength = size; in _create_resp()
379 rt_memcpy(resp_buffer, buffer, resp->InformationBufferLength); in _copy_resp()
541 resp->MessageLength = sizeof(struct rndis_query_cmplt) + resp->InformationBufferLength; in _rndis_query_response()
/components/drivers/usb/cherryusb/class/wireless/
A Drndis_protocol.h147 rndis_InformationBufferLength_t InformationBufferLength; member
159 rndis_InformationBufferLength_t InformationBufferLength; member
169 rndis_InformationBufferLength_t InformationBufferLength; member
A Dusbh_rndis.c117 cmd->InformationBufferLength = query_len; in usbh_rndis_query_msg_transfer()
149 memcpy(info, ((uint8_t *)resp + sizeof(rndis_query_cmplt_t)), resp->InformationBufferLength); in usbh_rndis_query_msg_transfer()
150 *info_len = resp->InformationBufferLength; in usbh_rndis_query_msg_transfer()
173 cmd->InformationBufferLength = info_len; in usbh_rndis_set_msg_transfer()
A Dusbd_rndis.c346 resp->InformationBufferLength = infomation_len; in rndis_query_cmd_handler()
374 if (cmd->InformationBufferLength < sizeof(g_usbd_rndis.net_filter)) { in rndis_set_cmd_handler()

Completed in 11 milliseconds