Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/cdns3/
Dcdns3-gadget.c291 priv_dev->out_mem_is_allocated = 0; in cdns3_hw_reset_eps_config()
1987 if (priv_dev->out_mem_is_allocated >= size) in cdns3_ep_onchip_buffer_reserve()
1990 required = size - priv_dev->out_mem_is_allocated; in cdns3_ep_onchip_buffer_reserve()
1995 priv_dev->out_mem_is_allocated += required; in cdns3_ep_onchip_buffer_reserve()
2951 priv_dev->out_mem_is_allocated = 0; in cdns3_gadget_udc_stop()
Dcdns3-gadget.h1328 int out_mem_is_allocated; member