Home
last modified time | relevance | path

Searched refs:open (Results 1 – 24 of 24) sorted by relevance

/SCP-firmware-master/product/synquacer/module/f_uart3/src/
A Dmod_f_uart3.c23 bool open; member
85 .open = false, /* Assume the device is always powered */ in mod_f_uart3_init_ctx()
198 if (ctx->open) /* Refuse to open the same device twice */ in mod_f_uart3_io_open()
201 ctx->open = true; in mod_f_uart3_io_open()
213 fwk_assert(ctx->open); in mod_f_uart3_io_putch()
233 fwk_assert(ctx->open); in mod_f_uart3_close()
235 ctx->open = false; in mod_f_uart3_close()
248 .open = mod_f_uart3_io_open,
/SCP-firmware-master/product/rcar/module/rcar_scif/src/
A Dmod_rcar_scif.c27 bool open; member
56 .open = false, in mod_rcar_scif_init_ctx()
211 if (ctx->open) /* Refuse to open the same device twice */ in mod_rcar_scif_io_open()
214 ctx->open = true; in mod_rcar_scif_io_open()
232 fwk_assert(ctx->open); in mod_rcar_scif_io_getch()
246 fwk_assert(ctx->open); in mod_rcar_scif_io_putch()
266 fwk_assert(ctx->open); in mod_rcar_scif_io_close()
268 ctx->open = false; in mod_rcar_scif_io_close()
299 .open = mod_rcar_scif_io_open,
/SCP-firmware-master/unit_test/utils/
A Dgenerate_coverage_report.py33 with open(OutFileName, "w") as fd:
34 with open(Filename, "r") as fd_in:
/SCP-firmware-master/
A Ddco.txt18 have the right to submit it under the open source license
22 of my knowledge, is covered under an appropriate open source
25 by me, under the same open source license (unless I am
37 this project or the open source license(s) involved.
A Duser_guide.md37 https://developer.arm.com/open-source/gnu-toolchain/gnu-rm
67 https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu…
A DCMakeLists.txt92 "https://developer.arm.com/tools-and-software/open-source-software/firmware/scp-firmware"
A Dchange_log.md86 - cli: stop alarm when cli is open
/SCP-firmware-master/tools/
A Dyaml-format.py85 with open(source, "r") as istream:
96 ostream = open(source, "w")
98 ostream = open(args.output, "w")
A Dcheck_api.py76 with open(BANNED_LIST) as file:
117 with open(path, encoding="utf-8") as file:
A Dcheck_spacing.py148 with open(path, encoding="utf-8") as file:
215 with open(path, 'w') as file:
A Dcheck_copyright.py129 with open(filename, encoding="utf-8") as file:
A Dcheck_tabs.py133 with open(path, encoding="utf-8") as file:
A Dgen_module_code.py59 with open(full_filename) as f:
A Dci_cmake.py113 files.append(open(file_path, "w", encoding="utf-8"))
/SCP-firmware-master/module/pl011/src/
A Dmod_pl011.c45 bool open; member
80 .open = false, in mod_pl011_init_ctx()
578 if (ctx->open) { /* Refuse to open the same device twice */ in mod_pl011_io_open()
582 ctx->open = true; in mod_pl011_io_open()
600 fwk_assert(ctx->open); in mod_pl011_io_getch()
619 fwk_assert(ctx->open); in mod_pl011_io_putch()
646 fwk_assert(ctx->open); in mod_pl011_close()
648 ctx->open = false; in mod_pl011_close()
664 .open = mod_pl011_io_open,
/SCP-firmware-master/module/optee/console/src/
A Dmod_optee_console.c74 .open = mod_console_io_open,
/SCP-firmware-master/framework/include/
A Dfwk_io.h146 int (*open)(const struct fwk_io_stream *stream); member
/SCP-firmware-master/framework/src/
A Dfwk_io.c39 .open = fwk_io_null_open,
139 if (stream->adapter->open == NULL) { in fwk_io_open()
151 status = stream->adapter->open(stream); in fwk_io_open()
/SCP-firmware-master/module/stdio/src/
A Dmod_stdio.c154 .open = mod_stdio_open,
/SCP-firmware-master/product/tc0/doc/
A Dvariants.md71 [1] https://developer.arm.com/tools-and-software/open-source-software/arm-platforms-software/total-…
/SCP-firmware-master/unit_test/
A DCMakeLists.txt15 "https://developer.arm.com/tools-and-software/open-source-software/firmware/scp-firmware"
/SCP-firmware-master/framework/test/
A DCMakeLists.txt15 "https://developer.arm.com/tools-and-software/open-source-software/firmware/scp-firmware"
/SCP-firmware-master/doc/
A Dcmake_readme.md218 Vagrant is an open-source software product for building and maintaining portable
A DDoxyfile1454 # If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to
1570 # (doxysearch.cgi) which are based on the open source search engine library
1583 # (doxysearch.cgi) which are based on the open source search engine library

Completed in 23 milliseconds