LIST_HEAD is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

LIST_HEAD macro

Syntax

#define LIST_HEAD(name) \     struct list_head name = LIST_HEAD_INIT(name)

Arguments

name

References

LocationText
list.h:49
#define LIST_HEAD(name) \
adi_v5_jtag.c:434
LIST_HEAD(replay_list);
arm_cti.c:28
static LIST_HEAD(all_cti);
arm_dap.c:21
static LIST_HEAD(all_dap);
arm_tpiu_swo.c:129
static LIST_HEAD(all_tpiu_swo);
or1k.c:30
LIST_HEAD(tap_list);
or1k.c:31
LIST_HEAD(du_list);
riscv-013.c:218
static LIST_HEAD(dm_list);
target.c:111
static LIST_HEAD(target_reset_callback_list);
target.c:112
static LIST_HEAD(target_trace_callback_list);
target.c:114
static LIST_HEAD(empty_smp_targets);
telnet_server.c:573
LIST_HEAD(matches);