Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/fpga/
H A 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()
H 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);
H A Ddfl-fme-region.c49 region->compat_id = mgr->compat_id; in fme_region_probe()
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H 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.
/OK3568_Linux_fs/u-boot/arch/arm/mach-socfpga/
H A Dreset_manager_arria10.c90 int compat_id; member
193 static int get_bridge_init_val(const void *blob, int compat_id) in get_bridge_init_val() argument
197 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()
/OK3568_Linux_fs/kernel/include/linux/fpga/
H A Dfpga-region.h27 struct fpga_compat_id *compat_id; member
H A Dfpga-mgr.h172 struct fpga_compat_id *compat_id; member
/OK3568_Linux_fs/kernel/Documentation/fpga/
H A Ddfl.rst248 the compat_id exposed by the target FPGA region. This check is usually done by