/linux-2.6.39/drivers/net/wireless/b43/ |
D | phy_common.c | 450 u32 angle = 0; in b43_cordic() local 467 if (theta > angle) { in b43_cordic() 471 angle += arctg[i]; in b43_cordic() 476 angle -= arctg[i]; in b43_cordic()
|
D | phy_n.c | 1584 u16 bw, len, rot, angle; in b43_nphy_gen_load_samples() local 1609 angle = 0; in b43_nphy_gen_load_samples() 1612 samples[i] = b43_cordic(angle); in b43_nphy_gen_load_samples() 1613 angle += rot; in b43_nphy_gen_load_samples()
|
D | phy_lp.c | 1789 int i, samples = 0, angle = 0; in lpphy_start_tx_tone() local 1807 sample = b43_cordic(angle); in lpphy_start_tx_tone() 1808 angle += rotation; in lpphy_start_tx_tone()
|
/linux-2.6.39/drivers/video/ |
D | au1100fb.c | 372 void au1100fb_fb_rotate(struct fb_info *fbi, int angle) in au1100fb_fb_rotate() argument 376 print_dbg("fb_rotate %p %d", fbi, angle); in au1100fb_fb_rotate() 378 if (fbdev && (angle > 0) && !(angle % 90)) { in au1100fb_fb_rotate() 383 fbdev->regs->lcd_control |= ((angle/90) << LCD_CONTROL_SM_BIT); in au1100fb_fb_rotate()
|
D | bf537-lq035.c | 567 static void bfin_lq035_fb_rotate(struct fb_info *fbi, int angle) in bfin_lq035_fb_rotate() argument 569 pr_debug("%s: %p %d", __func__, fbi, angle); in bfin_lq035_fb_rotate() 571 switch (angle) { in bfin_lq035_fb_rotate()
|
D | skeletonfb.c | 627 void xxxfb_rotate(struct fb_info *info, int angle) in xxxfb_rotate() argument
|
/linux-2.6.39/drivers/video/omap/ |
D | omapfb.h | 150 int (*set_rotate) (int angle);
|
D | blizzard.c | 960 static int blizzard_set_rotate(int angle) in blizzard_set_rotate() argument 967 switch (angle) { in blizzard_set_rotate()
|
/linux-2.6.39/drivers/staging/winbond/ |
D | phy_calibration.c | 264 void _sin_cos(s32 angle, s32 *sin, s32 *cos) in _sin_cos() argument 271 TargetAngle = abs(angle); in _sin_cos() 290 if (angle > 0) { in _sin_cos()
|
/linux-2.6.39/Documentation/arm/nwfpe/ |
D | TODO | 6 POL{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - polar angle (arctan2)
|
D | README.FPE | 123 POL{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - polar angle (arctan2)
|
/linux-2.6.39/Documentation/fb/ |
D | fbcon.txt | 128 This option changes the orientation angle of the console display. The 136 The angle can be changed anytime afterwards by 'echoing' the same
|
/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/phy/ |
D | wlc_phy_cmn.c | 3031 fixed angle, valtmp; in wlc_phy_cordic() local 3038 angle = 0; in wlc_phy_cordic() 3054 if (theta > angle) { in wlc_phy_cordic() 3058 angle += AtanTbl[iter]; in wlc_phy_cordic() 3063 angle -= AtanTbl[iter]; in wlc_phy_cordic()
|
/linux-2.6.39/include/linux/ |
D | fb.h | 668 void (*fb_rotate)(struct fb_info *info, int angle);
|
/linux-2.6.39/Documentation/arm/OMAP/ |
D | DSS | 286 omapfb.rotate=<angle>
|