Home
last modified time | relevance | path

Searched defs:svh (Results 1 – 9 of 9) sorted by relevance

/mipi-sys-t-latest/library/include/mipi_syst/
Dapi.h1627 #define MIPI_SYST_CATALOG64_0(svh, sev, id)\ argument
1630 #define MIPI_SYST_CATALOG64_1(svh, sev, id, p1)\ argument
1633 #define MIPI_SYST_CATALOG64_2(svh, sev, id, p1, p2)\ argument
1636 #define MIPI_SYST_CATALOG64_3(svh, sev, id, p1, p2, p3)\ argument
1639 #define MIPI_SYST_CATALOG64_4(svh, sev, id, p1, p2, p3, p4)\ argument
1642 #define MIPI_SYST_CATALOG64_5(svh, sev, id, p1, p2, p3, p4, p5)\ argument
1645 #define MIPI_SYST_CATALOG64_6(svh, sev, id, p1, p2, p3, p4, p5, p6)\ argument
1653 #define MIPI_SYST_CATALOG64_0_LOCADDR(svh, sev, id)\ argument
1658 #define MIPI_SYST_CATALOG64_1_LOCADDR(svh, sev, id, p1)\ argument
1663 #define MIPI_SYST_CATALOG64_2_LOCADDR(svh, sev, id, p1, p2)\ argument
[all …]
/mipi-sys-t-latest/library/src/
Dmipi_syst_api.c195 insert_optional_msg_components(struct mipi_syst_handle* svh, in insert_optional_msg_components()
258 mipi_syst_write_debug_string(struct mipi_syst_handle* svh, in mipi_syst_write_debug_string()
316 mipi_syst_write_catalog64_message(struct mipi_syst_handle* svh, in mipi_syst_write_catalog64_message()
389 mipi_syst_write_catalog32_message(struct mipi_syst_handle* svh, in mipi_syst_write_catalog32_message()
464 mipi_syst_write_raw_message(struct mipi_syst_handle* svh, in mipi_syst_write_raw_message()
512 mipi_syst_write_build_message(struct mipi_syst_handle* svh, in mipi_syst_write_build_message()
563 mipi_syst_write_clock(struct mipi_syst_handle* svh, in mipi_syst_write_clock()
1116 mipi_syst_write_vprintf_string(struct mipi_syst_handle* svh, in mipi_syst_write_vprintf_string()
1186 mipi_syst_write_printf_string(struct mipi_syst_handle* svh, in mipi_syst_write_printf_string()
1210 mipi_syst_write_printf_catalog64(struct mipi_syst_handle* svh, in mipi_syst_write_printf_catalog64()
[all …]
Dmipi_syst_init.c142 struct mipi_syst_handle* svh, in mipi_syst_init_handle()
184 MIPI_SYST_EXPORT void MIPI_SYST_CALLCONV mipi_syst_delete_handle(struct mipi_syst_handle* svh) in mipi_syst_delete_handle()
/mipi-sys-t-latest/library/test/unit/
Dmipi_syst_clock_test.cpp56 const char * mipi_syst_write_clock(struct mipi_syst_handle* svh, in mipi_syst_write_clock()
Dmipi_syst_raw_test.cpp57 struct mipi_syst_handle* svh, in mipi_syst_write_raw_message()
Dmipi_syst_build_test.cpp58 struct mipi_syst_handle* svh, in mipi_syst_write_build_message()
Dmipi_syst_catid32_test.cpp56 const char * mipi_syst_write_catalog32_message(struct mipi_syst_handle* svh, in mipi_syst_write_catalog32_message()
Dmipi_syst_catid64_test.cpp54 const char * mipi_syst_write_catalog64_message(struct mipi_syst_handle* svh, in mipi_syst_write_catalog64_message()
Dmipi_syst_string_test.cpp57 const char * mipi_syst_write_debug_string(struct mipi_syst_handle* svh, in mipi_syst_write_debug_string()