Searched refs:RT_usb_endpoint_dir_out (Results 1 – 4 of 4) sorted by relevance
341 static inline int RT_usb_endpoint_dir_out(const struct usb_endpoint_descriptor *epd) in RT_usb_endpoint_dir_out() function363 return RT_usb_endpoint_xfer_bulk(epd) && RT_usb_endpoint_dir_out(epd); in RT_usb_endpoint_is_bulk_out()
272 static inline int RT_usb_endpoint_dir_out(const struct usb_endpoint_descriptor *epd) in RT_usb_endpoint_dir_out() function294 return (RT_usb_endpoint_xfer_bulk(epd) && RT_usb_endpoint_dir_out(epd)); in RT_usb_endpoint_is_bulk_out()
332 static inline int RT_usb_endpoint_dir_out(const struct usb_endpoint_descriptor *epd) in RT_usb_endpoint_dir_out() function354 return RT_usb_endpoint_xfer_bulk(epd) && RT_usb_endpoint_dir_out(epd); in RT_usb_endpoint_is_bulk_out()