Searched refs:ep_msg (Results 1 – 2 of 2) sorted by relevance
802 static rt_err_t _data_notify(udevice_t device, struct ep_msg* ep_msg) in _data_notify() argument809 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() argument880 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 …]
237 struct ep_msg struct249 struct ep_msg ep_msg; argument
Completed in 9 milliseconds