Searched refs:panel_list (Results 1 – 1 of 1) sorted by relevance
16 static hpm_panel_t *panel_list[] = { variable36 if (sizeof(panel_list) > 0) in hpm_panel_find_device_default()37 return panel_list[0]; in hpm_panel_find_device_default()43 int n = sizeof(panel_list) / sizeof(panel_list[0]); in hpm_panel_find_device()46 if (!strcmp(panel_list[i]->name, name)) in hpm_panel_find_device()47 return panel_list[i]; in hpm_panel_find_device()
Completed in 4 milliseconds