repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
rcutorture: Eliminate unused ts_rem local from rcu_trace_clock_local()
[linux/fpc-iii.git]
/
drivers
/
gpu
/
drm
/
bridge
/
synopsys
/
dw-hdmi-audio.h
blob
fd1f745c607377753ba613a03b0c4d76192f0e9b
1
#ifndef DW_HDMI_AUDIO_H
2
#define DW_HDMI_AUDIO_H
3
4
struct
dw_hdmi
;
5
6
struct
dw_hdmi_audio_data
{
7
phys_addr_t phys
;
8
void
__iomem
*
base
;
9
int
irq
;
10
struct
dw_hdmi
*
hdmi
;
11
u8
*
eld
;
12
};
13
14
struct
dw_hdmi_i2s_audio_data
{
15
struct
dw_hdmi
*
hdmi
;
16
17
void
(*
write
)(
struct
dw_hdmi
*
hdmi
,
u8 val
,
int
offset
);
18
u8
(*
read
)(
struct
dw_hdmi
*
hdmi
,
int
offset
);
19
};
20
21
#endif