/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | dev-event.rst | 16 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
|
H A D | vidioc-subscribe-event.rst | 85 - When this event is subscribed an initial event will be sent
|
H A D | vidioc-dqevent.rst | 82 every subscribed event that takes place. If sequence numbers are 176 changed for the subscribed pad. If multiple events occurred before
|
/openbmc/linux/net/tipc/ |
H A D | subscr.c | 73 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()
|
/openbmc/linux/drivers/net/wireless/marvell/libertas/ |
H A 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()
|
H A 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
|
/openbmc/linux/Documentation/driver-api/media/ |
H A 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 v4l2_fh has two lists: one of the ``subscribed`` events, 55 struct v4l2_subscribed_event so it knows who subscribed an
|
/openbmc/linux/drivers/media/v4l2-core/ |
H A D | v4l2-event.c | 95 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()
|
H A D | v4l2-fh.c | 38 INIT_LIST_HEAD(&fh->subscribed); in v4l2_fh_init()
|
/openbmc/linux/include/media/ |
H A D | v4l2-fh.h | 51 struct list_head subscribed; member
|
/openbmc/linux/Documentation/networking/ |
H A D | ax25.rst | 16 subscribed to post but of course that means you might miss an answer.
|
H A D | phonet.rst | 125 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
|
/openbmc/openbmc-test-automation/lib/ |
H A D | event_notification_utils.robot | 29 [Documentation] Get all subscribed server IPs as a list from event subscriptions.
|
/openbmc/docs/designs/ |
H A D | redfish-eventservice.md | 35 - BMC shall support send asynchronous event notification to external subscribed 89 MetricReport and asynchronously send subscribed type of events or reports to 560 body to subscribed clients when the subscription details matches for those 564 subscribed clients when the subscription details matches for the collected 637 events to the subscribed clients. Here is the Beast client Examples for 794 - Client by sending DELETE method on subscribed id URI. 854 field in subscribed data for opening the connection and pushing data to 874 subscribed Listener destination targets depending on subscription data. 909 subscribed clients. 1048 client will receive events associated with subscribed data. [all …]
|
/openbmc/linux/Documentation/core-api/ |
H A D | watch_queue.rst | 97 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,
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | ci.rst | 49 d) Hopefully enjoy your favourite subscribed channel as you do with
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | jfs.rst | 65 The JFS mailing list can be subscribed to by using the link labeled
|
/openbmc/openbmc/meta-arm/ |
H A D | README.md | 35 Currently, it is configured to only allow emails to members from those subscribed.
|
/openbmc/linux/sound/core/ |
H A D | control.c | 168 if (!ctl->subscribed) in snd_ctl_notify() 1879 subscribe = file->subscribed; in snd_ctl_subscribe_events() 1885 file->subscribed = 1; in snd_ctl_subscribe_events() 1887 } else if (file->subscribed) { in snd_ctl_subscribe_events() 1889 file->subscribed = 0; in snd_ctl_subscribe_events() 2085 if (!ctl->subscribed) in snd_ctl_read() 2139 if (!ctl->subscribed) in snd_ctl_poll()
|
/openbmc/linux/include/sound/ |
H A D | control.h | 113 int subscribed; /* read interface is activated */ member
|
/openbmc/linux/Documentation/userspace-api/netlink/ |
H A D | intro-specs.rst | 149 To subscribed to notifications use ``ynl_subscribe()``.
|
H A D | intro.rst | 148 the user sockets which subscribed to them. ``do`` and ``dump`` requests 444 sockets subscribed to the notifications will get the following message::
|
/openbmc/linux/Documentation/maintainer/ |
H A D | feature-and-driver-maintainers.rst | 43 Maintainers must be subscribed and follow the appropriate subsystem-wide
|
/openbmc/linux/Documentation/userspace-api/media/drivers/ |
H A D | omap3isp-uapi.rst | 26 in the CCDC module. The event can be subscribed on the CCDC subdev.
|
/openbmc/linux/Documentation/security/keys/ |
H A D | request-key.rst | 81 2) request_key() searches the process's subscribed keyrings to see if there's
|