Home | Sort by: relevance | last modified time | path |
/src/sys/arch/arm/rockchip/ | |
rk_platform.c | 89 const int framebuffer_off = local in function:rk_platform_bootstrap 91 if (framebuffer_off >= 0) { 93 framebuffer_off, "status", NULL); |
/src/sys/arch/arm/xilinx/ | |
zynq_platform.c | 230 const int framebuffer_off = local in function:zynq_platform_bootstrap 232 if (framebuffer_off >= 0) { 234 framebuffer_off, "status", NULL); |
/src/sys/arch/arm/amlogic/ | |
meson_platform.c | 278 const int framebuffer_off = local in function:meson_platform_bootstrap 280 if (framebuffer_off >= 0) { 282 framebuffer_off, "status", NULL); |
/src/sys/arch/arm/sunxi/ | |
sunxi_platform.c | 283 const int framebuffer_off = local in function:sunxi_platform_bootstrap 285 if (framebuffer_off >= 0) { 287 framebuffer_off, "status", NULL); |