Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/cdns3/
Dcdns3-gadget.c292 priv_dev->out_mem_is_allocated = 0; in cdns3_hw_reset_eps_config()
1979 if (priv_dev->out_mem_is_allocated >= size) in cdns3_ep_onchip_buffer_reserve()
1982 required = size - priv_dev->out_mem_is_allocated; in cdns3_ep_onchip_buffer_reserve()
1987 priv_dev->out_mem_is_allocated += required; in cdns3_ep_onchip_buffer_reserve()
2984 priv_dev->out_mem_is_allocated = 0; in cdns3_gadget_udc_stop()
Dcdns3-gadget.h1328 int out_mem_is_allocated; member