Home
last modified time | relevance | path

Searched refs:compat_id (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-class-fpga-region1 What: /sys/class/fpga_region/<region>/compat_id
8 FPGA region. This interface returns the compat_id value or
9 just error code -ENOENT in case compat_id is not used.
/Linux-v5.10/drivers/fpga/
Ddfl-fme-mgr.c285 struct fpga_compat_id *compat_id; in fme_mgr_probe() local
305 compat_id = devm_kzalloc(dev, sizeof(*compat_id), GFP_KERNEL); in fme_mgr_probe()
306 if (!compat_id) in fme_mgr_probe()
309 fme_mgr_get_compat_id(priv->ioaddr, compat_id); in fme_mgr_probe()
316 mgr->compat_id = compat_id; in fme_mgr_probe()
Dfpga-region.c166 if (!region->compat_id) in compat_id_show()
170 (unsigned long long)region->compat_id->id_h, in compat_id_show()
171 (unsigned long long)region->compat_id->id_l); in compat_id_show()
174 static DEVICE_ATTR_RO(compat_id);
Ddfl-fme-region.c49 region->compat_id = mgr->compat_id; in fme_region_probe()
/Linux-v5.10/include/linux/fpga/
Dfpga-region.h27 struct fpga_compat_id *compat_id; member
Dfpga-mgr.h172 struct fpga_compat_id *compat_id; member
/Linux-v5.10/Documentation/fpga/
Ddfl.rst248 the compat_id exposed by the target FPGA region. This check is usually done by