Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/raw/ifpga/base/
H A Dopae_intel_max10.c83 if (!max10->fdt_root) in max10_check_capability()
202 if (!fdt_root) { in init_max10_device_table()
210 fdt_root = NULL; in init_max10_device_table()
233 if (fdt_root) in init_max10_device_table()
240 if (fdt_root) { in init_max10_device_table()
248 max10->fdt_root = fdt_root; in init_max10_device_table()
424 char *fdt_root = dev->fdt_root; in max10_sensor_init() local
426 if (!fdt_root) { in max10_sensor_init()
564 char *fdt_root; in max10_secure_hw_init() local
566 fdt_root = dev->fdt_root; in max10_secure_hw_init()
[all …]
H A Dopae_intel_max10.h37 char *fdt_root; member