/kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
H A D | tileblit.c | 97 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()
|
H A D | svgalib.c | 315 if (cursor -> shape == FB_TILE_CURSOR_NONE) in svga_tilecursor() 318 switch (cursor -> shape) { in svga_tilecursor()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/core/ |
H A D | tileblit.c | 96 cursor.shape = FB_TILE_CURSOR_NONE; in tile_cursor() 99 cursor.shape = FB_TILE_CURSOR_UNDERLINE; in tile_cursor() 102 cursor.shape = FB_TILE_CURSOR_LOWER_THIRD; in tile_cursor() 105 cursor.shape = FB_TILE_CURSOR_LOWER_HALF; in tile_cursor() 108 cursor.shape = FB_TILE_CURSOR_TWO_THIRDS; in tile_cursor() 112 cursor.shape = FB_TILE_CURSOR_BLOCK; in tile_cursor()
|
H A D | svgalib.c | 316 if (cursor -> shape == FB_TILE_CURSOR_NONE) in svga_tilecursor() 319 switch (cursor -> shape) { in svga_tilecursor()
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-wpcm-fiu.c | 313 const struct wpcm_fiu_op_shape *shape = &wpcm_fiu_op_shapes[i]; in wpcm_fiu_find_op_shape() local 315 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() local 359 if (shape) in wpcm_fiu_exec_op() 360 return shape->exec(mem, op); in wpcm_fiu_exec_op()
|
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
H A D | cfg.c | 385 const char *shape; in draw_bb_node() local 388 shape = "Mdiamond"; in draw_bb_node() 390 shape = "record"; in draw_bb_node() 392 printf("\tfn_%d_bb_%d [shape=%s,style=filled,label=\"", in draw_bb_node() 393 func->idx, bb->idx, shape); in draw_bb_node()
|
/kernel/linux/linux-6.6/tools/bpf/bpftool/ |
H A D | cfg.c | 387 const char *shape; in draw_bb_node() local 390 shape = "Mdiamond"; in draw_bb_node() 392 shape = "record"; in draw_bb_node() 394 printf("\tfn_%d_bb_%d [shape=%s,style=filled,label=\"", in draw_bb_node() 395 func->idx, bb->idx, shape); in draw_bb_node()
|
/kernel/linux/linux-5.10/arch/alpha/kernel/ |
H A D | setup.c | 1130 show_cache_size (struct seq_file *f, const char *which, int shape) in show_cache_size() argument 1132 if (shape == -1) in show_cache_size() 1134 else if (shape == 0) in show_cache_size() 1138 which, shape >> 10, shape & 15, in show_cache_size() 1139 1 << ((shape >> 4) & 15)); in show_cache_size()
|
/kernel/linux/linux-6.6/arch/alpha/kernel/ |
H A D | setup.c | 1115 show_cache_size (struct seq_file *f, const char *which, int shape) in show_cache_size() argument 1117 if (shape == -1) in show_cache_size() 1119 else if (shape == 0) in show_cache_size() 1123 which, shape >> 10, shape & 15, in show_cache_size() 1124 1 << ((shape >> 4) & 15)); in show_cache_size()
|
/kernel/linux/linux-5.10/include/xen/interface/io/ |
H A D | kbdif.h | 433 * Multi-touch shape event - touch point's shape has changed its shape. 458 * Multi-touch orientation event - touch point's shape has changed 492 } shape; member
|
/kernel/linux/linux-6.6/include/xen/interface/io/ |
H A D | kbdif.h | 416 * Multi-touch shape event - touch point's shape has changed its shape. 441 * Multi-touch orientation event - touch point's shape has changed 475 } shape; member
|
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | dbconvert.c | 303 ACPI_PLD_SET_SHAPE(&dword, pld_info->shape); in acpi_db_encode_pld_buffer() 419 acpi_os_printf(ACPI_PLD_OUTPUT, "PLD_Shape", pld_info->shape); in acpi_db_dump_pld_buffer()
|
H A D | utxface.c | 494 pld_info->shape = ACPI_PLD_GET_SHAPE(&dword); in ACPI_EXPORT_SYMBOL()
|
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | dbconvert.c | 303 ACPI_PLD_SET_SHAPE(&dword, pld_info->shape); in acpi_db_encode_pld_buffer() 419 acpi_os_printf(ACPI_PLD_OUTPUT, "PLD_Shape", pld_info->shape); in acpi_db_dump_pld_buffer()
|
H A D | utxface.c | 494 pld_info->shape = ACPI_PLD_GET_SHAPE(&dword); in ACPI_EXPORT_SYMBOL()
|
/kernel/linux/linux-5.10/drivers/input/misc/ |
H A D | xen-kbdfront.c | 138 mtouch->u.shape.major); in xenkbd_handle_mt_event() 140 mtouch->u.shape.minor); in xenkbd_handle_mt_event()
|
/kernel/linux/linux-6.6/drivers/input/misc/ |
H A D | xen-kbdfront.c | 138 mtouch->u.shape.major); in xenkbd_handle_mt_event() 140 mtouch->u.shape.minor); in xenkbd_handle_mt_event()
|
/kernel/linux/linux-5.10/include/acpi/ |
H A D | acbuffer.h | 91 u8 shape; member
|
/kernel/linux/linux-6.6/include/acpi/ |
H A D | acbuffer.h | 91 u8 shape; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/qxl/ |
H A D | qxl_dev.h | 437 QXLPHYSICAL shape; member
|
H A D | qxl_display.c | 511 cmd->u.set.shape = qxl_bo_physical_address(qdev, qcrtc->cursor_bo, 0); in qxl_primary_apply_cursor() 637 cmd->u.set.shape = qxl_bo_physical_address(qdev, in qxl_cursor_atomic_update()
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | gus.h | 526 extern void snd_gf1_lfo_setup(struct snd_gus_card * gus, int voice, int lfo_type, int freq, int current_depth, int depth, int sweep, int shape);
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | gus.h | 526 extern void snd_gf1_lfo_setup(struct snd_gus_card * gus, int voice, int lfo_type, int freq, int current_depth, int depth, int sweep, int shape);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/qxl/ |
H A D | qxl_dev.h | 437 QXLPHYSICAL shape; member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fb.h | 350 __u32 shape; /* see FB_TILE_CURSOR_* */ member
|