Linux Kernel
3.7.1
|
#include <omap_hwmod.h>
Data Fields | |
int | nr_pads |
struct omap_device_pad * | pads |
int | nr_pads_dynamic |
struct omap_device_pad ** | pads_dynamic |
int * | irqs |
bool | enabled |
struct omap_hwmod_mux_info - hwmod specific mux configuration : array of omap_device_pad entries : number of omap_device_pad entries
Note that this is currently built during init as needed.
Definition at line 107 of file omap_hwmod.h.
bool enabled |
Definition at line 113 of file omap_hwmod.h.
int* irqs |
Definition at line 112 of file omap_hwmod.h.
int nr_pads |
Definition at line 108 of file omap_hwmod.h.
int nr_pads_dynamic |
Definition at line 110 of file omap_hwmod.h.
struct omap_device_pad* pads |
Definition at line 109 of file omap_hwmod.h.
struct omap_device_pad** pads_dynamic |
Definition at line 111 of file omap_hwmod.h.