Home
last modified time | relevance | path

Searched defs:h (Results 1 – 3 of 3) sorted by relevance

/mipi-sys-t-3.4.0/library/include/mipi_syst/
Dinline.h57 mipi_syst_make_file_location32(struct mipi_syst_handle* h, mipi_syst_u16 f, mipi_syst_u16 l) in mipi_syst_make_file_location32()
74 mipi_syst_make_file_location64(struct mipi_syst_handle* h, mipi_syst_u32 f, mipi_syst_u32 l) in mipi_syst_make_file_location64()
91 mipi_syst_make_address_location(struct mipi_syst_handle* h, void *p) in mipi_syst_make_address_location()
111 MIPI_SYST_INLINE void MIPI_SYST_CALLCONV mipi_syst_make_param0(struct mipi_syst_handle* h) in mipi_syst_make_param0()
119 MIPI_SYST_INLINE void MIPI_SYST_CALLCONV mipi_syst_make_param1(struct mipi_syst_handle* h, in mipi_syst_make_param1()
131 MIPI_SYST_INLINE void MIPI_SYST_CALLCONV mipi_syst_make_param2(struct mipi_syst_handle* h, in mipi_syst_make_param2()
145 MIPI_SYST_INLINE void MIPI_SYST_CALLCONV mipi_syst_make_param3(struct mipi_syst_handle* h, in mipi_syst_make_param3()
161 MIPI_SYST_INLINE void MIPI_SYST_CALLCONV mipi_syst_make_param4(struct mipi_syst_handle* h, in mipi_syst_make_param4()
179 MIPI_SYST_INLINE void MIPI_SYST_CALLCONV mipi_syst_make_param5(struct mipi_syst_handle* h, in mipi_syst_make_param5()
199 MIPI_SYST_INLINE void MIPI_SYST_CALLCONV mipi_syst_make_param6(struct mipi_syst_handle* h, in mipi_syst_make_param6()
Dapi.h154 #define MIPI_SYST_INIT_HANDLE_STATE(s, h, p) \ argument
180 #define MIPI_SYST_INIT_HANDLE(h, p) \ argument
268 #define MIPI_SYST_ENABLE_HANDLE_LENGTH(h, v) \ argument
289 #define MIPI_SYST_GET_HANDLE_LENGTH(h) \ argument
308 #define MIPI_SYST_ENABLE_HANDLE_CHECKSUM(h, v) \ argument
326 #define MIPI_SYST_GET_HANDLE_CHECKSUM(h) \ argument
348 #define MIPI_SYST_SET_HANDLE_MODULE_UNIT(h, module, unit) \ argument
384 #define MIPI_SYST_SET_HANDLE_GUID_UNIT(h, guid, unit) \ argument
416 #define MIPI_SYST_SET_HANDLE_ORIGIN(h, o) \ argument
457 #define MIPI_SYST_ENABLE_HANDLE_TIMESTAMP(h, v) \ argument
[all …]
/mipi-sys-t-3.4.0/library/test/unit/
Dmipi_syst_printf_test.cpp241 unsigned short int h = 0x1234; in TEST_F() local