Home
last modified time | relevance | path

Searched refs:data_var (Results 1 – 2 of 2) sorted by relevance

/mipi-sys-t-3.6.0-3.5.0/library/src/
Dmipi_syst_api.c132 MIPI_SYST_EVDSC_MEMBER_OFF(ed_pld.data_var),
291 desc.ed_pld.data_var = (const mipi_syst_u8 *) str; in mipi_syst_write_debug_string()
485 desc.ed_pld.data_var = data; in mipi_syst_write_raw_message()
1165 desc.ed_pld.data_var = (const mipi_syst_u8 *) fmt; in mipi_syst_write_vprintf_string()
1265 desc.ed_pld.data_var = (const mipi_syst_u8 *) argBuf; in mipi_syst_write_printf_catalog64()
1324 desc.ed_pld.data_var = (const mipi_syst_u8 *) argBuf; in mipi_syst_write_catalog64_args_copy()
1401 desc.ed_pld.data_var = (const mipi_syst_u8 *) argBuf; in mipi_syst_write_printf_catalog32()
1461 desc.ed_pld.data_var = (const mipi_syst_u8 *) argBuf; in mipi_syst_write_catalog32_args_copy()
/mipi-sys-t-3.6.0-3.5.0/library/include/mipi_syst/
Dmessage.h97 const void *data_var; /**< variable length payload */ member