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

for_each_safe_helper macro

Syntax

#define for_each_safe_helper(pos, n, head, type) \     list_for_each_entry_safe(pos, n, head, list, type)

Arguments

pos

n

type

References

LocationText
libusbi.h:191
#define for_each_safe_helper(pos, n, head, type) \
libusbi.h:1484
for_each_safe_helper(d, n, &(ctx)->usb_devs, struct libusb_device)
libusbi.h:1496
for_each_safe_helper(t, n, (list), struct usbi_transfer)
libusbi.h:1511
for_each_safe_helper(e, n, &(ctx)->removed_event_sources, struct usbi_event_source)
libusbi.h:1517
for_each_safe_helper(c, n, &(ctx)->hotplug_cbs, struct usbi_hotplug_callback)