Searched refs:callback_all (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dseq_kernel.h73 unsigned int callback_all; /* call subscribe callbacks at each connection/disconnection */ member in struct:snd_seq_port_callback
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/
H A Dseq_ports.h76 unsigned int callback_all : 1; member in struct:snd_seq_client_port
H A Dseq_ports.c412 * If callback_all option is set, the callback function is invoked
427 if (grp->open && (port->callback_all || grp->count == 1)) {
452 if (grp->close && (port->callback_all || grp->count == 0))
H A Dseq_clientmgr.c1263 port->callback_all = callback->callback_all;

Completed in 116 milliseconds