Home
last modified time | relevance | path

Searched refs:ep_msg (Results 1 – 2 of 2) sorted by relevance

/components/legacy/usb/usbdevice/core/
A Dusbdevice_core.c802 static rt_err_t _data_notify(udevice_t device, struct ep_msg* ep_msg) in _data_notify() argument
809 RT_ASSERT(ep_msg != RT_NULL); in _data_notify()
825 size = ep_msg->size; in _data_notify()
844 size = ep_msg->size; in _data_notify()
874 static rt_err_t _ep0_out_notify(udevice_t device, struct ep_msg* ep_msg) in _ep0_out_notify() argument
880 RT_ASSERT(ep_msg != RT_NULL); in _ep0_out_notify()
884 size = ep_msg->size; in _ep0_out_notify()
2005 msg.content.ep_msg.size = size; in rt_usbd_ep0_out_handler()
2019 msg.content.ep_msg.ep_addr = address; in rt_usbd_ep_in_handler()
2020 msg.content.ep_msg.size = size; in rt_usbd_ep_in_handler()
[all …]
/components/drivers/include/drivers/
A Dusb_device.h237 struct ep_msg struct
249 struct ep_msg ep_msg; argument

Completed in 9 milliseconds