Home
last modified time | relevance | path

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

/linux/drivers/fpga/
A Ddfl-fme-mgr.c279 struct fpga_compat_id *compat_id; in fme_mgr_probe() local
299 compat_id = devm_kzalloc(dev, sizeof(*compat_id), GFP_KERNEL); in fme_mgr_probe()
300 if (!compat_id) in fme_mgr_probe()
303 fme_mgr_get_compat_id(priv->ioaddr, compat_id); in fme_mgr_probe()
310 mgr->compat_id = compat_id; in fme_mgr_probe()
A 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);
A Ddfl-fme-region.c49 region->compat_id = mgr->compat_id; in fme_region_probe()
/linux/Documentation/ABI/testing/
A 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/include/linux/fpga/
A Dfpga-region.h27 struct fpga_compat_id *compat_id; member
A Dfpga-mgr.h172 struct fpga_compat_id *compat_id; member
/linux/Documentation/fpga/
A Ddfl.rst249 the compat_id exposed by the target FPGA region. This check is usually done by

Completed in 11 milliseconds