Searched refs:subscribe (Results 1 - 13 of 13) sorted by relevance

/linux-master/include/net/sctp/
H A Dulpevent.h154 static inline void sctp_ulpevent_type_set(__u16 *subscribe, argument
161 *subscribe |= (1 << (sn_type - SCTP_SN_TYPE_BASE));
163 *subscribe &= ~(1 << (sn_type - SCTP_SN_TYPE_BASE));
167 static inline bool sctp_ulpevent_type_enabled(__u16 subscribe, __u16 sn_type) argument
172 return subscribe & (1 << (sn_type - SCTP_SN_TYPE_BASE));
177 __u16 subscribe)
186 return sctp_ulpevent_type_enabled(subscribe, sn_type);
176 sctp_ulpevent_is_enabled(const struct sctp_ulpevent *event, __u16 subscribe) argument
H A Dstructs.h214 __u16 subscribe; member in struct:sctp_sock
2098 __u16 subscribe; member in struct:sctp_association
/linux-master/include/sound/
H A Dseq_kernel.h47 int (*subscribe)(void *private_data, struct snd_seq_port_subscribe *info); member in struct:snd_seq_port_callback
/linux-master/net/sctp/
H A Dchunk.c94 if (sctp_ulpevent_type_enabled(asoc->subscribe,
102 if (sctp_ulpevent_type_enabled(asoc->subscribe,
H A Dsocket.c2157 if (sctp_ulpevent_type_enabled(sp->subscribe, SCTP_DATA_IO_EVENT))
2231 sctp_ulpevent_type_set(&sp->subscribe, SCTP_SN_TYPE_BASE + i,
2235 asoc->subscribe = sctp_sk(sk)->subscribe;
2241 if (sctp_ulpevent_type_enabled(sp->subscribe, SCTP_SENDER_DRY_EVENT)) {
4273 sctp_ulpevent_type_set(&asoc->subscribe, param->se_type, param->se_on);
4316 sctp_ulpevent_type_set(&sp->subscribe,
5014 sp->subscribe = 0;
5576 struct sctp_event_subscribe subscribe; local
5577 __u8 *sn_type = (__u8 *)&subscribe;
7753 __u16 subscribe; local
[all...]
H A Dulpqueue.c204 if (!sctp_ulpevent_is_enabled(event, ulpq->asoc->subscribe))
1113 if (sctp_ulpevent_type_enabled(ulpq->asoc->subscribe,
H A Dstream_interleave.c490 if (!sctp_ulpevent_is_enabled(event, ulpq->asoc->subscribe))
984 if (!sctp_ulpevent_type_enabled(ulpq->asoc->subscribe,
H A Dassociola.c125 asoc->subscribe = sp->subscribe;
/linux-master/sound/core/seq/
H A Dseq_ump_client.c229 pcallbacks.subscribe = seq_ump_subscribe;
363 pcallbacks.subscribe = seq_ump_subscribe;
H A Dseq_midi.c380 pcallbacks.subscribe = midisynth_subscribe;
H A Dseq_virmidi.c281 * subscribe callback - allow output to rawmidi device
397 pcallbacks.subscribe = snd_virmidi_subscribe;
H A Dseq_clientmgr.c1336 port->c_src.open = callback->subscribe;
/linux-master/sound/core/
H A Dcontrol.c1793 int subscribe; local
1794 if (get_user(subscribe, ptr))
1796 if (subscribe < 0) {
1797 subscribe = file->subscribed;
1798 if (put_user(subscribe, ptr))
1802 if (subscribe) {

Completed in 221 milliseconds