Linux Kernel
3.7.1
|
#include <ux500_msp_i2s.h>
Data Fields | |
enum enum_i2s_controller | id |
void __iomem * | registers |
struct device * | dev |
struct i2s_controller * | i2s_cont |
struct stedma40_chan_cfg * | dma_cfg_rx |
struct stedma40_chan_cfg * | dma_cfg_tx |
struct dma_chan * | tx_pipeid |
struct dma_chan * | rx_pipeid |
enum msp_state | msp_state |
int(* | transfer )(struct ux500_msp *msp, struct i2s_message *message) |
struct timer_list | notify_timer |
int | def_elem_len |
unsigned int | dir_busy |
int | loopback_enable |
u32 | backup_regs [MAX_MSP_BACKUP_REGS] |
unsigned int | f_bitclk |
struct pinctrl * | pinctrl_p |
struct pinctrl_state * | pinctrl_def |
struct pinctrl_state * | pinctrl_sleep |
int | pinctrl_rxtx_ref |
Definition at line 516 of file ux500_msp_i2s.h.
u32 backup_regs[MAX_MSP_BACKUP_REGS] |
Definition at line 531 of file ux500_msp_i2s.h.
int def_elem_len |
Definition at line 528 of file ux500_msp_i2s.h.
Definition at line 519 of file ux500_msp_i2s.h.
unsigned int dir_busy |
Definition at line 529 of file ux500_msp_i2s.h.
struct stedma40_chan_cfg* dma_cfg_rx |
Definition at line 521 of file ux500_msp_i2s.h.
struct stedma40_chan_cfg* dma_cfg_tx |
Definition at line 522 of file ux500_msp_i2s.h.
unsigned int f_bitclk |
Definition at line 532 of file ux500_msp_i2s.h.
struct i2s_controller* i2s_cont |
Definition at line 520 of file ux500_msp_i2s.h.
enum enum_i2s_controller id |
Definition at line 517 of file ux500_msp_i2s.h.
int loopback_enable |
Definition at line 530 of file ux500_msp_i2s.h.
Definition at line 525 of file ux500_msp_i2s.h.
struct timer_list notify_timer |
Definition at line 527 of file ux500_msp_i2s.h.
struct pinctrl_state* pinctrl_def |
Definition at line 535 of file ux500_msp_i2s.h.
Definition at line 534 of file ux500_msp_i2s.h.
int pinctrl_rxtx_ref |
Definition at line 538 of file ux500_msp_i2s.h.
struct pinctrl_state* pinctrl_sleep |
Definition at line 536 of file ux500_msp_i2s.h.
Definition at line 518 of file ux500_msp_i2s.h.
Definition at line 524 of file ux500_msp_i2s.h.
Definition at line 526 of file ux500_msp_i2s.h.
Definition at line 523 of file ux500_msp_i2s.h.