Home
last modified time | relevance | path

Searched refs:i2stx_info (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Di2s.h80 struct i2stx_info { struct
100 int i2s_transfer_tx_data(struct i2stx_info *pi2s_tx, unsigned *data, argument
110 int i2s_tx_init(struct i2stx_info *pi2s_tx);
/OK3568_Linux_fs/u-boot/drivers/sound/
H A Dsound-i2s.c24 static struct i2stx_info g_i2stx_pri;
32 static int get_sound_i2s_values(struct i2stx_info *i2s, const void *blob) in get_sound_i2s_values()
101 static int codec_init(const void *blob, struct i2stx_info *pi2s_tx) in codec_init()
149 struct i2stx_info *pi2s_tx = &g_i2stx_pri; in sound_init()
H A Dsamsung-i2s.c259 int i2s_transfer_tx_data(struct i2stx_info *pi2s_tx, unsigned int *data, in i2s_transfer_tx_data()
297 int i2s_tx_init(struct i2stx_info *pi2s_tx) in i2s_tx_init()