Searched refs:net_buf_alloc_with_data (Results 1 – 6 of 6) 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/subsys/dap/ |
D | dap_backend_usb.c | 139 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/ |
D | net_buf.h | 1417 #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/ |
D | buf.c | 369 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 | 272 buf = net_buf_alloc_with_data(&uac2_pool, data, size, K_NO_WAIT); in uac2_buf_alloc()
|