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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/seq/
H A Dseq_ports.h76 unsigned int callback_all : 1; member in struct:snd_seq_client_port
H A Dseq_ports.c414 * If callback_all option is set, the callback function is invoked
429 if (grp->open && (port->callback_all || grp->count == 1)) {
454 if (grp->close && (port->callback_all || grp->count == 0))
H A Dseq_clientmgr.c1269 port->callback_all = callback->callback_all;

Completed in 125 milliseconds