Linux Kernel
3.7.1
|
Data Fields | |
struct acpi_device * | acpi_dev |
struct sony_pic_irq * | cur_irq |
struct sony_pic_ioport * | cur_ioport |
struct list_head | interrupts |
struct list_head | ioports |
struct mutex | lock |
struct sonypi_eventtypes * | event_types |
int(* | handle_irq )(const u8, const u8) |
int | model |
u16 | evport_offset |
u8 | camera_power |
u8 | bluetooth_power |
u8 | wwan_power |
Definition at line 2815 of file sony-laptop.c.
struct acpi_device* acpi_dev |
Definition at line 2816 of file sony-laptop.c.
u8 bluetooth_power |
Definition at line 2827 of file sony-laptop.c.
u8 camera_power |
Definition at line 2826 of file sony-laptop.c.
struct sony_pic_ioport* cur_ioport |
Definition at line 2818 of file sony-laptop.c.
struct sony_pic_irq* cur_irq |
Definition at line 2817 of file sony-laptop.c.
struct sonypi_eventtypes* event_types |
Definition at line 2822 of file sony-laptop.c.
u16 evport_offset |
Definition at line 2825 of file sony-laptop.c.
Definition at line 2819 of file sony-laptop.c.
Definition at line 2820 of file sony-laptop.c.
Definition at line 2821 of file sony-laptop.c.
int model |
Definition at line 2824 of file sony-laptop.c.
u8 wwan_power |
Definition at line 2828 of file sony-laptop.c.