Searched refs:rot (Results 1 – 12 of 12) sorted by relevance
/u-boot/drivers/video/ |
A D | sandbox_sdl.c | 42 uc_priv->rot = plat->rot; in sandbox_sdl_probe() 60 plat->rot = dev_read_u32_default(dev, "rotate", 0); in sandbox_sdl_bind()
|
A D | simplefb.c | 46 uc_priv->rot = 0; in simple_video_probe()
|
A D | video-uclass.c | 366 if (!priv->rot && IS_ENABLED(CONFIG_CONSOLE_TRUETYPE)) { in video_post_probe() 371 priv->rot); in video_post_probe() 372 snprintf(drv, sizeof(drv), "vidconsole%d", priv->rot); in video_post_probe()
|
A D | seps525.c | 289 uc_priv->rot = 0; in seps525_probe()
|
A D | mali_dp.c | 325 uc_priv->rot = 0; in malidp_probe()
|
A D | nexell_display.c | 597 uc_priv->rot = 0; in nx_display_probe()
|
A D | Kconfig | 150 support this. The rotation is set by the 'rot' parameter in
|
/u-boot/include/dm/ |
A D | test.h | 167 int rot; member
|
/u-boot/test/dm/ |
A D | video.c | 211 static int check_vidconsole_output(struct unit_test_state *uts, int rot, in check_vidconsole_output() argument 221 plat->rot = rot; in check_vidconsole_output()
|
/u-boot/include/ |
A D | video.h | 96 ushort rot; member
|
/u-boot/fs/btrfs/ |
A D | volumes.c | 1086 int rot; in __btrfs_map_block() local 1103 rot = stripe_nr % map->num_stripes; in __btrfs_map_block() 1109 raid_map[(i+rot) % map->num_stripes] = in __btrfs_map_block() 1112 raid_map[(i+rot) % map->num_stripes] = BTRFS_RAID5_P_STRIPE; in __btrfs_map_block() 1114 raid_map[(i+rot+1) % map->num_stripes] = BTRFS_RAID6_Q_STRIPE; in __btrfs_map_block()
|
/u-boot/board/hisilicon/hikey960/ |
A D | README | 233 append: earlycon=pl011,mmio32,0xfff32000 console=ttyAMA6,115200 rw root=/dev/mmcblk0p2 rot
|
Completed in 22 milliseconds