Home
last modified time | relevance | path

Searched defs:head (Results 26 – 50 of 58) sorted by relevance

123

/Zephyr-latest/drivers/ethernet/
Deth_sam_gmac_priv.h214 uint16_t head; member
228 uint16_t head; member
Deth_ivshmem_queue.c104 uint32_t head = q->tx.data_head; in eth_ivshmem_queue_tx_get_buff() local
/Zephyr-latest/subsys/bluetooth/controller/util/
Dmayfly.c20 memq_link_t *head; member
/Zephyr-latest/drivers/i2s/
Di2s_litex.h76 uint16_t head; member
Di2s_sam_ssc.c64 uint16_t head; member
/Zephyr-latest/include/zephyr/sys/
Dsflist.h48 sys_sfnode_t *head; member
Dring_buffer.h42 struct ring_buf_index { ring_buf_idx_t head, tail, base; }; member
/Zephyr-latest/tests/lib/lockfree/src/
Dtest_mpsc.c28 mpsc_ptr_t node, head; in ZTEST() local
/Zephyr-latest/subsys/usb/device/class/
Dbluetooth.c438 static void bluetooth_interface_config(struct usb_desc_header *head, in bluetooth_interface_config()
Dmsc.c248 uint8_t head[8]; member
953 static void mass_interface_config(struct usb_desc_header *head, in mass_interface_config()
Dcdc_acm.c454 static void cdc_interface_config(struct usb_desc_header *head, in cdc_interface_config()
/Zephyr-latest/subsys/usb/device/class/netusb/
Dfunction_ecm.c404 static void ecm_interface_config(struct usb_desc_header *head, in ecm_interface_config()
Dfunction_rndis.c1119 static void netusb_interface_config(struct usb_desc_header *head, in netusb_interface_config()
/Zephyr-latest/subsys/usb/device_next/
Dusbd_ch9.c568 struct usb_desc_header head = { in string_ascii7_to_utf16le() local
615 struct usb_desc_header *head; in sreq_get_desc_dev() local
/Zephyr-latest/kernel/
Devents.c44 struct k_thread *head; member
Dqueue.c257 int k_queue_append_list(struct k_queue *queue, void *head, void *tail) in k_queue_append_list()
/Zephyr-latest/tests/lib/net_buf/buf/src/
Dmain.c128 struct net_buf *frag, *head; in ZTEST() local
178 struct net_buf *frag, *head; in ZTEST() local
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_scan_aux.c2979 static void chain_remove_from_list(struct ll_scan_aux_chain **head, struct ll_scan_aux_chain *chain) in chain_remove_from_list()
3000 static void chain_append_to_list(struct ll_scan_aux_chain **head, struct ll_scan_aux_chain *chain) in chain_append_to_list()
3017 static bool chain_is_in_list(struct ll_scan_aux_chain *head, struct ll_scan_aux_chain *chain) in chain_is_in_list()
/Zephyr-latest/subsys/bluetooth/mesh/
Ddelayable_msg.c53 sys_snode_t *head = sys_slist_peek_head(list); in put_ctx_to_busy_list() local
/Zephyr-latest/tests/kernel/queue/src/
Dtest_queue_contexts.c50 static qdata_t *head = &data_l[0], *tail = &data_l[LIST_LEN - 1]; in tqueue_append() local
/Zephyr-latest/lib/net_buf/
Dbuf.c565 struct net_buf *net_buf_frag_add(struct net_buf *head, struct net_buf *frag) in net_buf_frag_add()
/Zephyr-latest/subsys/usb/device/class/dfu/
Dusb_dfu.c841 static void dfu_interface_config(struct usb_desc_header *head, in dfu_interface_config()
/Zephyr-latest/subsys/usb/device/class/hid/
Dcore.c618 static void hid_interface_config(struct usb_desc_header *head, in hid_interface_config()
/Zephyr-latest/subsys/usb/device/class/audio/
Daudio.c306 static void audio_interface_config(struct usb_desc_header *head, in audio_interface_config()
/Zephyr-latest/drivers/can/
Dcan_xmc4xxx.c55 CAN_MO_TypeDef *head; member

123