Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dat91_udc.h127 unsigned wait_for_config_ack:1; member
H A Dat91_udc.c476 if (udc->wait_for_config_ack) { in at91_ep_queue()
879 udc->wait_for_config_ack = 0; in handle_setup()
915 udc->wait_for_config_ack = (tmp == 0); in handle_setup()
917 udc->wait_for_config_ack = (tmp != 0); in handle_setup()
918 if (udc->wait_for_config_ack) in handle_setup()