Searched refs:subscribed (Results 1 – 20 of 20) sorted by relevance
/linux-4.4.14/drivers/net/wireless/libertas/ |
D | debugfs.c | 228 struct cmd_ds_802_11_subscribe_event *subscribed; in lbs_threshold_read() local 242 subscribed = kzalloc(sizeof(*subscribed), GFP_KERNEL); in lbs_threshold_read() 243 if (!subscribed) { in lbs_threshold_read() 248 subscribed->hdr.size = cpu_to_le16(sizeof(*subscribed)); in lbs_threshold_read() 249 subscribed->action = cpu_to_le16(CMD_ACT_GET); in lbs_threshold_read() 251 ret = lbs_cmd_with_response(priv, CMD_802_11_SUBSCRIBE_EVENT, subscribed); in lbs_threshold_read() 255 got = lbs_tlv_find(tlv_type, subscribed->tlv, sizeof(subscribed->tlv)); in lbs_threshold_read() 259 events = le16_to_cpu(subscribed->events); in lbs_threshold_read() 268 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-4.4.14/drivers/media/v4l2-core/ |
D | v4l2-event.c | 103 list_for_each_entry(sev, &fh->subscribed, list) in v4l2_event_subscribed() 236 list_add(&sev->list, &fh->subscribed); in v4l2_event_subscribe() 270 if (!list_empty(&fh->subscribed)) { in v4l2_event_unsubscribe_all() 271 sev = list_first_entry(&fh->subscribed, in v4l2_event_unsubscribe_all()
|
D | v4l2-fh.c | 50 INIT_LIST_HEAD(&fh->subscribed); in v4l2_fh_init()
|
/linux-4.4.14/include/media/ |
D | v4l2-fh.h | 44 struct list_head subscribed; /* Subscribed events */ member
|
/linux-4.4.14/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.txt | 65 If you aren't subscribed to netdev and/or are simply unsure if net-next
|
D | can.txt | 492 subscribed. E.g. in the example from above
|
/linux-4.4.14/sound/core/ |
D | control.c | 168 if (!ctl->subscribed) in snd_ctl_notify() 1378 subscribe = file->subscribed; in snd_ctl_subscribe_events() 1384 file->subscribed = 1; in snd_ctl_subscribe_events() 1386 } else if (file->subscribed) { in snd_ctl_subscribe_events() 1388 file->subscribed = 0; in snd_ctl_subscribe_events() 1536 if (!ctl->subscribed) in snd_ctl_read() 1590 if (!ctl->subscribed) in snd_ctl_poll()
|
/linux-4.4.14/include/sound/ |
D | control.h | 110 int subscribed; /* read interface is activated */ member
|
/linux-4.4.14/Documentation/filesystems/ |
D | jfs.txt | 51 The JFS mailing list can be subscribed to by using the link labeled
|
/linux-4.4.14/drivers/isdn/i4l/ |
D | Kconfig | 116 work in all countries if the service has been subscribed to.
|
/linux-4.4.14/Documentation/dvb/ |
D | ci.txt | 35 (d) Hopefully enjoy your favourite subscribed channel as you do with
|
/linux-4.4.14/Documentation/security/ |
D | keys-request-key.txt | 79 (2) request_key() searches the process's subscribed keyrings to see if there's
|
D | keys.txt | 178 will be subscribed to the default session key for the new UID. 181 it will be subscribed to the default for its current UID. 642 representing the IDs of all the keys to which it is subscribed. The user
|
D | credentials.txt | 322 changed, the keyrings subscribed to may have their contents altered.
|
/linux-4.4.14/Documentation/video4linux/ |
D | omap3isp.txt | 77 in the CCDC module. The event can be subscribed on the CCDC subdev.
|
/linux-4.4.14/drivers/media/pci/ivtv/ |
D | ivtv-fileops.c | 745 if (!list_empty(&id->fh.subscribed)) { in ivtv_v4l2_dec_poll()
|
/linux-4.4.14/Documentation/DocBook/ |
D | device-drivers.xml.db | 841 API-struct-v4l2-subscribed-event
|