Home
last modified time | relevance | path

Searched refs:shape (Results 1 – 6 of 6) sorted by relevance

/drivers/video/console/
Dtileblit.c97 cursor.shape = FB_TILE_CURSOR_NONE; in tile_cursor()
100 cursor.shape = FB_TILE_CURSOR_UNDERLINE; in tile_cursor()
103 cursor.shape = FB_TILE_CURSOR_LOWER_THIRD; in tile_cursor()
106 cursor.shape = FB_TILE_CURSOR_LOWER_HALF; in tile_cursor()
109 cursor.shape = FB_TILE_CURSOR_TWO_THIRDS; in tile_cursor()
113 cursor.shape = FB_TILE_CURSOR_BLOCK; in tile_cursor()
/drivers/acpi/acpica/
Ddbconvert.c335 ACPI_PLD_SET_SHAPE(&dword, pld_info->shape); in acpi_db_encode_pld_buffer()
451 acpi_os_printf(ACPI_PLD_OUTPUT, "PLD_Shape", pld_info->shape); in acpi_db_dump_pld_buffer()
Dutxface.c530 pld_info->shape = ACPI_PLD_GET_SHAPE(&dword); in ACPI_EXPORT_SYMBOL()
/drivers/video/fbdev/core/
Dsvgalib.c315 if (cursor -> shape == FB_TILE_CURSOR_NONE) in svga_tilecursor()
318 switch (cursor -> shape) { in svga_tilecursor()
/drivers/gpu/drm/qxl/
Dqxl_dev.h440 QXLPHYSICAL shape; member
Dqxl_display.c388 cmd->u.set.shape = qxl_bo_physical_address(qdev, cursor_bo, 0); in qxl_crtc_cursor_set2()