Linux Kernel
3.7.1
|
Data Fields | |
struct usb_device * | udev |
struct urb * | urb |
struct backlight_device * | bd |
u8 * | urbdata |
u8 * | msgdata |
struct delayed_work | work |
int | button_pressed |
spinlock_t | lock |
Definition at line 73 of file appledisplay.c.
Definition at line 76 of file appledisplay.c.
int button_pressed |
Definition at line 81 of file appledisplay.c.
spinlock_t lock |
Definition at line 82 of file appledisplay.c.
u8* msgdata |
Definition at line 78 of file appledisplay.c.
struct usb_device* udev |
Definition at line 74 of file appledisplay.c.
struct urb* urb |
Definition at line 75 of file appledisplay.c.
u8* urbdata |
Definition at line 77 of file appledisplay.c.
struct delayed_work work |
Definition at line 80 of file appledisplay.c.