Searched refs:shape (Results 1 – 8 of 8) sorted by relevance
129 cursor.shape = FB_TILE_CURSOR_NONE; in tile_cursor()132 cursor.shape = FB_TILE_CURSOR_UNDERLINE; in tile_cursor()135 cursor.shape = FB_TILE_CURSOR_LOWER_THIRD; in tile_cursor()138 cursor.shape = FB_TILE_CURSOR_LOWER_HALF; in tile_cursor()141 cursor.shape = FB_TILE_CURSOR_TWO_THIRDS; in tile_cursor()145 cursor.shape = FB_TILE_CURSOR_BLOCK; in tile_cursor()
314 if (cursor->shape == FB_TILE_CURSOR_NONE) in svga_tilecursor()317 switch (cursor->shape) { in svga_tilecursor()
313 const struct wpcm_fiu_op_shape *shape = &wpcm_fiu_op_shapes[i]; in wpcm_fiu_find_op_shape() local315 if (shape->match(op)) in wpcm_fiu_find_op_shape()316 return shape; in wpcm_fiu_find_op_shape()355 const struct wpcm_fiu_op_shape *shape = wpcm_fiu_find_op_shape(op); in wpcm_fiu_exec_op() local359 if (shape) in wpcm_fiu_exec_op()360 return shape->exec(mem, op); in wpcm_fiu_exec_op()
305 ACPI_PLD_SET_SHAPE(&dword, pld_info->shape); in acpi_db_encode_pld_buffer()421 acpi_os_printf(ACPI_PLD_OUTPUT, "PLD_Shape", pld_info->shape); in acpi_db_dump_pld_buffer()
494 pld_info->shape = ACPI_PLD_GET_SHAPE(&dword); in ACPI_EXPORT_SYMBOL()
138 mtouch->u.shape.major); in xenkbd_handle_mt_event()140 mtouch->u.shape.minor); in xenkbd_handle_mt_event()
437 QXLPHYSICAL shape; member
518 cmd->u.set.shape = qxl_bo_physical_address(qdev, qcrtc->cursor_bo, 0); in qxl_primary_apply_cursor()
Completed in 21 milliseconds