Searched refs:compat_id (Results 1 – 8 of 8) sorted by relevance
285 struct fpga_compat_id *compat_id; in fme_mgr_probe() local305 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()
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.
90 int compat_id; member193 static int get_bridge_init_val(const void *blob, int compat_id) in get_bridge_init_val() argument197 node = fdtdec_next_compatible(blob, 0, compat_id); in get_bridge_init_val()212 bridge_cfg_tbl[i].compat_id)) { in socfpga_reset_deassert_bridges_handoff()
27 struct fpga_compat_id *compat_id; member
172 struct fpga_compat_id *compat_id; member
248 the compat_id exposed by the target FPGA region. This check is usually done by