Home
last modified time | relevance | path

Searched refs:notify (Results 1 – 21 of 21) sorted by relevance

/include/net/netfilter/
Dnf_conntrack_ecache.h100 struct nf_ct_event_notifier *notify; in nf_conntrack_eventmask_report() local
104 notify = rcu_dereference(net->ct.nf_conntrack_event_cb); in nf_conntrack_eventmask_report()
105 if (notify == NULL) in nf_conntrack_eventmask_report()
124 ret = notify->fcn(eventmask | missed, &item); in nf_conntrack_eventmask_report()
179 struct nf_exp_event_notifier *notify; in nf_ct_expect_event_report() local
183 notify = rcu_dereference(net->ct.nf_expect_event_cb); in nf_ct_expect_event_report()
184 if (notify == NULL) in nf_ct_expect_event_report()
197 notify->fcn(1 << event, &item); in nf_ct_expect_event_report()
/include/linux/spi/
Dcorgi_lcd.h16 void (*notify)(int intensity); member
/include/linux/
Dpwm_backlight.h16 int (*notify)(struct device *dev, int brightness); member
Ddm-io.h62 struct dm_io_notify notify; /* Synchronous if notify.fn is NULL */ member
Dvirtio_ring.h173 void (*notify)(struct virtqueue *vq),
Dthermal.h62 int (*notify) (struct thermal_zone_device *, int, member
Dinterrupt.h270 void (*notify)(struct irq_affinity_notify *, const cpumask_t *mask); member
275 irq_set_affinity_notifier(unsigned int irq, struct irq_affinity_notify *notify);
Dcdk.h455 unsigned short notify; member
DmISDNif.h497 struct completion *notify; member
/include/net/irda/
Dircomm_core.h60 notify_t notify; member
86 struct ircomm_cb *ircomm_open(notify_t *notify, __u8 service_type, int line);
Dirttp.h127 notify_t notify; /* Callbacks to client layer */ member
155 struct tsap_cb *irttp_open_tsap(__u8 stsap_sel, int credit, notify_t *notify);
Dirmod.h92 void irda_notify_init(notify_t *notify);
Dirlmp.h115 notify_t notify; /* Indication/Confirm entry points */ member
197 struct lsap_cb *irlmp_open_lsap(__u8 slsap, notify_t *notify, __u8 pid);
Dirlap.h205 notify_t notify; /* Callbacks to IrLMP */ member
/include/media/
Dv4l2-device.h55 void (*notify)(struct v4l2_subdev *sd, member
Dv4l2-subdev.h610 ((!(sd) || !(sd)->v4l2_dev || !(sd)->v4l2_dev->notify) ? -ENODEV : \
611 (sd)->v4l2_dev->notify((sd), (notification), (arg)))
/include/acpi/
Dactbl1.h532 struct acpi_hest_notify notify; member
585 struct acpi_hest_notify notify; member
Dacpi_bus.h109 acpi_op_notify notify; member
/include/net/
Dxfrm.h275 void (*notify)(struct xfrm_state *x, int event); member
572 int (*notify)(struct xfrm_state *x, const struct km_event *c); member
/include/sound/
Dpcm.h484 int snd_pcm_notify(struct snd_pcm_notify *notify, int nfree);
/include/net/bluetooth/
Dhci_core.h282 void (*notify)(struct hci_dev *hdev, unsigned int evt); member