Searched refs:fpga_region_class_find (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/fpga/ |
H A D | fpga-region.c | 22 fpga_region_class_find(struct device *start, const void *data, in fpga_region_class_find() function 33 EXPORT_SYMBOL_GPL(fpga_region_class_find);
|
H A D | of-fpga-region.c | 37 return fpga_region_class_find(NULL, np, device_match_of_node); in of_fpga_region_find()
|
H A D | dfl-fme-pr.c | 58 region = fpga_region_class_find(NULL, &fme_region->region->dev, in dfl_fme_region_find()
|
/openbmc/linux/include/linux/fpga/ |
H A D | fpga-region.h | 58 fpga_region_class_find(struct device *start, const void *data,
|
/openbmc/linux/drivers/fpga/tests/ |
H A D | fpga-region-test.c | 94 region = fpga_region_class_find(NULL, &ctx->region_pdev->dev, fake_region_match); in fpga_region_test_class_find()
|