Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/
H A Dm66592-udc.c246 case M66592_BULK: in pipe_buffer_setting()
293 if (info->type == M66592_BULK) in pipe_buffer_release()
409 info.type = M66592_BULK; in alloc_pipe_config()
451 if ((counter == &m66592->isochronous) && info.type == M66592_BULK) in alloc_pipe_config()
H A Dm66592-udc.h354 #define M66592_BULK 0x4000 /* Bulk */ macro