Linux Kernel
3.7.1
|
#include <wl1273-core.h>
Data Fields | |
struct mfd_cell | cells [WL1273_FM_CORE_CELLS] |
struct wl1273_fm_platform_data * | pdata |
unsigned int | mode |
unsigned int | i2s_mode |
unsigned int | volume |
unsigned int | audio_mode |
unsigned int | channel_number |
struct mutex | lock |
struct i2c_client * | client |
int(* | read )(struct wl1273_core *core, u8, u16 *) |
int(* | write )(struct wl1273_core *core, u8, u16) |
int(* | write_data )(struct wl1273_core *core, u8 *, u16) |
int(* | set_audio )(struct wl1273_core *core, unsigned int) |
int(* | set_volume )(struct wl1273_core *core, unsigned int) |
Definition at line 270 of file wl1273-core.h.
unsigned int audio_mode |
Definition at line 277 of file wl1273-core.h.
struct mfd_cell cells[WL1273_FM_CORE_CELLS] |
Definition at line 271 of file wl1273-core.h.
unsigned int channel_number |
Definition at line 278 of file wl1273-core.h.
Definition at line 281 of file wl1273-core.h.
unsigned int i2s_mode |
Definition at line 275 of file wl1273-core.h.
Definition at line 279 of file wl1273-core.h.
unsigned int mode |
Definition at line 274 of file wl1273-core.h.
struct wl1273_fm_platform_data* pdata |
Definition at line 272 of file wl1273-core.h.
Definition at line 283 of file wl1273-core.h.
int(* set_audio)(struct wl1273_core *core, unsigned int) |
Definition at line 286 of file wl1273-core.h.
int(* set_volume)(struct wl1273_core *core, unsigned int) |
Definition at line 287 of file wl1273-core.h.
unsigned int volume |
Definition at line 276 of file wl1273-core.h.
Definition at line 284 of file wl1273-core.h.
Definition at line 285 of file wl1273-core.h.