Searched refs:rotate (Results 1 - 25 of 142) sorted by relevance

123456

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/console/
H A Dfbcon_rotate.c40 if (ops->rotate == FB_ROTATE_CW ||
41 ops->rotate == FB_ROTATE_CCW)
64 switch (ops->rotate) {
100 switch(ops->rotate) {
H A Dfbcon.c206 ops->rotate = ops->p->con_rotate;
208 ops->rotate = 0;
211 static void fbcon_rotate(struct fb_info *info, u32 rotate) argument
224 if (rotate < 4)
225 p->con_rotate = rotate;
233 static void fbcon_rotate_all(struct fb_info *info, u32 rotate) argument
240 if (!ops || ops->currcon < 0 || rotate > 3)
250 p->con_rotate = rotate;
260 ops->rotate = FB_ROTATE_UR;
263 static void fbcon_rotate(struct fb_info *info, u32 rotate) argument
268 fbcon_rotate_all(struct fb_info *info, u32 rotate) argument
3309 int rotate, idx; local
3334 int rotate, idx; local
3358 int rotate = 0, idx; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/console/
H A Dfbcon_rotate.c40 if (ops->rotate == FB_ROTATE_CW ||
41 ops->rotate == FB_ROTATE_CCW)
64 switch (ops->rotate) {
100 switch(ops->rotate) {
H A Dfbcon.c206 ops->rotate = ops->p->con_rotate;
208 ops->rotate = 0;
211 static void fbcon_rotate(struct fb_info *info, u32 rotate) argument
224 if (rotate < 4)
225 p->con_rotate = rotate;
233 static void fbcon_rotate_all(struct fb_info *info, u32 rotate) argument
240 if (!ops || ops->currcon < 0 || rotate > 3)
250 p->con_rotate = rotate;
260 ops->rotate = FB_ROTATE_UR;
263 static void fbcon_rotate(struct fb_info *info, u32 rotate) argument
268 fbcon_rotate_all(struct fb_info *info, u32 rotate) argument
3309 int rotate, idx; local
3334 int rotate, idx; local
3358 int rotate = 0, idx; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-omap1/
H A Dlcd_dma.c60 int rotate, data_type, xres, yres; member in struct:lcd_dma_info
96 void omap_set_lcd_dma_b1_rotation(int rotate) argument
103 lcd_dma.rotate = rotate;
173 switch (lcd_dma.rotate) {
276 if (!(lcd_dma.rotate || lcd_dma.mirror ||
325 lcd_dma.rotate = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-omap1/
H A Dlcd_dma.c60 int rotate, data_type, xres, yres; member in struct:lcd_dma_info
96 void omap_set_lcd_dma_b1_rotation(int rotate) argument
103 lcd_dma.rotate = rotate;
173 switch (lcd_dma.rotate) {
276 if (!(lcd_dma.rotate || lcd_dma.mirror ||
325 lcd_dma.rotate = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/init/
H A Ddo_mounts_rd.c165 unsigned short rotate = 0; local
238 rotate = 0;
255 printk("%c\b", rotator[rotate & 0x3]);
256 rotate++;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/init/
H A Ddo_mounts_rd.c165 unsigned short rotate = 0; local
238 rotate = 0;
255 printk("%c\b", rotator[rotate & 0x3]);
256 rotate++;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-omap1/include/mach/
H A Dlcd_dma.h71 extern void omap_set_lcd_dma_b1_rotation(int rotate);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-omap1/include/mach/
H A Dlcd_dma.h71 extern void omap_set_lcd_dma_b1_rotation(int rotate);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/sha/asm/
H A Dsha1-thumb.pl54 sub rotate { subroutine
74 $code.=$inline?&rotate():"\tbl .Lrotate\n";
84 $code.=$inline?&rotate():"\tbl .Lrotate\n";
97 $code.=$inline?&rotate():"\tbl .Lrotate\n";
247 $code.=".Lrotate:\n".&rotate()."\tmov pc,lr\n" if (!$inline);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/sha/asm/
H A Dsha1-thumb.pl54 sub rotate { subroutine
74 $code.=$inline?&rotate():"\tbl .Lrotate\n";
84 $code.=$inline?&rotate():"\tbl .Lrotate\n";
97 $code.=$inline?&rotate():"\tbl .Lrotate\n";
247 $code.=".Lrotate:\n".&rotate()."\tmov pc,lr\n" if (!$inline);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/sha/asm/
H A Dsha1-thumb.pl54 sub rotate { subroutine
74 $code.=$inline?&rotate():"\tbl .Lrotate\n";
84 $code.=$inline?&rotate():"\tbl .Lrotate\n";
97 $code.=$inline?&rotate():"\tbl .Lrotate\n";
247 $code.=".Lrotate:\n".&rotate()."\tmov pc,lr\n" if (!$inline);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/sha/asm/
H A Dsha1-thumb.pl54 sub rotate { subroutine
74 $code.=$inline?&rotate():"\tbl .Lrotate\n";
84 $code.=$inline?&rotate():"\tbl .Lrotate\n";
97 $code.=$inline?&rotate():"\tbl .Lrotate\n";
247 $code.=".Lrotate:\n".&rotate()."\tmov pc,lr\n" if (!$inline);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/sha/asm/
H A Dsha1-thumb.pl54 sub rotate { subroutine
74 $code.=$inline?&rotate():"\tbl .Lrotate\n";
84 $code.=$inline?&rotate():"\tbl .Lrotate\n";
97 $code.=$inline?&rotate():"\tbl .Lrotate\n";
247 $code.=".Lrotate:\n".&rotate()."\tmov pc,lr\n" if (!$inline);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/sha/asm/
H A Dsha1-thumb.pl54 sub rotate { subroutine
74 $code.=$inline?&rotate():"\tbl .Lrotate\n";
84 $code.=$inline?&rotate():"\tbl .Lrotate\n";
97 $code.=$inline?&rotate():"\tbl .Lrotate\n";
247 $code.=".Lrotate:\n".&rotate()."\tmov pc,lr\n" if (!$inline);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/
H A Dfbmem.c361 struct fb_image *image, int rotate)
365 if (rotate == FB_ROTATE_UD) {
370 } else if (rotate == FB_ROTATE_CW) {
379 } else if (rotate == FB_ROTATE_CCW) {
394 int rotate, unsigned int num)
398 if (rotate == FB_ROTATE_UR) {
405 } else if (rotate == FB_ROTATE_UD) {
410 } else if (rotate == FB_ROTATE_CW) {
417 } else if (rotate == FB_ROTATE_CCW) {
425 static int fb_show_logo_line(struct fb_info *info, int rotate, argument
360 fb_rotate_logo(struct fb_info *info, u8 *dst, struct fb_image *image, int rotate) argument
393 fb_do_show_logo(struct fb_info *info, struct fb_image *image, int rotate, unsigned int num) argument
536 fb_show_extra_logos(struct fb_info *info, int y, int rotate) argument
556 fb_show_extra_logos(struct fb_info *info, int y, int rotate) argument
564 fb_prepare_logo(struct fb_info *info, int rotate) argument
632 fb_show_logo(struct fb_info *info, int rotate) argument
643 fb_prepare_logo(struct fb_info *info, int rotate) argument
644 fb_show_logo(struct fb_info *info, int rotate) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/
H A Dfbmem.c361 struct fb_image *image, int rotate)
365 if (rotate == FB_ROTATE_UD) {
370 } else if (rotate == FB_ROTATE_CW) {
379 } else if (rotate == FB_ROTATE_CCW) {
394 int rotate, unsigned int num)
398 if (rotate == FB_ROTATE_UR) {
405 } else if (rotate == FB_ROTATE_UD) {
410 } else if (rotate == FB_ROTATE_CW) {
417 } else if (rotate == FB_ROTATE_CCW) {
425 static int fb_show_logo_line(struct fb_info *info, int rotate, argument
360 fb_rotate_logo(struct fb_info *info, u8 *dst, struct fb_image *image, int rotate) argument
393 fb_do_show_logo(struct fb_info *info, struct fb_image *image, int rotate, unsigned int num) argument
536 fb_show_extra_logos(struct fb_info *info, int y, int rotate) argument
556 fb_show_extra_logos(struct fb_info *info, int y, int rotate) argument
564 fb_prepare_logo(struct fb_info *info, int rotate) argument
632 fb_show_logo(struct fb_info *info, int rotate) argument
643 fb_prepare_logo(struct fb_info *info, int rotate) argument
644 fb_show_logo(struct fb_info *info, int rotate) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sh/include/asm/
H A Dsh7760fb.h185 int rotate; /* set to 1 to rotate 90 CCW */ member in struct:sh7760fb_platdata
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sh/include/asm/
H A Dsh7760fb.h185 int rotate; /* set to 1 to rotate 90 CCW */ member in struct:sh7760fb_platdata
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/omap2/displays/
H A Dpanel-taal.c208 u8 rotate; member in struct:taal_data
343 static int taal_set_addr_mode(u8 rotate, bool mirror) argument
353 switch (rotate) {
483 if (td->rotate == 0 || td->rotate == 2) {
876 r = taal_set_addr_mode(td->rotate, td->mirror);
1250 static int taal_rotate(struct omap_dss_device *dssdev, u8 rotate) argument
1255 dev_dbg(&dssdev->dev, "rotate %d\n", rotate);
1259 if (td->rotate
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/omap2/displays/
H A Dpanel-taal.c208 u8 rotate; member in struct:taal_data
343 static int taal_set_addr_mode(u8 rotate, bool mirror) argument
353 switch (rotate) {
483 if (td->rotate == 0 || td->rotate == 2) {
876 r = taal_set_addr_mode(td->rotate, td->mirror);
1250 static int taal_rotate(struct omap_dss_device *dssdev, u8 rotate) argument
1255 dev_dbg(&dssdev->dev, "rotate %d\n", rotate);
1259 if (td->rotate
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/afs/
H A Dvlocation.c67 goto rotate;
74 goto rotate;
77 /* rotate the server records upon lookup failure */
78 rotate:
125 goto rotate;
140 goto rotate;
143 goto rotate;
146 /* rotate the server records upon lookup failure */
147 rotate:
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/afs/
H A Dvlocation.c67 goto rotate;
74 goto rotate;
77 /* rotate the server records upon lookup failure */
78 rotate:
125 goto rotate;
140 goto rotate;
143 goto rotate;
146 /* rotate the server records upon lookup failure */
147 rotate:
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/soc/davinci/
H A Ddavinci-mcasp.c508 u32 mask, rotate; local
513 rotate = 6;
519 rotate = 5;
525 rotate = 4;
531 rotate = 3;
537 rotate = 2;
543 rotate = 1;
549 rotate = 0;
561 mcasp_mod_bits(dev->base + DAVINCI_MCASP_TXFMT_REG, TXROT(rotate),
563 mcasp_mod_bits(dev->base + DAVINCI_MCASP_RXFMT_REG, RXROT(rotate),
[all...]

Completed in 251 milliseconds

123456