Home
last modified time | relevance | path

Searched refs:rot (Results 1 – 12 of 12) sorted by relevance

/u-boot/drivers/video/
A Dsandbox_sdl.c42 uc_priv->rot = plat->rot; in sandbox_sdl_probe()
60 plat->rot = dev_read_u32_default(dev, "rotate", 0); in sandbox_sdl_bind()
A Dsimplefb.c46 uc_priv->rot = 0; in simple_video_probe()
A Dvideo-uclass.c366 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 Dseps525.c289 uc_priv->rot = 0; in seps525_probe()
A Dmali_dp.c325 uc_priv->rot = 0; in malidp_probe()
A Dnexell_display.c597 uc_priv->rot = 0; in nx_display_probe()
A DKconfig150 support this. The rotation is set by the 'rot' parameter in
/u-boot/include/dm/
A Dtest.h167 int rot; member
/u-boot/test/dm/
A Dvideo.c211 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 Dvideo.h96 ushort rot; member
/u-boot/fs/btrfs/
A Dvolumes.c1086 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 DREADME233 append: earlycon=pl011,mmio32,0xfff32000 console=ttyAMA6,115200 rw root=/dev/mmcblk0p2 rot

Completed in 22 milliseconds