Searched refs:fme (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/fpga/ |
| D | Makefile | 36 obj-$(CONFIG_FPGA_DFL_FME) += dfl-fme.o 37 obj-$(CONFIG_FPGA_DFL_FME_MGR) += dfl-fme-mgr.o 38 obj-$(CONFIG_FPGA_DFL_FME_BRIDGE) += dfl-fme-br.o 39 obj-$(CONFIG_FPGA_DFL_FME_REGION) += dfl-fme-region.o 42 dfl-fme-objs := dfl-fme-main.o dfl-fme-pr.o dfl-fme-error.o
|
| D | dfl-fme-pr.c | 33 dfl_fme_region_find_by_port_id(struct dfl_fme *fme, int port_id) in dfl_fme_region_find_by_port_id() argument 37 list_for_each_entry(fme_region, &fme->region_list, node) in dfl_fme_region_find_by_port_id() 49 static struct fpga_region *dfl_fme_region_find(struct dfl_fme *fme, int port_id) in dfl_fme_region_find() argument 54 fme_region = dfl_fme_region_find_by_port_id(fme, port_id); in dfl_fme_region_find() 74 struct dfl_fme *fme; in fme_pr() local 131 fme = dfl_fpga_pdata_get_private(pdata); in fme_pr() 133 if (!fme) { in fme_pr() 138 region = dfl_fme_region_find(fme, port_pr.port_id); in fme_pr() 180 struct platform_device *mgr, *fme = pdata->dev; in dfl_fme_create_mgr() local 193 mgr = platform_device_alloc(DFL_FPGA_FME_MGR, fme->id); in dfl_fme_create_mgr() [all …]
|
| D | dfl-fme-main.c | 275 struct dfl_fme *fme; in fme_dev_init() local 277 fme = devm_kzalloc(&pdev->dev, sizeof(*fme), GFP_KERNEL); in fme_dev_init() 278 if (!fme) in fme_dev_init() 281 fme->pdata = pdata; in fme_dev_init() 284 dfl_fpga_pdata_set_private(pdata, fme); in fme_dev_init() 293 struct dfl_fme *fme; in fme_dev_destroy() local 296 fme = dfl_fpga_pdata_get_private(pdata); in fme_dev_destroy()
|
| /Linux-v5.4/Documentation/ABI/testing/ |
| D | sysfs-platform-dfl-fme | 1 What: /sys/bus/platform/devices/dfl-fme.0/ports_num 9 What: /sys/bus/platform/devices/dfl-fme.0/bitstream_id 17 What: /sys/bus/platform/devices/dfl-fme.0/bitstream_metadata 25 What: /sys/bus/platform/devices/dfl-fme.0/cache_size 31 What: /sys/bus/platform/devices/dfl-fme.0/fabric_version 39 What: /sys/bus/platform/devices/dfl-fme.0/socket_id 48 What: /sys/bus/platform/devices/dfl-fme.0/errors/pcie0_errors 57 What: /sys/bus/platform/devices/dfl-fme.0/errors/pcie1_errors 66 What: /sys/bus/platform/devices/dfl-fme.0/errors/nonfatal_errors 72 What: /sys/bus/platform/devices/dfl-fme.0/errors/catfatal_errors [all …]
|
| /Linux-v5.4/Documentation/fpga/ |
| D | dfl.rst | 94 (/sys/class/fpga_region/regionX/dfl-fme.n/): 342 (e.g. "dfl-port.n" or "dfl-fme.m" is found), then it's the base 347 /sys/class/fpga_region/region0/dfl-fme.0 352 /sys/class/fpga_region/region3/dfl-fme.1 359 /sys/class/fpga_region/<regionX>/<dfl-fme.n>/ 367 /sys/class/fpga_region/<regionX>/<dfl-fme.n>/dev 388 FME Partial Reconfiguration Sub Feature driver (see drivers/fpga/dfl-fme-pr.c)
|