Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/cdns3/
Dcdns3-gadget.c292 priv_dev->out_mem_is_allocated = 0; in cdns3_hw_reset_eps_config()
2043 if (priv_dev->out_mem_is_allocated >= size) in cdns3_ep_onchip_buffer_reserve()
2046 required = size - priv_dev->out_mem_is_allocated; in cdns3_ep_onchip_buffer_reserve()
2051 priv_dev->out_mem_is_allocated += required; in cdns3_ep_onchip_buffer_reserve()
3043 priv_dev->out_mem_is_allocated = 0; in cdns3_gadget_udc_stop()
Dcdns3-gadget.h1331 int out_mem_is_allocated; member