Searched refs:error_codes (Results 1 – 2 of 2) sorted by relevance
28 static struct error_map error_codes[] = { variable70 for (i = 0; error_codes[i].psp; i++) { in send_dbc_cmd()71 if (*dbc_dev->result == error_codes[i].psp) in send_dbc_cmd()72 return error_codes[i].ret; in send_dbc_cmd()
362 static const char * const error_codes[] = { variable662 if (raw_data[2] < ARRAY_SIZE(error_codes)) in picolcd_debug_raw_event()664 raw_data[2], error_codes[raw_data[2]], raw_data[1]); in picolcd_debug_raw_event()