Home
last modified time | relevance | path

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

/linux-6.1.9/tools/thermal/tmon/
Dtui.c36 static PANEL *data_panel; variable
86 close_panel(data_panel); in close_windows()
160 data_panel = new_panel(cooling_device_window); in setup_windows()
161 if (!data_panel) in setup_windows()
170 set_panel_userptr(data_panel, dialogue_panel); in setup_windows()
171 set_panel_userptr(dialogue_panel, data_panel); in setup_windows()
172 top = data_panel; in setup_windows()
477 if (!data_panel || !dialogue_panel || in handle_tui_events()
/linux-6.1.9/arch/sh/boards/mach-kfr2r09/
Dlcd_wqvga.c36 static const unsigned char data_panel[] = { variable
154 write_data(sohandle, so, data_panel, ARRAY_SIZE(data_panel)); in display_on()