Searched refs:fdt_path (Results 1 - 25 of 34) sorted by relevance

12

/seL4-refos-master/libs/libplatsupport/src/
H A Dltimer.h51 ps_io_ops_t *ops, char *fdt_path,
57 assert(fdt_path != NULL);
70 error = ps_fdt_read_path(&ops->io_fdt, &ops->malloc_ops, fdt_path, &cookie);
72 ZF_LOGE("Simple FDT helper failed to read path (%d, %s)", error, fdt_path);
50 helper_fdt_alloc_simple( ps_io_ops_t *ops, char *fdt_path, unsigned reg_choice, unsigned irq_choice, void **vmap, pmem_region_t *pmem, irq_id_t *irq_id, irq_callback_fn_t handler, void *handler_token ) argument
/seL4-refos-master/projects/util_libs/libplatsupport/src/
H A Dltimer.h51 ps_io_ops_t *ops, char *fdt_path,
57 assert(fdt_path != NULL);
70 error = ps_fdt_read_path(&ops->io_fdt, &ops->malloc_ops, fdt_path, &cookie);
72 ZF_LOGE("Simple FDT helper failed to read path (%d, %s)", error, fdt_path);
50 helper_fdt_alloc_simple( ps_io_ops_t *ops, char *fdt_path, unsigned reg_choice, unsigned irq_choice, void **vmap, pmem_region_t *pmem, irq_id_t *irq_id, irq_callback_fn_t handler, void *handler_token ) argument
/seL4-refos-master/libs/libplatsupport/src/plat/am335x/
H A Dltimer.c107 .fdt_path = DMTIMER2_PATH,
124 dmt_config.fdt_path = DMTIMER3_PATH;
/seL4-refos-master/libs/libplatsupport/src/plat/fvp/
H A Dltimer.c104 .fdt_path = SP804_TIMER1_PATH,
125 sp804_config.fdt_path = SP804_TIMER2_PATH;
/seL4-refos-master/projects/util_libs/libplatsupport/src/plat/am335x/
H A Dltimer.c107 .fdt_path = DMTIMER2_PATH,
124 dmt_config.fdt_path = DMTIMER3_PATH;
/seL4-refos-master/projects/util_libs/libplatsupport/src/plat/fvp/
H A Dltimer.c104 .fdt_path = SP804_TIMER1_PATH,
125 sp804_config.fdt_path = SP804_TIMER2_PATH;
/seL4-refos-master/libs/libplatsupport/mach_include/omap/platsupport/mach/
H A Dgpt.h86 int gpt_create(gpt_t *gpt, ps_io_ops_t ops, char *fdt_path, ltimer_callback_fn_t user_cb_fn, void *user_cb_token);
/seL4-refos-master/libs/libplatsupport/mach_include/exynos/platsupport/mach/
H A Dpwm.h75 int pwm_init(pwm_t *pwm, ps_io_ops_t ops, char *fdt_path, ltimer_callback_fn_t user_cb_fn, void *user_cb_token);
/seL4-refos-master/projects/util_libs/libplatsupport/mach_include/omap/platsupport/mach/
H A Dgpt.h86 int gpt_create(gpt_t *gpt, ps_io_ops_t ops, char *fdt_path, ltimer_callback_fn_t user_cb_fn, void *user_cb_token);
/seL4-refos-master/projects/util_libs/libplatsupport/mach_include/exynos/platsupport/mach/
H A Dpwm.h75 int pwm_init(pwm_t *pwm, ps_io_ops_t ops, char *fdt_path, ltimer_callback_fn_t user_cb_fn, void *user_cb_token);
/seL4-refos-master/libs/libplatsupport/plat_include/am335x/platsupport/plat/
H A Dtimer.h33 char *fdt_path; member in struct:__anon1
/seL4-refos-master/libs/libplatsupport/plat_include/hikey/platsupport/plat/
H A Ddmt.h60 char *fdt_path; member in struct:__anon5
/seL4-refos-master/libs/libplatsupport/plat_include/fvp/platsupport/plat/
H A Dsp804.h66 char *fdt_path; member in struct:__anon3
/seL4-refos-master/projects/util_libs/libplatsupport/plat_include/am335x/platsupport/plat/
H A Dtimer.h33 char *fdt_path; member in struct:__anon12
/seL4-refos-master/projects/util_libs/libplatsupport/plat_include/hikey/platsupport/plat/
H A Ddmt.h60 char *fdt_path; member in struct:__anon16
/seL4-refos-master/projects/util_libs/libplatsupport/plat_include/fvp/platsupport/plat/
H A Dsp804.h66 char *fdt_path; member in struct:__anon14
/seL4-refos-master/libs/libplatsupport/plat_include/rockpro64/platsupport/plat/
H A Dtimer.h59 char *fdt_path; member in struct:__anon6
/seL4-refos-master/projects/util_libs/libplatsupport/plat_include/rockpro64/platsupport/plat/
H A Dtimer.h59 char *fdt_path; member in struct:__anon12
/seL4-refos-master/libs/libplatsupport/src/plat/hikey/
H A Ddmt.c229 &ops, config.fdt_path,
270 error = ps_fdt_read_path(&ops.io_fdt, &ops.malloc_ops, config.fdt_path, &cookie);
272 ZF_LOGE("Failed to read path (%d, %s)", error, config.fdt_path);
/seL4-refos-master/projects/util_libs/libplatsupport/src/plat/hikey/
H A Ddmt.c229 &ops, config.fdt_path,
270 error = ps_fdt_read_path(&ops.io_fdt, &ops.malloc_ops, config.fdt_path, &cookie);
272 ZF_LOGE("Failed to read path (%d, %s)", error, config.fdt_path);
H A Dltimer.c108 .fdt_path = DMT_PATH,
/seL4-refos-master/libs/libplatsupport/src/mach/omap/
H A Dgpt.c395 int gpt_create(gpt_t *gpt, ps_io_ops_t ops, char *fdt_path, ltimer_callback_fn_t user_cb_fn, void *user_cb_token) argument
399 if (gpt == NULL || fdt_path == NULL) {
414 error = ps_fdt_read_path(&ops.io_fdt, &ops.malloc_ops, fdt_path, &cookie);
/seL4-refos-master/libs/libplatsupport/src/mach/exynos/
H A Dpwm.c314 int pwm_init(pwm_t *pwm, ps_io_ops_t ops, char *fdt_path, ltimer_callback_fn_t user_cb_fn, void *user_cb_token) argument
319 if (pwm == NULL || fdt_path == NULL) {
333 error = ps_fdt_read_path(&ops.io_fdt, &ops.malloc_ops, fdt_path, &fdt_cookie);
/seL4-refos-master/projects/util_libs/libplatsupport/src/mach/omap/
H A Dgpt.c395 int gpt_create(gpt_t *gpt, ps_io_ops_t ops, char *fdt_path, ltimer_callback_fn_t user_cb_fn, void *user_cb_token) argument
399 if (gpt == NULL || fdt_path == NULL) {
414 error = ps_fdt_read_path(&ops.io_fdt, &ops.malloc_ops, fdt_path, &cookie);
/seL4-refos-master/projects/util_libs/libplatsupport/src/mach/exynos/
H A Dpwm.c314 int pwm_init(pwm_t *pwm, ps_io_ops_t ops, char *fdt_path, ltimer_callback_fn_t user_cb_fn, void *user_cb_token) argument
319 if (pwm == NULL || fdt_path == NULL) {
333 error = ps_fdt_read_path(&ops.io_fdt, &ops.malloc_ops, fdt_path, &fdt_cookie);

Completed in 53 milliseconds

12