Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/gadget/
H A Dpxa25x_udc.h128 req_config:1, member
H A Dpxa25x_udc.c782 if (dev->req_config) { in pxa25x_ep_queue()
1280 dev->req_config = 0; in handle_ep0()
1292 dev->req_config = 1; in handle_ep0()
1334 if (dev->req_config) { in handle_ep0()
/openbmc/linux/drivers/usb/gadget/udc/
H A Dpxa25x_udc.h106 req_config : 1, member
H A Dgoku_udc.h248 req_config:1, member
H A Dpxa25x_udc.c893 if (dev->req_config) { in pxa25x_ep_queue()
1655 dev->req_config = 0; in handle_ep0()
1665 dev->req_config = 1; in handle_ep0()
1704 if (dev->req_config) { in handle_ep0()
H A Dgoku_udc.c478 if (ep->dev->req_config) in read_fifo()
1504 dev->req_config = (ctrl.bRequest == USB_REQ_SET_CONFIGURATION in ep0_setup()
1506 if (unlikely(dev->req_config)) in ep0_setup()