Home
last modified time | relevance | path

Searched refs:head (Results 101 – 116 of 116) sorted by relevance

12345

/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dwpa_supp_if.c2189 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/
Dnet_buf.h2577 struct net_buf *net_buf_frag_add(struct net_buf *head, struct net_buf *frag);
/Zephyr-latest/doc/kernel/data_structures/
Dring_buffers.rst183 set of "head" and "tail" indices representing where the next read and write
/Zephyr-latest/boards/toradex/colibri_imx7d/doc/
Dindex.rst285 grep "phandle = <" imx7d-colibri-emmc-eval-v3.dts | sort -r | head -1
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_adv.c1031 memq_init(conn_lll->link_tx_free, &conn_lll->memq_tx.head,
2657 link = memq_deinit(&lll->memq_tx.head, &lll->memq_tx.tail);
Dull_central_iso.c749 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/
Drelease-notes-1.6.rst35 * SLIST: Added sys_slist_get() to fetch and remove the head, also Added
Drelease-notes-2.2.rst1007 …1375` - GATT: gatt_write_ccc_rsp with error (0x0e) removes always beginning from subscriptions head
Drelease-notes-2.7.rst1550 * :github:`36790` - sys: ring_buffer: correct space calculation when tail is less than head
/Zephyr-latest/subsys/net/lib/mqtt_sn/
Dmqtt_sn.c787 if (client->gateway.head == &gw->next) { in process_advertise()
/Zephyr-latest/doc/develop/
Dmodules.rst1189 revision: pull/23/head
1221 revision: pull/23/head
/Zephyr-latest/scripts/west_commands/completion/
Dwest-completion.fish301 set -l cache_manifest_hash (head -n 1 $cache_file)
/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/static/tippy/
Dtippy-bundle.umd.min.js6 …e.textContent=t,e.setAttribute("data-tippy-stylesheet","");var n=document.head,r=document.querySel…
/Zephyr-latest/doc/services/tracing/
Dindex.rst635 Those global variables are the head of each list - they can be traversed
/Zephyr-latest/doc/develop/west/
Drelease-notes.rst374 ``pull/1234/head`` references which could previously be used to fetch a pull
/Zephyr-latest/doc/services/logging/
Dindex.rst648 * Links have dedicated buffers. During processing, the head of each buffer is checked

12345