Home
last modified time | relevance | path

Searched refs:infotype (Results 1 – 6 of 6) sorted by relevance

/external/curl/src/
Dtool_cb_dbg.c38 trace tracetype, curl_infotype infotype);
221 trace tracetype, curl_infotype infotype) in dump() argument
264 fprintf(stream, "%c", convert_char(infotype, ptr[i + c])); in dump()
266 (void)infotype; in dump()
Dtool_convert.c116 char convert_char(curl_infotype infotype, char this_char) in convert_char() argument
119 switch(infotype) { in convert_char()
Dtool_convert.h36 char convert_char(curl_infotype infotype, char this_char);
/external/u-boot/drivers/ram/k3-j721e/
Dk3-j721e-ddrss.c111 lpddr4_infotype infotype) in j721e_lpddr4_info_handler() argument
113 if (infotype == LPDDR4_DRV_SOC_PLL_UPDATE) { in j721e_lpddr4_info_handler()
Dlpddr4_if.h206 typedef void (*lpddr4_infocallback)(const lpddr4_privatedata* pd, lpddr4_infotype infotype);
Dlpddr4.c126 lpddr4_infotype infotype; in lpddr4_startsequencecontroller() local
142 infotype = LPDDR4_DRV_SOC_PLL_UPDATE; in lpddr4_startsequencecontroller()
143 pd->infohandler(pd, infotype); in lpddr4_startsequencecontroller()