Home
last modified time | relevance | path

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

/linux-3.3/include/linux/usb/
Dr8a66597.h376 #define R8A66597_BULK 0x4000 /* Bulk */ macro
/linux-3.3/drivers/usb/gadget/
Dr8a66597-udc.c339 case R8A66597_BULK: in pipe_buffer_setting()
386 if (info->type == R8A66597_BULK) in pipe_buffer_release()
483 info.type = R8A66597_BULK; in alloc_pipe_config()
528 if ((counter == &r8a66597->isochronous) && info.type == R8A66597_BULK) in alloc_pipe_config()
/linux-3.3/drivers/usb/host/
Dr8a66597-hcd.c635 if (info->type == R8A66597_BULK && info->dir_in) in pipe_buffer_setting()
723 r8a66597_type = R8A66597_BULK; in get_r8a66597_type()
966 if (info.type == R8A66597_BULK) { in init_pipe_info()