Searched refs:compat_id (Results 1 – 7 of 7) sorted by relevance
279 struct fpga_compat_id *compat_id; in fme_mgr_probe() local299 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()
166 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);
49 region->compat_id = mgr->compat_id; in fme_region_probe()
1 What: /sys/class/fpga_region/<region>/compat_id8 FPGA region. This interface returns the compat_id value or9 just error code -ENOENT in case compat_id is not used.
27 struct fpga_compat_id *compat_id; member
172 struct fpga_compat_id *compat_id; member
249 the compat_id exposed by the target FPGA region. This check is usually done by
Completed in 14 milliseconds