/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_connector.h | 345 * This enum is used to track the (LCD) panel orientation. There are no 349 * panel orientation information (normal 350 * for non panels) in this case the "panel 353 * @DRM_MODE_PANEL_ORIENTATION_NORMAL: The top side of the panel matches the 355 * @DRM_MODE_PANEL_ORIENTATION_BOTTOM_UP: The top side of the panel matches the 357 * the panel is mounted upside-down. 358 * @DRM_MODE_PANEL_ORIENTATION_LEFT_UP: The left side of the panel matches the 360 * @DRM_MODE_PANEL_ORIENTATION_RIGHT_UP: The right side of the panel matches the 375 * This struct is used to store a frequency range supported by panel 392 * This struct is used to store a luminance range supported by panel [all...] |
/kernel/linux/linux-6.6/tools/thermal/tmon/ |
H A D | tui.c | 18 #include <panel.h> 156 /* prepare panels for dialogue, if panel already created then we must in setup_windows() 162 syslog(LOG_DEBUG, "No data panel\n"); in setup_windows() 167 syslog(LOG_DEBUG, "No dialogue panel\n"); in setup_windows() 169 /* Set up the user pointer to the next panel*/ in setup_windows() 486 /* top panel filter */ in handle_tui_events()
|
/third_party/python/Modules/ |
H A D | _curses_panel.c | 2 * Interface to the ncurses panel library 17 #include <panel.h> 85 /* Definition of the panel object and panel type */ 94 associated with a panel. To ensure that Python's GC doesn't pull 101 pan = win.panel() 109 dozens of panel objects within a typical program. */ 118 /* Insert a new panel object into lop */ 134 /* Remove the panel object from lop */ 160 /* Return the panel objec [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/analogix/ |
H A D | anx7625.c | 462 * variation. IVO panel has small variation than DP CTS spec, need 1682 DRM_DEV_ERROR(dev, "fail to get internal panel.\n"); in anx7625_parse_dt() 1730 DRM_DEV_DEBUG_DRIVER(dev, "get panel node.\n"); in anx7625_parse_dt_panel() 1737 struct device_node *bus, *panel; in anx7625_of_panel_on_aux_bus() local 1743 panel = of_get_child_by_name(bus, "panel"); in anx7625_of_panel_on_aux_bus() 1745 if (!panel) in anx7625_of_panel_on_aux_bus() 1747 of_node_put(panel); in anx7625_of_panel_on_aux_bus() 2362 * This adjusting made for built-in eDP panel, for the externel in anx7625_bridge_mode_fixup() 2612 DRM_DEV_ERROR(dev, "fail to parse DT for panel in anx7625_link_bridge() [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_api_impl_bridge.cpp | 1134 auto panel = panda::ObjectRef::New(vm); in GetArkUINativeModule() local 1135 panel->Set(vm, panda::StringRef::NewFromUtf8(vm, "setShowCloseIcon"), in GetArkUINativeModule() 1137 panel->Set(vm, panda::StringRef::NewFromUtf8(vm, "resetShowCloseIcon"), in GetArkUINativeModule() 1139 panel->Set(vm, panda::StringRef::NewFromUtf8(vm, "setDragBar"), in GetArkUINativeModule() 1141 panel->Set(vm, panda::StringRef::NewFromUtf8(vm, "resetDragBar"), in GetArkUINativeModule() 1143 panel->Set(vm, panda::StringRef::NewFromUtf8(vm, "setShow"), in GetArkUINativeModule() 1145 panel->Set(vm, panda::StringRef::NewFromUtf8(vm, "resetShow"), in GetArkUINativeModule() 1147 object->Set(vm, panda::StringRef::NewFromUtf8(vm, "panel"), panel); in GetArkUINativeModule() 3092 auto panel in RegisterPanelAttributes() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/ |
H A D | sun4i_tcon.c | 332 /* Do dithering if panel only supports 6 bits per color */ in sun4i_tcon0_mode_set_dithering() 1245 * If we have an LVDS panel connected to the TCON, we should in sun4i_tcon_bind() 1250 if (of_device_is_compatible(remote, "panel-lvds")) in sun4i_tcon_bind() 1314 struct drm_panel *panel; in sun4i_tcon_probe() local 1321 ret = drm_of_find_panel_or_bridge(node, 1, 0, &panel, &bridge); in sun4i_tcon_probe()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/sun4i/ |
H A D | sun4i_tcon.c | 321 /* Do dithering if panel only supports 6 bits per color */ in sun4i_tcon0_mode_set_dithering() 1250 * If we have an LVDS panel connected to the TCON, we should in sun4i_tcon_bind() 1255 if (of_device_is_compatible(remote, "panel-lvds")) in sun4i_tcon_bind() 1319 struct drm_panel *panel; in sun4i_tcon_probe() local 1326 ret = drm_of_find_panel_or_bridge(node, 1, 0, &panel, &bridge); in sun4i_tcon_probe()
|
/third_party/glfw/deps/ |
H A D | nuklear.h | 543 /// __nk_init_custom__ | Initializes context from two buffers. One for draw commands the other for window/panel/table allocations 1400 /// nk_window_get_panel | Returns the underlying panel which contains all processing state of the current window 1613 /// Returns the underlying panel which contains all processing state of the current window. 1618 /// Do not keep the returned panel pointer around, it is only valid until `nk_end` 4368 call. It allocates space on the panel reserved for this widget to be used, 5892 /* panel */ 15673 /* setup panel */ in nk_panel_begin() 15705 /* panel header */ in nk_panel_begin() 15719 /* shrink panel by header */ in nk_panel_begin() 15865 /* update panel heigh in nk_panel_end() 16807 struct nk_panel *panel; nk_popup_begin() local 16904 struct nk_panel *panel; nk_nonblock_begin() local 17244 struct nk_panel *panel; nk_contextual_end() local 18696 struct nk_window panel; nk_group_scrolled_offset_begin() local [all...] |
/kernel/linux/linux-5.10/include/video/ |
H A D | omapfb_dss.h | 636 } panel; member
|
/kernel/linux/linux-6.6/include/video/ |
H A D | omapfb_dss.h | 636 } panel; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_display_types.h | 326 /* Detects panel's hdcp capability. This is optional for HDMI. */ 432 struct intel_panel panel; member 626 /* scaler used by crtc for panel fitting purpose */ 829 /* Pipe source size (ie. panel fitter input size) 836 * panel fitter/pipe scaler downscaling.
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | device.h | 537 * enum device_physical_location_panel - Describes which panel surface of the 539 * @DEVICE_PANEL_TOP: Device connection point is on the top panel. 540 * @DEVICE_PANEL_BOTTOM: Device connection point is on the bottom panel. 541 * @DEVICE_PANEL_LEFT: Device connection point is on the left panel. 542 * @DEVICE_PANEL_RIGHT: Device connection point is on the right panel. 543 * @DEVICE_PANEL_FRONT: Device connection point is on the front panel. 544 * @DEVICE_PANEL_BACK: Device connection point is on the back panel. 545 * @DEVICE_PANEL_UNKNOWN: The panel with device connection point is unknown. 559 * position of the device connection point on the panel surface. 560 * @DEVICE_VERT_POS_UPPER: Device connection point is at upper part of panel 598 enum device_physical_location_panel panel; global() member [all...] |
/kernel/linux/linux-6.6/drivers/of/ |
H A D | property.c | 1240 DEFINE_SIMPLE_PROP(panel, "panel", NULL)
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | mx3fb.c | 487 * sdc_init_panel() - initialize a synchronous LCD panel. 489 * @panel: panel type. 491 * @width: width of panel in pixels. 492 * @height: height of panel in pixels. 506 static int sdc_init_panel(struct mx3fb_data *mx3fb, enum ipu_panel panel, in sdc_init_panel() argument 521 dev_dbg(mx3fb->dev, "panel size = %d x %d", width, height); in sdc_init_panel() 526 /* Init panel size and blanking periods */ in sdc_init_panel() 546 switch (panel) { in sdc_init_panel() 860 "mx3fb: Error initializing panel in __set_par() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
H A D | nouveau_bios.c | 141 * for panel power, selected by output and on/off; and 8 table pointers in run_lvds_table() 142 * for panel init, the needed one determined by output, and bits in the in run_lvds_table() 353 NV_DEBUG(drm, "Pointer to flat panel table invalid\n"); in parse_fp_mode_table() 368 * common case for the panel type field is 0x0005, and that is in in parse_fp_mode_table() 410 NV_ERROR(drm, "Pointer to flat panel xlat table invalid\n"); in parse_fp_mode_table() 420 NV_ERROR(drm, "Bad flat panel table index\n"); in parse_fp_mode_table() 430 * panel using a strap-derived bios mode present. this condition in parse_fp_mode_table() 431 * includes, but is different from, the DDC panel indicator above in parse_fp_mode_table() 459 * bytes 1-2 are "panel type", including bits on whether Colour/mono, in nouveau_bios_fp_mode() 499 * straps are not being used for the panel, thi in nouveau_bios_parse_lvds_table() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_display_debugfs.c | 198 if (list_empty(&connector->panel.fixed_modes)) in intel_panel_info() 203 list_for_each_entry(fixed_mode, &connector->panel.fixed_modes, head) in intel_panel_info()
|
H A D | intel_ddi_buf_trans.c | 1128 return connector->panel.vbt.edp.hobl && !intel_dp->hobl_failed; in use_edp_hobl() 1136 return connector->panel.vbt.edp.low_vswing; in use_edp_low_vswing()
|
H A D | intel_display_types.h | 495 /* Detects panel's hdcp capability. This is optional for HDMI. */ 607 struct intel_panel panel; member 808 /* scaler used by crtc for panel fitting purpose */ 1095 /* Pipe source size (ie. panel fitter input size) 1102 * panel fitter/pipe scaler downscaling.
|
H A D | intel_sdvo.c | 2916 intel_bios_init_panel_late(i915, &intel_connector->panel, NULL, NULL); in intel_sdvo_lvds_init()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
H A D | nouveau_bios.c | 144 * for panel power, selected by output and on/off; and 8 table pointers in run_lvds_table() 145 * for panel init, the needed one determined by output, and bits in the in run_lvds_table() 356 NV_DEBUG(drm, "Pointer to flat panel table invalid\n"); in parse_fp_mode_table() 371 * common case for the panel type field is 0x0005, and that is in in parse_fp_mode_table() 413 NV_ERROR(drm, "Pointer to flat panel xlat table invalid\n"); in parse_fp_mode_table() 423 NV_ERROR(drm, "Bad flat panel table index\n"); in parse_fp_mode_table() 433 * panel using a strap-derived bios mode present. this condition in parse_fp_mode_table() 434 * includes, but is different from, the DDC panel indicator above in parse_fp_mode_table() 462 * bytes 1-2 are "panel type", including bits on whether Colour/mono, in nouveau_bios_fp_mode() 502 * straps are not being used for the panel, thi in nouveau_bios_parse_lvds_table() [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkComponent.js | 21240 getUINativeModule().panel.resetPanelBackgroundMask(node); 21243 getUINativeModule().panel.setPanelBackgroundMask(node, this.value); 21257 getUINativeModule().panel.resetPanelMode(node); 21260 getUINativeModule().panel.setPanelMode(node, this.value); 21274 getUINativeModule().panel.resetPanelType(node); 21277 getUINativeModule().panel.setPanelType(node, this.value); 21291 getUINativeModule().panel.resetPanelCustomHeight(node); 21294 getUINativeModule().panel.setPanelCustomHeight(node, this.value); 21308 getUINativeModule().panel.resetPanelFullHeight(node); 21311 getUINativeModule().panel [all...] |
/kernel/linux/linux-6.6/include/acpi/ |
H A D | actbl2.h | 2067 u8 panel; member
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |