/Linux-v5.4/Documentation/media/uapi/v4l/ |
D | dev-event.rst | 23 subscribed using the 25 an event is subscribed, the events of subscribed types are dequeueable 42 1. Each subscribed event has its own internal dedicated event queue. 46 2. If the internal event queue for a particular subscribed event becomes
|
D | vidioc-subscribe-event.rst | 94 - When this event is subscribed an initial event will be sent
|
D | vidioc-dqevent.rst | 101 every subscribed event that takes place. If sequence numbers are 199 changed for the subscribed pad. If multiple events occurred before
|
D | dev-decoder.rst | 1027 * dequeuing the ``V4L2_EVENT_EOS`` event, if the client subscribed to it.
|
/Linux-v5.4/drivers/net/wireless/marvell/libertas/ |
D | debugfs.c | 221 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()
|
D | README | 115 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-v5.4/Documentation/media/kapi/ |
D | v4l2-event.rst | 9 Events are subscribed per-filehandle. An event specification consists of a 14 The :c:type:`v4l2_fh` struct has a list of subscribed events on its 15 ``subscribed`` field. 18 struct is added to :c:type:`v4l2_fh`\ ``.subscribed``, one for every 19 subscribed event. 47 - struct :c:type:`v4l2_fh` has two lists: one of the ``subscribed`` events, 55 struct :c:type:`v4l2_subscribed_event` so it knows who subscribed an
|
/Linux-v5.4/drivers/media/v4l2-core/ |
D | v4l2-event.c | 92 list_for_each_entry(sev, &fh->subscribed, list) in v4l2_event_subscribed() 235 list_add(&sev->list, &fh->subscribed); in v4l2_event_subscribe() 267 if (!list_empty(&fh->subscribed)) { in v4l2_event_unsubscribe_all() 268 sev = list_first_entry(&fh->subscribed, in v4l2_event_unsubscribe_all()
|
D | v4l2-fh.c | 38 INIT_LIST_HEAD(&fh->subscribed); in v4l2_fh_init()
|
/Linux-v5.4/include/media/ |
D | v4l2-fh.h | 51 struct list_head subscribed; member
|
/Linux-v5.4/Documentation/networking/ |
D | ax25.txt | 10 subscribed to post but of course that means you might miss an answer.
|
D | phonet.txt | 118 A Phonet datagram socket can be subscribed to any number of 8-bits
|
D | netdev-FAQ.rst | 71 If you aren't subscribed to netdev and/or are simply unsure if
|
D | can.rst | 502 subscribed. E.g. in the example from above:
|
/Linux-v5.4/sound/core/ |
D | control.c | 157 if (!ctl->subscribed) in snd_ctl_notify() 1391 subscribe = file->subscribed; in snd_ctl_subscribe_events() 1397 file->subscribed = 1; in snd_ctl_subscribe_events() 1399 } else if (file->subscribed) { in snd_ctl_subscribe_events() 1401 file->subscribed = 0; in snd_ctl_subscribe_events() 1594 if (!ctl->subscribed) in snd_ctl_read() 1648 if (!ctl->subscribed) in snd_ctl_poll()
|
/Linux-v5.4/include/sound/ |
D | control.h | 97 int subscribed; /* read interface is activated */ member
|
/Linux-v5.4/Documentation/admin-guide/ |
D | jfs.rst | 65 The JFS mailing list can be subscribed to by using the link labeled
|
/Linux-v5.4/Documentation/media/dvb-drivers/ |
D | ci.rst | 49 d) Hopefully enjoy your favourite subscribed channel as you do with
|
/Linux-v5.4/Documentation/security/keys/ |
D | request-key.rst | 81 2) request_key() searches the process's subscribed keyrings to see if there's
|
D | core.rst | 166 will be subscribed to the default session key for the new UID. 169 it will be subscribed to the default for its current UID. 652 representing the IDs of all the keys to which it is subscribed. The user
|
/Linux-v5.4/Documentation/media/v4l-drivers/ |
D | omap3isp.rst | 82 in the CCDC module. The event can be subscribed on the CCDC subdev.
|
/Linux-v5.4/Documentation/filesystems/ |
D | fscrypt.rst | 698 provided by adding it to a process-subscribed keyring, e.g. to a 714 Nevertheless, to add a key to one of the process-subscribed keyrings, 753 process-subscribed keyrings mechanism. 927 process-subscribed keyrings.
|
D | mount_api.txt | 115 retain references on each namespace. The subscribed namespaces may be
|
/Linux-v5.4/drivers/media/pci/ivtv/ |
D | ivtv-fileops.c | 733 if (!list_empty(&id->fh.subscribed)) { in ivtv_v4l2_dec_poll()
|
/Linux-v5.4/Documentation/security/ |
D | credentials.rst | 295 changed, the keyrings subscribed to may have their contents altered.
|