Searched refs:SLIST_HEAD (Results 1 – 25 of 35) sorted by relevance
12
| /optee_os/core/include/mm/ |
| H A D | sp_mem.h | 49 SLIST_HEAD(sp_mem_receiver_head, sp_mem_receiver); 50 SLIST_HEAD(sp_mem_regions_head, sp_mem_map_region);
|
| H A D | pgt_cache.h | 41 SLIST_HEAD(pgt_cache, pgt);
|
| /optee_os/ |
| H A D | typedefs.checkpatch | 35 SLIST_HEAD\(.*\)
|
| /optee_os/core/include/kernel/ |
| H A D | user_ta.h | 23 SLIST_HEAD(load_seg_head, load_seg);
|
| H A D | wait_queue.h | 13 SLIST_HEAD(wait_queue, wait_queue_elem);
|
| H A D | thread_private.h | 33 SLIST_HEAD(thread_shm_cache, thread_shm_cache_entry);
|
| H A D | interrupt.h | 37 SLIST_HEAD(, itr_handler) handlers;
|
| /optee_os/core/drivers/rstctrl/ |
| H A D | stm32_rstctrl.c | 15 static SLIST_HEAD(, stm32_rstline) stm32_rst_list =
|
| /optee_os/core/include/drivers/ |
| H A D | stm32_i2c.h | 154 SLIST_HEAD(, stm32_itr_dep) consumer_itr_head;
|
| /optee_os/core/drivers/crypto/caam/ |
| H A D | caam_pwr.c | 19 static SLIST_HEAD(,
|
| /optee_os/core/drivers/ |
| H A D | atmel_rstc.c | 41 static SLIST_HEAD(, sam_rstline) sam_rst_list =
|
| H A D | bcm_gpio.c | 32 static SLIST_HEAD(, bcm_gpio_chip) gclist = SLIST_HEAD_INITIALIZER(gclist);
|
| H A D | stm32_hpdma.c | 89 static SLIST_HEAD(, hpdma_pdata) hpdma_list =
|
| /optee_os/core/kernel/ |
| H A D | notif.c | 28 SLIST_HEAD(notif_driver_head, notif_driver);
|
| /optee_os/core/mm/ |
| H A D | file.c | 40 SLIST_HEAD(, file_slice_elem) slice_head;
|
| H A D | mobj_dyn_shm.c | 69 static SLIST_HEAD(reg_shm_head, mobj_reg_shm) reg_shm_list = 76 static SLIST_HEAD(protmem_head, mobj_protmem) protmem_list =
|
| /optee_os/core/drivers/scmi-msg/ |
| H A D | clock_generic.c | 32 static SLIST_HEAD(, scmi_clk) scmi_clk_list =
|
| /optee_os/core/lib/scmi-server/ |
| H A D | scmi_clock_consumer.c | 50 static SLIST_HEAD(scmi_clock_consumer_head, scmi_clock_consumer) ctx =
|
| /optee_os/core/drivers/crypto/hisilicon/ |
| H A D | sec_main.c | 59 static SLIST_HEAD(, acc_device) sec_list = SLIST_HEAD_INITIALIZER(sec_list);
|
| H A D | hpre_main.c | 54 static SLIST_HEAD(, acc_device) hpre_list = SLIST_HEAD_INITIALIZER(hpre_list);
|
| /optee_os/core/arch/arm/mm/ |
| H A D | sp_mem.c | 18 SLIST_HEAD(sp_mem_head, sp_mem);
|
| /optee_os/core/drivers/regulator/ |
| H A D | regulator_dt.c | 80 static SLIST_HEAD(, pending_regu) pending_regu_list =
|
| H A D | regulator.c | 26 static SLIST_HEAD(, regulator) regulator_device_list =
|
| /optee_os/core/drivers/remoteproc/ |
| H A D | stm32_remoteproc.c | 67 static SLIST_HEAD(, stm32_rproc_instance) rproc_list =
|
| /optee_os/core/drivers/clk/ |
| H A D | clk.c | 21 static SLIST_HEAD(, clk) clock_list = SLIST_HEAD_INITIALIZER(clock_list);
|
12