Linux Kernel
3.7.1
|
#include <fsl_devices.h>
Data Fields | |
int | controller_ver |
enum fsl_usb2_operating_modes | operating_mode |
enum fsl_usb2_phy_modes | phy_mode |
unsigned int | port_enables |
unsigned int | workaround |
int(* | init )(struct platform_device *) |
void(* | exit )(struct platform_device *) |
void __iomem * | regs |
struct clk * | clk |
unsigned | power_budget |
unsigned | big_endian_mmio:1 |
unsigned | big_endian_desc:1 |
unsigned | es:1 |
unsigned | le_setup_buf:1 |
unsigned | have_sysif_regs:1 |
unsigned | invert_drvvbus:1 |
unsigned | invert_pwr_fault:1 |
unsigned | suspended:1 |
unsigned | already_suspended:1 |
u32 | pm_command |
u32 | pm_status |
u32 | pm_intr_enable |
u32 | pm_frame_index |
u32 | pm_segment |
u32 | pm_frame_list |
u32 | pm_async_next |
u32 | pm_configured_flag |
u32 | pm_portsc |
u32 | pm_usbgenctrl |
Definition at line 71 of file fsl_devices.h.
unsigned already_suspended |
Definition at line 93 of file fsl_devices.h.
unsigned big_endian_desc |
Definition at line 85 of file fsl_devices.h.
unsigned big_endian_mmio |
Definition at line 84 of file fsl_devices.h.
Definition at line 82 of file fsl_devices.h.
int controller_ver |
Definition at line 73 of file fsl_devices.h.
unsigned es |
Definition at line 86 of file fsl_devices.h.
void(* exit)(struct platform_device *) |
Definition at line 80 of file fsl_devices.h.
unsigned have_sysif_regs |
Definition at line 88 of file fsl_devices.h.
int(* init)(struct platform_device *) |
Definition at line 79 of file fsl_devices.h.
unsigned invert_drvvbus |
Definition at line 89 of file fsl_devices.h.
unsigned invert_pwr_fault |
Definition at line 90 of file fsl_devices.h.
unsigned le_setup_buf |
Definition at line 87 of file fsl_devices.h.
enum fsl_usb2_operating_modes operating_mode |
Definition at line 74 of file fsl_devices.h.
enum fsl_usb2_phy_modes phy_mode |
Definition at line 75 of file fsl_devices.h.
u32 pm_async_next |
Definition at line 102 of file fsl_devices.h.
u32 pm_command |
Definition at line 96 of file fsl_devices.h.
u32 pm_configured_flag |
Definition at line 103 of file fsl_devices.h.
u32 pm_frame_index |
Definition at line 99 of file fsl_devices.h.
u32 pm_frame_list |
Definition at line 101 of file fsl_devices.h.
u32 pm_intr_enable |
Definition at line 98 of file fsl_devices.h.
u32 pm_portsc |
Definition at line 104 of file fsl_devices.h.
u32 pm_segment |
Definition at line 100 of file fsl_devices.h.
u32 pm_status |
Definition at line 97 of file fsl_devices.h.
u32 pm_usbgenctrl |
Definition at line 105 of file fsl_devices.h.
unsigned int port_enables |
Definition at line 76 of file fsl_devices.h.
unsigned power_budget |
Definition at line 83 of file fsl_devices.h.
Definition at line 81 of file fsl_devices.h.
unsigned suspended |
Definition at line 92 of file fsl_devices.h.
unsigned int workaround |
Definition at line 77 of file fsl_devices.h.