Home
last modified time | relevance | path

Searched refs:dfls (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/fpga/
H A Ddfl.h482 struct list_head dfls; member
H A Ddfl.c1415 INIT_LIST_HEAD(&info->dfls); in dfl_fpga_enum_info_alloc()
1432 list_for_each_entry_safe(dfl, tmp, &info->dfls, node) { in dfl_fpga_enum_info_free()
1471 list_add_tail(&dfl->node, &info->dfls); in dfl_fpga_enum_info_add_dfl()
1587 list_for_each_entry(dfl, &info->dfls, node) { in dfl_fpga_feature_devs_enumerate()