Home
last modified time | relevance | path

Searched refs:net_buf_alloc_with_data (Results 1 – 5 of 5) 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/include/zephyr/
Dnet_buf.h1428 #define net_buf_alloc_with_data(_pool, _data_, _size, _timeout) \ macro
1432 struct net_buf * __must_check net_buf_alloc_with_data(struct net_buf_pool *pool,
/Zephyr-latest/lib/net_buf/
Dbuf.c373 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.c228 buf = net_buf_alloc_with_data(&uac2_pool, data, size, K_NO_WAIT); in uac2_buf_alloc()