Home
last modified time | relevance | path

Searched refs:notification (Results 1 – 20 of 20) sorted by relevance

/linux-4.19.296/include/media/
Dv4l2-mc.h211 unsigned int notification);
240 unsigned int notification) in v4l2_pipeline_link_notify() argument
Dv4l2-device.h66 unsigned int notification, void *arg);
208 unsigned int notification, void *arg) in v4l2_subdev_notify() argument
211 sd->v4l2_dev->notify(sd, notification, arg); in v4l2_subdev_notify()
Dmedia-device.h56 unsigned int notification);
/linux-4.19.296/fs/notify/fanotify/
DKconfig2 bool "Filesystem wide access notification"
8 notification system which differs from inotify in that it sends
/linux-4.19.296/fs/notify/
DMakefile2 obj-$(CONFIG_FSNOTIFY) += fsnotify.o notification.o group.o mark.o \
/linux-4.19.296/drivers/media/v4l2-core/
Dv4l2-mc.c369 unsigned int notification) in v4l2_pipeline_link_notify() argument
381 if (notification == MEDIA_DEV_NOTIFY_POST_LINK_CH && in v4l2_pipeline_link_notify()
389 if (notification == MEDIA_DEV_NOTIFY_PRE_LINK_CH && in v4l2_pipeline_link_notify()
/linux-4.19.296/fs/notify/dnotify/
DKconfig6 Dnotify is a directory-based per-fd file change notification system
/linux-4.19.296/include/uapi/sound/
Dfirewire.h27 unsigned int notification; /* DICE-specific bits */ member
/linux-4.19.296/virt/kvm/
DKconfig26 # Toggle to switch between direct notification and batch job
/linux-4.19.296/include/linux/
Daudit.h350 extern void __audit_mq_notify(mqd_t mqdes, const struct sigevent *notification);
416 static inline void audit_mq_notify(mqd_t mqdes, const struct sigevent *notification) in audit_mq_notify() argument
419 __audit_mq_notify(mqdes, notification); in audit_mq_notify()
564 const struct sigevent *notification) in audit_mq_notify() argument
Dnfs_xdr.h286 __u32 notification; member
Dsyscalls.h698 asmlinkage long sys_mq_notify(mqd_t mqdes, const struct sigevent __user *notification);
/linux-4.19.296/drivers/pci/hotplug/
Dacpiphp_ibm.c77 struct notification { struct
95 static struct notification ibm_note; argument
255 struct notification *note = context; in ibm_handle_events()
/linux-4.19.296/fs/notify/inotify/
DKconfig13 unmount notification.
/linux-4.19.296/fs/quota/
DKconfig37 future. Please use notification via netlink socket instead.
/linux-4.19.296/drivers/s390/net/
Dqeth_core_main.c74 enum iucv_tx_notify notification);
481 enum iucv_tx_notify notification; in qeth_qdio_handle_aob() local
492 notification = TX_NOTIFY_OK; in qeth_qdio_handle_aob()
497 notification = TX_NOTIFY_DELAYED_OK; in qeth_qdio_handle_aob()
502 notification = qeth_compute_cq_notification(aob->aorc, 1); in qeth_qdio_handle_aob()
504 qeth_notify_skbs(buffer->q, buffer, notification); in qeth_qdio_handle_aob()
1175 enum iucv_tx_notify notification) in qeth_notify_skbs() argument
1183 QETH_CARD_TEXT_(q->card, 5, "skbn%d", notification); in qeth_notify_skbs()
1188 iucv->sk_txnotify(skb, notification); in qeth_notify_skbs()
/linux-4.19.296/drivers/xen/
DKconfig102 channels and to receive notification of an event channel
/linux-4.19.296/drivers/message/fusion/lsi/
Dmpi_history.txt193 * asynchronous notification.
/linux-4.19.296/fs/nfs/
Dnfs4proc.c9144 if (res.notification & ~args.notify_types) in _nfs4_proc_getdeviceinfo()
9146 if (res.notification != args.notify_types) in _nfs4_proc_getdeviceinfo()
Dnfs4xdr.c6040 res->notification = be32_to_cpup(p++); in decode_getdeviceinfo()