Home
last modified time | relevance | path

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

/drivers/usb/gadget/
Ds3c2410_udc.h93 unsigned req_config : 1; member
Dpxa25x_udc.h111 req_config : 1, member
Dgoku_udc.h251 req_config:1, member
Dpxa25x_udc.c686 if (dev->req_config) { in pxa25x_ep_queue()
1464 dev->req_config = 0; in handle_ep0()
1474 dev->req_config = 1; in handle_ep0()
1513 if (dev->req_config) { in handle_ep0()
Ds3c2410_udc.c648 dev->req_config = 0; in s3c2410_udc_handle_ep0_idle()
656 dev->req_config = 1; in s3c2410_udc_handle_ep0_idle()
665 dev->req_config = 1; in s3c2410_udc_handle_ep0_idle()
735 if (dev->req_config) { in s3c2410_udc_handle_ep0_idle()
Dgoku_udc.c475 if (ep->dev->req_config) in read_fifo()
1473 dev->req_config = (ctrl.bRequest == USB_REQ_SET_CONFIGURATION in ep0_setup()
1475 if (unlikely(dev->req_config)) in ep0_setup()