Searched refs:false_buf (Results 1 – 1 of 1) sorted by relevance
264 struct net_buf *false_buf = NULL; in test_udc_ep_enqueue() local268 false_buf = udc_ep_buf_alloc(dev, FALSE_EP_ADDR, 64); in test_udc_ep_enqueue()269 zassert_not_null(false_buf, "Failed to allocate request"); in test_udc_ep_enqueue()270 err2 = udc_ep_enqueue(dev, false_buf); in test_udc_ep_enqueue()280 test_udc_ep_buf_free(dev, false_buf); in test_udc_ep_enqueue()