Searched refs:pname (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/include/zephyr/drivers/usb/ |
D | udc_buf.h | 108 #define UDC_BUF_POOL_VAR_DEFINE(pname, count, size, ud_size, fdestroy) \ argument 109 _NET_BUF_ARRAY_DEFINE(pname, count, ud_size); \ 110 UDC_K_HEAP_DEFINE(net_buf_mem_pool_##pname, size); \ 111 static const struct net_buf_data_alloc net_buf_data_alloc_##pname = { \ 113 .alloc_data = &net_buf_mem_pool_##pname, \ 116 static STRUCT_SECTION_ITERABLE(net_buf_pool, pname) = \ 117 NET_BUF_POOL_INITIALIZER(pname, &net_buf_data_alloc_##pname, \ 118 _net_buf_##pname, count, ud_size, \ 135 #define UDC_BUF_POOL_DEFINE(pname, count, size, ud_size, fdestroy) \ argument 136 _NET_BUF_ARRAY_DEFINE(pname, count, ud_size); \ [all …]
|
/Zephyr-latest/subsys/net/l2/wifi/ |
D | wifi_shell.c | 151 char *pname, long min, long max) in parse_number() argument 170 if (pname) { in parse_number() 172 pname, str_tmp, min, max); in parse_number()
|