Home
last modified time | relevance | path

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

/Linux-v4.19/tools/thermal/tmon/
Dtui.c45 static PANEL *data_panel; variable
95 close_panel(data_panel); in close_windows()
169 data_panel = new_panel(cooling_device_window); in setup_windows()
170 if (!data_panel) in setup_windows()
179 set_panel_userptr(data_panel, dialogue_panel); in setup_windows()
180 set_panel_userptr(dialogue_panel, data_panel); in setup_windows()
181 top = data_panel; in setup_windows()
486 if (!data_panel || !dialogue_panel || in handle_tui_events()
/Linux-v4.19/arch/sh/boards/mach-kfr2r09/
Dlcd_wqvga.c39 static const unsigned char data_panel[] = { variable
157 write_data(sohandle, so, data_panel, ARRAY_SIZE(data_panel)); in display_on()