Linux Kernel
3.7.1
|
#include <seq_ports.h>
Data Fields | |
struct list_head | list_head |
unsigned int | count |
unsigned int | exclusive: 1 |
struct rw_semaphore | list_mutex |
rwlock_t | list_lock |
int(* | open )(void *private_data, struct snd_seq_port_subscribe *info) |
int(* | close )(void *private_data, struct snd_seq_port_subscribe *info) |
Definition at line 50 of file seq_ports.h.
int(* close)(void *private_data, struct snd_seq_port_subscribe *info) |
Definition at line 57 of file seq_ports.h.
unsigned int count |
Definition at line 52 of file seq_ports.h.
unsigned int exclusive |
Definition at line 53 of file seq_ports.h.
Definition at line 51 of file seq_ports.h.
rwlock_t list_lock |
Definition at line 55 of file seq_ports.h.
struct rw_semaphore list_mutex |
Definition at line 54 of file seq_ports.h.
int(* open)(void *private_data, struct snd_seq_port_subscribe *info) |
Definition at line 56 of file seq_ports.h.