Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/class/wireless/
A Dusbh_rndis.c159 rndis_set_msg_t *cmd; in usbh_rndis_set_msg_transfer()
167 cmd = (rndis_set_msg_t *)g_rndis_buf; in usbh_rndis_set_msg_transfer()
170 cmd->MessageLength = info_len + sizeof(rndis_set_msg_t); in usbh_rndis_set_msg_transfer()
177 memcpy(((uint8_t *)cmd + sizeof(rndis_set_msg_t)), info, info_len); in usbh_rndis_set_msg_transfer()
182 setup->wLength = info_len + sizeof(rndis_set_msg_t); in usbh_rndis_set_msg_transfer()
A Drndis_protocol.h172 } rndis_set_msg_t; typedef
A Dusbd_rndis.c354 rndis_set_msg_t *cmd = (rndis_set_msg_t *)data; in rndis_set_cmd_handler()
/components/legacy/usb/usbdevice/class/
A Drndis.h163 typedef struct rndis_set_msg* rndis_set_msg_t; typedef
A Drndis.c554 static rt_err_t _rndis_set_response(ufunction_t func,rndis_set_msg_t msg) in _rndis_set_response()
619 static rt_err_t _rndis_reset_response(ufunction_t func,rndis_set_msg_t msg) in _rndis_reset_response()
733 ret = _rndis_set_response(func,(rndis_set_msg_t) msg); in _rndis_msg_parser()
738 ret = _rndis_reset_response(func,(rndis_set_msg_t) msg); in _rndis_msg_parser()

Completed in 13 milliseconds