Home
last modified time | relevance | path

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

/linux-4.19.296/include/video/
Domapvrfb.h49 extern int omap_vrfb_map_angle(struct vrfb *vrfb, u16 height, u8 rot);
64 static inline int omap_vrfb_map_angle(struct vrfb *vrfb, u16 height, u8 rot) in omap_vrfb_map_angle() argument
Dimx-ipu-v3.h264 enum ipu_rotate_mode rot);
398 enum ipu_rotate_mode rot);
/linux-4.19.296/drivers/media/dvb-frontends/cxd2880/
Dcxd2880_dvbt2.h333 u8 rot; member
Dcxd2880_tnrdmd_dvbt2_mon.c685 plp_info->rot = data[index++] & 0x01; in cxd2880_tnrdmd_dvbt2_mon_active_plp()
/linux-4.19.296/fs/btrfs/
Dscrub.c2670 u32 rot; in get_raid56_logic_offset() local
2685 stripe_nr = div_u64_rem(stripe_nr, map->num_stripes, &rot); in get_raid56_logic_offset()
2687 rot += i; in get_raid56_logic_offset()
2688 stripe_index = rot % map->num_stripes; in get_raid56_logic_offset()
Dvolumes.c5871 unsigned rot; in __btrfs_map_block() local
5879 div_u64_rem(stripe_nr, num_stripes, &rot); in __btrfs_map_block()
5884 bbio->raid_map[(i+rot) % num_stripes] = in __btrfs_map_block()
5887 bbio->raid_map[(i+rot) % map->num_stripes] = RAID5_P_STRIPE; in __btrfs_map_block()
5889 bbio->raid_map[(i+rot+1) % num_stripes] = in __btrfs_map_block()