Home
last modified time | relevance | path

Searched defs:head (Results 1 – 25 of 59) sorted by relevance

123

/Zephyr-latest/subsys/bluetooth/controller/util/
Dmemq.c51 memq_link_t *memq_init(memq_link_t *link, memq_link_t **head, memq_link_t **tail) in memq_init()
66 memq_link_t *memq_deinit(memq_link_t **head, memq_link_t **tail) in memq_deinit()
117 memq_link_t *memq_peek(memq_link_t *head, memq_link_t *tail, void **mem) in memq_peek()
141 memq_link_t *memq_peek_n(memq_link_t *head, memq_link_t *tail, uint8_t n, in memq_peek_n()
168 memq_link_t *memq_dequeue(memq_link_t *tail, memq_link_t **head, void **mem) in memq_dequeue()
Dmem.c44 void *head; in mem_acquire() local
/Zephyr-latest/modules/nrf_wifi/os/
Dshim.h48 sys_dnode_t head; member
53 sys_dlist_t head; member
/Zephyr-latest/tests/subsys/usb/desc_sections/src/
Ddesc_sections.c113 static void interface_config(struct usb_desc_header *head, in interface_config()
160 static void check_endpoint_allocation(struct usb_desc_header *head) in check_endpoint_allocation()
208 struct usb_desc_header *head; in ZTEST() local
/Zephyr-latest/include/zephyr/sys/
Dmpsc_lockfree.h87 mpsc_ptr_t head; member
147 struct mpsc_node *head; in mpsc_pop() local
Ddlist.h38 struct _dnode *head; /* ptr to head of list (sys_dlist_t) */ member
434 sys_dnode_t *const head = list->head; in sys_dlist_prepend() local
Dslist.h43 sys_snode_t *head; member
/Zephyr-latest/tests/bluetooth/controller/ctrl_user_ext/src/
Dull_vendor.h23 memq_link_t **head) in rx_demux_rx_proprietary()
/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/include/
Dull_vendor.h23 memq_link_t **head) in rx_demux_rx_proprietary()
/Zephyr-latest/samples/arch/smp/pktqueue/src/
Dpktqueue.h18 struct phdr_desc *head; /* packet headers are removed from here */ member
/Zephyr-latest/samples/drivers/uart/native_tty/src/
Dmain.c40 char *head = str; in recv_str() local
/Zephyr-latest/subsys/sip_svc/
Dsip_svc_id_mgr.h18 uint32_t head; member
/Zephyr-latest/subsys/usb/device/class/
Dloopback.c160 static void loopback_interface_config(struct usb_desc_header *head, in loopback_interface_config()
/Zephyr-latest/subsys/mgmt/osdp/src/
Dosdp_common.c22 void osdp_dump(const char *head, uint8_t *buf, int len) in osdp_dump()
/Zephyr-latest/tests/benchmarks/data_structure_perf/dlist_perf/src/
Ddlist_perf.c190 sys_dnode_t *head, *tail; in ZTEST() local
/Zephyr-latest/tests/unit/list/
Dsflist.c149 sys_sfnode_t *head, in verify_tail_head()
Ddlist.c148 sys_dnode_t *head, in verify_tail_head()
Dslist.c149 sys_snode_t *head, in verify_tail_head()
/Zephyr-latest/subsys/usb/device/class/netusb/
Dfunction_eem.c273 static void eem_interface_config(struct usb_desc_header *head, in eem_interface_config()
/Zephyr-latest/boards/native/nrf_bsim/common/
Dbstests_entry.c34 struct bst_test_list *head = tests; in bst_add_tests() local
/Zephyr-latest/tests/kernel/fifo/fifo_api/src/
Dtest_fifo_contexts.c31 static fdata_t *head = &data_l[0], *tail = &data_l[LIST_LEN - 1]; in tfifo_put() local
/Zephyr-latest/tests/kernel/queue/src/
Dtest_queue_fail.c63 static qdata_t *head = NULL, *tail = &data_l[1]; in ZTEST() local
/Zephyr-latest/subsys/usb/device/
Dusb_descriptor.c218 struct usb_desc_header *head = __usb_descriptor_start; in usb_get_str_descriptor_idx() local
416 static int usb_fix_descriptor(struct usb_desc_header *head) in usb_fix_descriptor()
/Zephyr-latest/subsys/logging/backends/
Dlog_backend_adsp_mtrace.c102 size_t head = out - tail; in mtrace_out() local
/Zephyr-latest/drivers/usb/uvb/
Duvb.h130 bool head; member

123