Home
last modified time | relevance | path

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

12

/Linux-v6.6/Documentation/userspace-api/media/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.rst85 - When this event is subscribed an initial event will be sent
Dvidioc-dqevent.rst82 every subscribed event that takes place. If sequence numbers are
176 changed for the subscribed pad. If multiple events occurred before
/Linux-v6.6/net/tipc/
Dsubscr.c73 static bool tipc_sub_check_overlap(struct tipc_service_range *subscribed, in tipc_sub_check_overlap() argument
79 if (found_lower < subscribed->lower) in tipc_sub_check_overlap()
80 found_lower = subscribed->lower; in tipc_sub_check_overlap()
81 if (found_upper > subscribed->upper) in tipc_sub_check_overlap()
82 found_upper = subscribed->upper; in tipc_sub_check_overlap()
/Linux-v6.6/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-v6.6/Documentation/driver-api/media/
Dv4l2-event.rst9 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 v4l2_fh has two lists: one of the ``subscribed`` events,
55 struct v4l2_subscribed_event so it knows who subscribed an
/Linux-v6.6/drivers/media/v4l2-core/
Dv4l2-event.c95 list_for_each_entry(sev, &fh->subscribed, list) in v4l2_event_subscribed()
255 list_add(&sev->list, &fh->subscribed); in v4l2_event_subscribe()
287 if (!list_empty(&fh->subscribed)) { in v4l2_event_unsubscribe_all()
288 sev = list_first_entry(&fh->subscribed, in v4l2_event_unsubscribe_all()
Dv4l2-fh.c38 INIT_LIST_HEAD(&fh->subscribed); in v4l2_fh_init()
/Linux-v6.6/include/media/
Dv4l2-fh.h51 struct list_head subscribed; member
/Linux-v6.6/Documentation/networking/
Dax25.rst16 subscribed to post but of course that means you might miss an answer.
Dphonet.rst125 A Phonet datagram socket can be subscribed to any number of 8-bits
134 Note that no more than one socket can be subscribed to any given
/Linux-v6.6/Documentation/core-api/
Dwatch_queue.rst97 A "watch list" is a list of watchers that are subscribed to a source of
118 This removes all of the watches subscribed to a watch_list and frees them
201 subscribed watch to indicate that the watch got removed.
207 To post a notification to watch list so that the subscribed watches can see it,
/Linux-v6.6/Documentation/admin-guide/media/
Dci.rst49 d) Hopefully enjoy your favourite subscribed channel as you do with
/Linux-v6.6/Documentation/admin-guide/
Djfs.rst65 The JFS mailing list can be subscribed to by using the link labeled
/Linux-v6.6/sound/core/
Dcontrol.c168 if (!ctl->subscribed) in snd_ctl_notify()
1875 subscribe = file->subscribed; in snd_ctl_subscribe_events()
1881 file->subscribed = 1; in snd_ctl_subscribe_events()
1883 } else if (file->subscribed) { in snd_ctl_subscribe_events()
1885 file->subscribed = 0; in snd_ctl_subscribe_events()
2081 if (!ctl->subscribed) in snd_ctl_read()
2135 if (!ctl->subscribed) in snd_ctl_poll()
/Linux-v6.6/include/sound/
Dcontrol.h113 int subscribed; /* read interface is activated */ member
/Linux-v6.6/Documentation/userspace-api/netlink/
Dintro-specs.rst149 To subscribed to notifications use ``ynl_subscribe()``.
Dintro.rst148 the user sockets which subscribed to them. ``do`` and ``dump`` requests
444 sockets subscribed to the notifications will get the following message::
/Linux-v6.6/Documentation/maintainer/
Dfeature-and-driver-maintainers.rst43 Maintainers must be subscribed and follow the appropriate subsystem-wide
/Linux-v6.6/Documentation/userspace-api/media/drivers/
Domap3isp-uapi.rst26 in the CCDC module. The event can be subscribed on the CCDC subdev.
/Linux-v6.6/Documentation/security/keys/
Drequest-key.rst81 2) request_key() searches the process's subscribed keyrings to see if there's
/Linux-v6.6/drivers/media/pci/ivtv/
Divtv-fileops.c733 if (!list_empty(&id->fh.subscribed)) { in ivtv_v4l2_dec_poll()
/Linux-v6.6/Documentation/filesystems/
Dfscrypt.rst886 provided by adding it to a process-subscribed keyring, e.g. to a
902 Nevertheless, to add a key to one of the process-subscribed keyrings,
941 process-subscribed keyrings mechanism.
1115 process-subscribed keyrings.
/Linux-v6.6/Documentation/process/
Dmaintainer-netdev.rst96 If you aren't subscribed to netdev and/or are simply unsure if

12