Searched refs:parse_format (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/pcmcia/
H A Dcistpl.c1270 static int parse_format(tuple_t *tuple, cistpl_format_t *fmt) function
1346 ret = parse_format(tuple, &parse->format);
/linux-master/tools/power/x86/turbostat/
H A Dturbostat.c3107 static int read_perf_counter_info(const char *const path, const char *const parse_format, void *value_ptr) argument
3132 if (sscanf(buf, parse_format, value_ptr) != 1) {
3146 static unsigned int read_perf_counter_info_n(const char *const path, const char *const parse_format) argument
3151 status = read_perf_counter_info(path, parse_format, &v);

Completed in 161 milliseconds