Searched refs:net_buf_alloc_with_data (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/samples/subsys/usb/webusb-next/src/ |
D | sfunc.c | 129 buf = net_buf_alloc_with_data(&sfunc_pool, sfunc_buf, size, K_NO_WAIT); in sfunc_buf_alloc()
|
/Zephyr-latest/include/zephyr/ |
D | net_buf.h | 1428 #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/ |
D | buf.c | 373 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/ |
D | usbd_hid.c | 510 buf = net_buf_alloc_with_data(dcfg->pool_in, data, size, K_NO_WAIT); in hid_buf_alloc_ext()
|
D | usbd_uac2.c | 228 buf = net_buf_alloc_with_data(&uac2_pool, data, size, K_NO_WAIT); in uac2_buf_alloc()
|