repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
hwmon: (w83795) Delay reading limit registers
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
sound
/
oss
/
v_midi.h
blob
08e2185ee816794656f8cf9a83a80706859aec84
1
typedef
struct
vmidi_devc
{
2
int
dev
;
3
4
/* State variables */
5
int
opened
;
6
spinlock_t lock
;
7
8
/* MIDI fields */
9
int
my_mididev
;
10
int
pair_mididev
;
11
int
input_opened
;
12
int
intr_active
;
13
void
(*
midi_input_intr
) (
int
dev
,
unsigned char
data
);
14
}
vmidi_devc
;