Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/r8188eu/os_dep/
Dusb_intf.c90 static inline int RT_usb_endpoint_xfer_bulk(const struct usb_endpoint_descriptor *epd) in RT_usb_endpoint_xfer_bulk() function
97 return RT_usb_endpoint_xfer_bulk(epd) && RT_usb_endpoint_dir_in(epd); in RT_usb_endpoint_is_bulk_in()
102 return RT_usb_endpoint_xfer_bulk(epd) && RT_usb_endpoint_dir_out(epd); in RT_usb_endpoint_is_bulk_out()