Home
last modified time | relevance | path

Searched refs:subscribed (Results 1 – 23 of 23) sorted by relevance

/Linux-v4.19/Documentation/media/uapi/v4l/
Ddev-event.rst16 subscribed using the
18 an event is subscribed, the events of subscribed types are dequeueable
35 1. Each subscribed event has its own internal dedicated event queue.
39 2. If the internal event queue for a particular subscribed event becomes
Dvidioc-subscribe-event.rst87 - When this event is subscribed an initial event will be sent
Dvidioc-dqevent.rst94 every subscribed event that takes place. If sequence numbers are
192 changed for the subscribed pad. If multiple events occurred before
/Linux-v4.19/drivers/net/wireless/marvell/libertas/
Ddebugfs.c221 struct cmd_ds_802_11_subscribe_event *subscribed; in lbs_threshold_read() local
235 subscribed = kzalloc(sizeof(*subscribed), GFP_KERNEL); in lbs_threshold_read()
236 if (!subscribed) { in lbs_threshold_read()
241 subscribed->hdr.size = cpu_to_le16(sizeof(*subscribed)); in lbs_threshold_read()
242 subscribed->action = cpu_to_le16(CMD_ACT_GET); in lbs_threshold_read()
244 ret = lbs_cmd_with_response(priv, CMD_802_11_SUBSCRIBE_EVENT, subscribed); in lbs_threshold_read()
248 got = lbs_tlv_find(tlv_type, subscribed->tlv, sizeof(subscribed->tlv)); in lbs_threshold_read()
252 events = le16_to_cpu(subscribed->events); in lbs_threshold_read()
261 kfree(subscribed); in lbs_threshold_read()
DREADME115 subscribed events API.
138 event is subscribed by default. The default value of MissedBeacons is
145 At initialization, the MAX_FAIL event is NOT subscribed by
/Linux-v4.19/Documentation/media/kapi/
Dv4l2-event.rst8 Events are subscribed per-filehandle. An event specification consists of a
13 The :c:type:`v4l2_fh` struct has a list of subscribed events on its
14 ``subscribed`` field.
17 struct is added to :c:type:`v4l2_fh`\ ``.subscribed``, one for every
18 subscribed event.
46 - struct :c:type:`v4l2_fh` has two lists: one of the ``subscribed`` events,
54 struct :c:type:`v4l2_subscribed_event` so it knows who subscribed an
/Linux-v4.19/drivers/media/v4l2-core/
Dv4l2-event.c99 list_for_each_entry(sev, &fh->subscribed, list) in v4l2_event_subscribed()
244 list_add(&sev->list, &fh->subscribed); in v4l2_event_subscribe()
264 if (!list_empty(&fh->subscribed)) { in v4l2_event_unsubscribe_all()
265 sev = list_first_entry(&fh->subscribed, in v4l2_event_unsubscribe_all()
Dv4l2-fh.c46 INIT_LIST_HEAD(&fh->subscribed); in v4l2_fh_init()
/Linux-v4.19/include/media/
Dv4l2-fh.h59 struct list_head subscribed; member
/Linux-v4.19/Documentation/networking/
Dax25.txt10 subscribed to post but of course that means you might miss an answer.
Dphonet.txt118 A Phonet datagram socket can be subscribed to any number of 8-bits
Dnetdev-FAQ.rst71 If you aren't subscribed to netdev and/or are simply unsure if
Dcan.rst502 subscribed. E.g. in the example from above:
/Linux-v4.19/sound/core/
Dcontrol.c172 if (!ctl->subscribed) in snd_ctl_notify()
1419 subscribe = file->subscribed; in snd_ctl_subscribe_events()
1425 file->subscribed = 1; in snd_ctl_subscribe_events()
1427 } else if (file->subscribed) { in snd_ctl_subscribe_events()
1429 file->subscribed = 0; in snd_ctl_subscribe_events()
1622 if (!ctl->subscribed) in snd_ctl_read()
1676 if (!ctl->subscribed) in snd_ctl_poll()
/Linux-v4.19/include/sound/
Dcontrol.h112 int subscribed; /* read interface is activated */ member
/Linux-v4.19/Documentation/filesystems/
Djfs.txt51 The JFS mailing list can be subscribed to by using the link labeled
/Linux-v4.19/drivers/isdn/i4l/
DKconfig116 work in all countries if the service has been subscribed to.
/Linux-v4.19/Documentation/media/dvb-drivers/
Dci.rst47 d) Hopefully enjoy your favourite subscribed channel as you do with
/Linux-v4.19/Documentation/security/keys/
Drequest-key.rst78 2) request_key() searches the process's subscribed keyrings to see if there's
Dcore.rst166 will be subscribed to the default session key for the new UID.
169 it will be subscribed to the default for its current UID.
627 representing the IDs of all the keys to which it is subscribed. The user
/Linux-v4.19/Documentation/media/v4l-drivers/
Domap3isp.rst80 in the CCDC module. The event can be subscribed on the CCDC subdev.
/Linux-v4.19/drivers/media/pci/ivtv/
Divtv-fileops.c745 if (!list_empty(&id->fh.subscribed)) { in ivtv_v4l2_dec_poll()
/Linux-v4.19/Documentation/security/
Dcredentials.rst295 changed, the keyrings subscribed to may have their contents altered.