Searched refs:head (Results 101 – 116 of 116) sorted by relevance
12345
/Zephyr-latest/drivers/wifi/nrf_wifi/src/ |
D | wpa_supp_if.c | 2189 if (params->head_len > ARRAY_SIZE(beacon_data->head)) { in nrf_wifi_set_beacon_data() 2209 memcpy(&beacon_data->head, params->head, in nrf_wifi_set_beacon_data()
|
/Zephyr-latest/include/zephyr/ |
D | net_buf.h | 2577 struct net_buf *net_buf_frag_add(struct net_buf *head, struct net_buf *frag);
|
/Zephyr-latest/doc/kernel/data_structures/ |
D | ring_buffers.rst | 183 set of "head" and "tail" indices representing where the next read and write
|
/Zephyr-latest/boards/toradex/colibri_imx7d/doc/ |
D | index.rst | 285 grep "phandle = <" imx7d-colibri-emmc-eval-v3.dts | sort -r | head -1
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_adv.c | 1031 memq_init(conn_lll->link_tx_free, &conn_lll->memq_tx.head, 2657 link = memq_deinit(&lll->memq_tx.head, &lll->memq_tx.tail);
|
D | ull_central_iso.c | 749 memq_init(cis->lll.link_tx_free, &cis->lll.memq_tx.head, &cis->lll.memq_tx.tail); in ll_cis_create()
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.6.rst | 35 * SLIST: Added sys_slist_get() to fetch and remove the head, also Added
|
D | release-notes-2.2.rst | 1007 …1375` - GATT: gatt_write_ccc_rsp with error (0x0e) removes always beginning from subscriptions head
|
D | release-notes-2.7.rst | 1550 * :github:`36790` - sys: ring_buffer: correct space calculation when tail is less than head
|
/Zephyr-latest/subsys/net/lib/mqtt_sn/ |
D | mqtt_sn.c | 787 if (client->gateway.head == &gw->next) { in process_advertise()
|
/Zephyr-latest/doc/develop/ |
D | modules.rst | 1189 revision: pull/23/head 1221 revision: pull/23/head
|
/Zephyr-latest/scripts/west_commands/completion/ |
D | west-completion.fish | 301 set -l cache_manifest_hash (head -n 1 $cache_file)
|
/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/static/tippy/ |
D | tippy-bundle.umd.min.js | 6 …e.textContent=t,e.setAttribute("data-tippy-stylesheet","");var n=document.head,r=document.querySel…
|
/Zephyr-latest/doc/services/tracing/ |
D | index.rst | 635 Those global variables are the head of each list - they can be traversed
|
/Zephyr-latest/doc/develop/west/ |
D | release-notes.rst | 374 ``pull/1234/head`` references which could previously be used to fetch a pull
|
/Zephyr-latest/doc/services/logging/ |
D | index.rst | 648 * Links have dedicated buffers. During processing, the head of each buffer is checked
|
12345