|
Linux Kernel
3.7.1
|
#include <linux/fb.h>Go to the source code of this file.
Data Structures | |
| struct | tc6393xb_platform_data |
Macros | |
| #define | IRQ_TC6393_NAND 0 |
| #define | IRQ_TC6393_MMC 1 |
| #define | IRQ_TC6393_OHCI 2 |
| #define | IRQ_TC6393_FB 4 |
| #define | TC6393XB_NR_IRQS 8 |
Functions | |
| int | tc6393xb_lcd_mode (struct platform_device *fb, const struct fb_videomode *mode) |
| int | tc6393xb_lcd_set_power (struct platform_device *fb, bool on) |
| #define IRQ_TC6393_FB 4 |
Definition at line 55 of file tc6393xb.h.
| #define IRQ_TC6393_MMC 1 |
Definition at line 53 of file tc6393xb.h.
| #define IRQ_TC6393_NAND 0 |
Definition at line 52 of file tc6393xb.h.
| #define IRQ_TC6393_OHCI 2 |
Definition at line 54 of file tc6393xb.h.
| #define TC6393XB_NR_IRQS 8 |
Definition at line 57 of file tc6393xb.h.
| int tc6393xb_lcd_mode | ( | struct platform_device * | fb, |
| const struct fb_videomode * | mode | ||
| ) |
Definition at line 324 of file tc6393xb.c.
| int tc6393xb_lcd_set_power | ( | struct platform_device * | fb, |
| bool | on | ||
| ) |
Definition at line 302 of file tc6393xb.c.
1.8.2