Home
last modified time | relevance | path

Searched refs:fdt_root (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/raw/ifpga/base/
H A Dopae_intel_max10.c218 if (!fdt_root) { in init_max10_device_table()
249 if (fdt_root) in init_max10_device_table()
256 if (fdt_root) { in init_max10_device_table()
264 max10->fdt_root = fdt_root; in init_max10_device_table()
440 char *fdt_root = dev->fdt_root; in max10_sensor_init() local
442 if (!fdt_root) { in max10_sensor_init()
578 char *fdt_root = dev->fdt_root; in max10_staging_area_init() local
582 if (!fdt_root) { in max10_staging_area_init()
616 char *fdt_root; in max10_secure_hw_init() local
618 fdt_root = dev->fdt_root; in max10_secure_hw_init()
[all …]
H A Dopae_intel_max10.h37 char *fdt_root; member