Linux Kernel
3.7.1
|
Data Fields | |
union { | |
struct { | |
unsigned int leftChanVal:8 | |
unsigned int leftChanId:8 | |
} v | |
u16 leftSensBits | |
} | l |
union { | |
struct { | |
unsigned int rightChanVal:8 | |
unsigned int rightChanId:8 | |
} v | |
u16 rightSensBits | |
} | r |
Definition at line 300 of file korg1212.c.
union { ... } l |
unsigned int leftChanId |
Definition at line 304 of file korg1212.c.
unsigned int leftChanVal |
Definition at line 303 of file korg1212.c.
u16 leftSensBits |
Definition at line 306 of file korg1212.c.
union { ... } r |
unsigned int rightChanId |
Definition at line 311 of file korg1212.c.
unsigned int rightChanVal |
Definition at line 310 of file korg1212.c.
u16 rightSensBits |
Definition at line 313 of file korg1212.c.
struct { ... } v |
struct { ... } v |