Home
last modified time | relevance | path

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

/linux/include/linux/usb/
H A Dr8a66597.h363 #define R8A66597_BULK 0x4000 /* Bulk */ macro
/linux/drivers/usb/gadget/udc/
H A Dr8a66597-udc.c336 case R8A66597_BULK: in pipe_buffer_setting()
383 if (info->type == R8A66597_BULK) in pipe_buffer_release()
480 info.type = R8A66597_BULK; in alloc_pipe_config()
525 if ((counter == &r8a66597->isochronous) && info.type == R8A66597_BULK) in alloc_pipe_config()
/linux/drivers/usb/host/
H A Dr8a66597-hcd.c615 if (info->type == R8A66597_BULK && info->dir_in) in pipe_buffer_setting()
703 r8a66597_type = R8A66597_BULK; in get_r8a66597_type()
946 if (info.type == R8A66597_BULK) { in init_pipe_info()