Searched refs:pname (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/include/zephyr/drivers/usb/ |
D | udc_buf.h | 119 #define UDC_BUF_POOL_VAR_DEFINE(pname, count, size, ud_size, fdestroy) \ argument 120 _NET_BUF_ARRAY_DEFINE(pname, count, ud_size); \ 121 UDC_K_HEAP_DEFINE(net_buf_mem_pool_##pname, size); \ 122 static const struct net_buf_data_alloc net_buf_data_alloc_##pname = { \ 124 .alloc_data = &net_buf_mem_pool_##pname, \ 127 static STRUCT_SECTION_ITERABLE(net_buf_pool, pname) = \ 128 NET_BUF_POOL_INITIALIZER(pname, &net_buf_data_alloc_##pname, \ 129 _net_buf_##pname, count, ud_size, \ 146 #define UDC_BUF_POOL_DEFINE(pname, count, size, ud_size, fdestroy) \ argument 147 _NET_BUF_ARRAY_DEFINE(pname, count, ud_size); \ [all …]
|
/Zephyr-latest/subsys/net/l2/wifi/ |
D | wifi_shell.c | 155 char *pname, long min, long max) in parse_number() argument 174 if (pname) { in parse_number() 176 pname, str_tmp, min, max); in parse_number()
|