/openbmc/linux/Documentation/devicetree/bindings/media/ |
H A D | allwinner,sun8i-a83t-de2-rotate.yaml | 4 $id: http://devicetree.org/schemas/media/allwinner,sun8i-a83t-de2-rotate.yaml# 7 title: Allwinner A83T DE2 Rotate 21 - const: allwinner,sun8i-a83t-de2-rotate 23 - const: allwinner,sun50i-a64-de2-rotate 24 - const: allwinner,sun8i-a83t-de2-rotate 34 - description: Rotate interface clock 35 - description: Rotate module clock 59 rotate: rotate@1020000 { 60 compatible = "allwinner,sun8i-a83t-de2-rotate";
|
/openbmc/openbmc/meta-facebook/recipes-extended/rsyslog/ |
H A D | rsyslog_%.bbappend | 7 file://rotate-event-logs.service \ 8 file://rotate-event-logs.timer \ 15 install -m 0644 ${UNPACKDIR}/rotate-event-logs.service ${D}${systemd_system_unitdir} 16 install -m 0644 ${UNPACKDIR}/rotate-event-logs.timer ${D}${systemd_system_unitdir} 26 SYSTEMD_SERVICE:${PN} += " rotate-event-logs.service rotate-event-logs.timer"
|
/openbmc/openbmc/meta-supermicro/meta-common/recipes-extended/rsyslog/ |
H A D | rsyslog_%.bbappend | 5 file://rotate-event-logs.service \ 6 file://rotate-event-logs.sh \ 15 install -m 0644 ${UNPACKDIR}/rotate-event-logs.service ${D}${systemd_system_unitdir} 20 install -m 0755 ${UNPACKDIR}/rotate-event-logs.sh ${D}/${bindir}/rotate-event-logs.sh 24 SYSTEMD_SERVICE:${PN} += " rotate-event-logs.service"
|
/openbmc/openbmc/meta-intel-openbmc/meta-common/recipes-extended/rsyslog/ |
H A D | rsyslog_%.bbappend | 5 file://rotate-event-logs.service \ 6 file://rotate-event-logs.sh \ 15 install -m 0644 ${UNPACKDIR}/rotate-event-logs.service ${D}${systemd_system_unitdir} 20 install -m 0755 ${UNPACKDIR}/rotate-event-logs.sh ${D}/${bindir}/rotate-event-logs.sh 24 SYSTEMD_SERVICE:${PN} += " rotate-event-logs.service"
|
/openbmc/openbmc/meta-fii/meta-mori/recipes-extended/rsyslog/ |
H A D | rsyslog_%.bbappend | 6 file://rotate-event-logs.service \ 7 file://rotate-event-logs.sh \ 16 install -m 0644 ${UNPACKDIR}/rotate-event-logs.service ${D}${systemd_system_unitdir} 21 install -m 0755 ${UNPACKDIR}/rotate-event-logs.sh ${D}/${bindir}/rotate-event-logs.sh 25 SYSTEMD_SERVICE:${PN}:append:mori = " rotate-event-logs.service"
|
/openbmc/openbmc/meta-fii/meta-kudo/recipes-extended/rsyslog/ |
H A D | rsyslog_%.bbappend | 6 file://rotate-event-logs.service \ 7 file://rotate-event-logs.sh \ 16 install -m 0644 ${UNPACKDIR}/rotate-event-logs.service ${D}${systemd_system_unitdir} 21 install -m 0755 ${UNPACKDIR}/rotate-event-logs.sh ${D}/${bindir}/rotate-event-logs.sh 25 SYSTEMD_SERVICE:${PN}:append:kudo = " rotate-event-logs.service"
|
/openbmc/openbmc/meta-ampere/meta-common/recipes-extended/rsyslog/rsyslog/ |
H A D | rsyslog.logrotate | 6 rotate 3 16 rotate 3 27 rotate 1 38 rotate 1 49 rotate 1 61 rotate 1
|
/openbmc/openbmc/meta-ampere/meta-common/recipes-extended/rsyslog/ |
H A D | rsyslog_%.bbappend | 5 file://rotate-event-logs.service \ 6 file://rotate-event-logs.sh \ 16 install -m 0644 ${UNPACKDIR}/rotate-event-logs.service ${D}${systemd_system_unitdir} 21 install -m 0755 ${UNPACKDIR}/rotate-event-logs.sh ${D}/${bindir}/rotate-event-logs.sh 26 SYSTEMD_SERVICE:${PN} += " rotate-event-logs.service"
|
/openbmc/linux/include/linux/ |
H A D | bitops.h | 101 * rol64 - rotate a 64-bit value left 102 * @word: value to rotate 111 * ror64 - rotate a 64-bit value right 112 * @word: value to rotate 121 * rol32 - rotate a 32-bit value left 122 * @word: value to rotate 131 * ror32 - rotate a 32-bit value right 132 * @word: value to rotate 141 * rol16 - rotate a 16-bit value left 142 * @word: value to rotate [all …]
|
/openbmc/phosphor-webui/app/common/styles/elements/ |
H A D | loader.scss | 3 @keyframes rotate { 4 0% { transform: rotate(0deg);} 5 100% { transform: rotate(360deg);} 22 transform: translateZ(0) rotate(360deg); 25 animation: rotate 1s linear infinite;
|
H A D | accordion.scss | 22 transform: rotate(90deg); 33 transform: rotate(-90deg); 60 transform: rotate(90deg);
|
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/ |
H A D | libxrandr_1.5.4.bb | 1 SUMMARY = "XRandR: X Resize, Rotate and Reflect extension library" 3 DESCRIPTION = "The X Resize, Rotate and Reflect Extension, called RandR \ 4 for short, brings the ability to resize, rotate and reflect the root \ 5 window of a screen. It is based on the X Resize and Rotate Extension as \
|
/openbmc/linux/drivers/gpu/drm/ci/ |
H A D | testlist.txt | 140 kms_big_fb@linear-8bpp-rotate-0 141 kms_big_fb@linear-8bpp-rotate-90 142 kms_big_fb@linear-8bpp-rotate-180 143 kms_big_fb@linear-8bpp-rotate-270 144 kms_big_fb@linear-16bpp-rotate-0 145 kms_big_fb@linear-16bpp-rotate-90 146 kms_big_fb@linear-16bpp-rotate-180 147 kms_big_fb@linear-16bpp-rotate-270 148 kms_big_fb@linear-32bpp-rotate-0 149 kms_big_fb@linear-32bpp-rotate-90 [all …]
|
/openbmc/qemu/util/ |
H A D | interval-tree.c | 62 void (*rotate)(RBNode *old, RBNode *new); member 257 * the parent's right child (left rotate at parent). in rb_insert_augmented() 275 augment->rotate(parent, node); in rb_insert_augmented() 282 * the parent's left child (right rotate at gparent). in rb_insert_augmented() 296 augment->rotate(gparent, parent); in rb_insert_augmented() 312 /* Case 2 - right rotate at parent */ in rb_insert_augmented() 320 augment->rotate(parent, node); in rb_insert_augmented() 325 /* Case 3 - left rotate at gparent */ in rb_insert_augmented() 332 augment->rotate(gparent, parent); in rb_insert_augmented() 365 * Case 1 - left rotate at parent in rb_erase_color() [all …]
|
/openbmc/linux/drivers/media/platform/renesas/vsp1/ |
H A D | vsp1_wpf.c | 49 bool rotate; in vsp1_wpf_set_rotation() local 56 rotate = rotation == 90 || rotation == 270; in vsp1_wpf_set_rotation() 57 if (rotate == wpf->flip.rotate) in vsp1_wpf_set_rotation() 77 if (rotate) { in vsp1_wpf_set_rotation() 85 wpf->flip.rotate = rotate; in vsp1_wpf_set_rotation() 103 rotation = wpf->flip.ctrls.rotate ? wpf->flip.ctrls.rotate->val : 0; in vsp1_wpf_s_ctrl() 173 wpf->flip.ctrls.rotate = in wpf_init_controls() 262 if (wpf->flip.rotate) in wpf_configure_stream() 434 if (flip & BIT(WPF_CTRL_HFLIP) && !wpf->flip.rotate) in wpf_configure_partition() 436 else if (flip & BIT(WPF_CTRL_VFLIP) && wpf->flip.rotate) in wpf_configure_partition() [all …]
|
/openbmc/linux/drivers/media/platform/sunxi/sun8i-rotate/ |
H A D | Makefile | 2 sun8i-rotate-y += sun8i_rotate.o 3 sun8i-rotate-y += sun8i_formats.o 5 obj-$(CONFIG_VIDEO_SUN8I_ROTATE) += sun8i-rotate.o
|
/openbmc/linux/drivers/video/fbdev/core/ |
H A D | fbmem.c | 387 struct fb_image *image, int rotate) in fb_rotate_logo() argument 391 if (rotate == FB_ROTATE_UD) { in fb_rotate_logo() 396 } else if (rotate == FB_ROTATE_CW) { in fb_rotate_logo() 403 } else if (rotate == FB_ROTATE_CCW) { in fb_rotate_logo() 416 int rotate, unsigned int num) in fb_do_show_logo() argument 423 if (rotate == FB_ROTATE_UR) { in fb_do_show_logo() 430 } else if (rotate == FB_ROTATE_UD) { in fb_do_show_logo() 437 } else if (rotate == FB_ROTATE_CW) { in fb_do_show_logo() 444 } else if (rotate == FB_ROTATE_CCW) { in fb_do_show_logo() 454 static int fb_show_logo_line(struct fb_info *info, int rotate, in fb_show_logo_line() argument [all …]
|
H A D | fbcon_rotate.c | 40 if (ops->rotate == FB_ROTATE_CW || in fbcon_rotate_font() 41 ops->rotate == FB_ROTATE_CCW) in fbcon_rotate_font() 64 switch (ops->rotate) { in fbcon_rotate_font() 100 switch(ops->rotate) { in fbcon_set_rotate()
|
H A D | fbcon.c | 198 ops->rotate = ops->p->con_rotate; in fbcon_set_rotation() 200 ops->rotate = 0; in fbcon_set_rotation() 203 static void fbcon_rotate(struct fb_info *info, u32 rotate) in fbcon_rotate() argument 216 if (rotate < 4) in fbcon_rotate() 217 p->con_rotate = rotate; in fbcon_rotate() 225 static void fbcon_rotate_all(struct fb_info *info, u32 rotate) in fbcon_rotate_all() argument 232 if (!ops || ops->currcon < 0 || rotate > 3) in fbcon_rotate_all() 242 p->con_rotate = rotate; in fbcon_rotate_all() 252 ops->rotate = FB_ROTATE_UR; in fbcon_set_rotation() 255 static void fbcon_rotate(struct fb_info *info, u32 rotate) in fbcon_rotate() argument [all …]
|
/openbmc/openbmc/meta-fii/meta-kudo/recipes-extended/rsyslog/rsyslog/ |
H A D | rsyslog.logrotate | 6 rotate 3 16 rotate 3 26 rotate 1
|
/openbmc/openbmc/meta-fii/meta-mori/recipes-extended/rsyslog/rsyslog/ |
H A D | rsyslog.logrotate | 6 rotate 3 16 rotate 3 26 rotate 1
|
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
H A D | logrotate.py | 42 …# If logrotate fails to rotate the log, view the verbose output of logrotate to see what prevented… 45 …msg = ("logrotate did not successfully rotate the wtmp log. Output from logrotate -vf: \n%s" % (lo… 55 …arget.run('echo "/var/log/logrotate_testfile {\n missingok \n monthly \n rotate 1" > /etc/logrotat… 67 …# If logrotate fails to rotate the log, view the verbose output of logrotate instead of just listi… 70 …msg = ('logrotate did not successfully rotate the logrotate_test log. Output from logrotate -vf: \…
|
/openbmc/phosphor-webui/app/common/styles/components/ |
H A D | table.scss | 136 transform: rotate(180deg); 176 transform: rotate(180deg); 196 transform: rotate(90deg); 204 transform: rotate(0deg); 272 transform: scale(0) rotate(-45deg); 281 transform: scale(1) rotate(-45deg); 284 transform: scale(1) rotate(0deg);
|
/openbmc/linux/arch/powerpc/crypto/ |
H A D | aesp10-ppc.pl | 201 vperm $key,$in0,$in0,$mask # rotate-n-splat 203 vperm $outtail,$in0,$in0,$outperm # rotate 221 vperm $key,$in0,$in0,$mask # rotate-n-splat 223 vperm $outtail,$in0,$in0,$outperm # rotate 238 vperm $key,$in0,$in0,$mask # rotate-n-splat 240 vperm $outtail,$in0,$in0,$outperm # rotate 253 vperm $outtail,$in0,$in0,$outperm # rotate 268 vperm $outtail,$in0,$in0,$outperm # rotate 299 vperm $key,$in1,$in1,$mask # rotate-n-splat 301 vperm $outtail,$stage,$stage,$outperm # rotate [all …]
|
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | i8259.h | 44 #define OCW2_RCLR 0x00 /* Rotate/clear */ 48 #define OCW2_RSET 0x80 /* Rotate/set */ 49 #define OCW2_REOI 0xa0 /* Rotate on non specific EOI */ 51 #define OCW2_RSEOI 0xe0 /* Rotate on specific EOI */
|