Home
last modified time | relevance | path

Searched refs:dfls (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/fpga/
H A Ddfl.c1259 INIT_LIST_HEAD(&info->dfls); in dfl_fpga_enum_info_alloc()
1276 list_for_each_entry_safe(dfl, tmp, &info->dfls, node) { in dfl_fpga_enum_info_free()
1315 list_add_tail(&dfl->node, &info->dfls); in dfl_fpga_enum_info_add_dfl()
1435 list_for_each_entry(dfl, &info->dfls, node) { in dfl_fpga_feature_devs_enumerate()
H A Ddfl.h430 * @dfls: list of device feature lists.
436 struct list_head dfls; member
/kernel/linux/linux-6.6/drivers/fpga/
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()
H A Ddfl.h476 * @dfls: list of device feature lists.
482 struct list_head dfls; member

Completed in 14 milliseconds