Home
last modified time | relevance | path

Searched refs:net_buf_alloc_with_data (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/samples/subsys/usb/webusb-next/src/
Dsfunc.c129 buf = net_buf_alloc_with_data(&sfunc_pool, sfunc_buf, size, K_NO_WAIT); in sfunc_buf_alloc()
/Zephyr-latest/subsys/dap/
Ddap_backend_usb.c139 buf = net_buf_alloc_with_data(&dap_func_pool, dap_func_buf, size, K_NO_WAIT); in dap_func_buf_alloc()
/Zephyr-latest/include/zephyr/
Dnet_buf.h1417 #define net_buf_alloc_with_data(_pool, _data_, _size, _timeout) \ macro
1421 struct net_buf * __must_check net_buf_alloc_with_data(struct net_buf_pool *pool,
/Zephyr-latest/lib/net_buf/
Dbuf.c369 struct net_buf *net_buf_alloc_with_data(struct net_buf_pool *pool, in net_buf_alloc_with_data_debug()
/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_hid.c510 buf = net_buf_alloc_with_data(dcfg->pool_in, data, size, K_NO_WAIT); in hid_buf_alloc_ext()
Dusbd_uac2.c272 buf = net_buf_alloc_with_data(&uac2_pool, data, size, K_NO_WAIT); in uac2_buf_alloc()