Searched refs:notify (Results 1 – 21 of 21) sorted by relevance
/include/net/netfilter/ |
D | nf_conntrack_ecache.h | 100 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/ |
D | corgi_lcd.h | 16 void (*notify)(int intensity); member
|
/include/linux/ |
D | pwm_backlight.h | 16 int (*notify)(struct device *dev, int brightness); member
|
D | dm-io.h | 62 struct dm_io_notify notify; /* Synchronous if notify.fn is NULL */ member
|
D | virtio_ring.h | 173 void (*notify)(struct virtqueue *vq),
|
D | thermal.h | 62 int (*notify) (struct thermal_zone_device *, int, member
|
D | interrupt.h | 270 void (*notify)(struct irq_affinity_notify *, const cpumask_t *mask); member 275 irq_set_affinity_notifier(unsigned int irq, struct irq_affinity_notify *notify);
|
D | cdk.h | 455 unsigned short notify; member
|
D | mISDNif.h | 497 struct completion *notify; member
|
/include/net/irda/ |
D | ircomm_core.h | 60 notify_t notify; member 86 struct ircomm_cb *ircomm_open(notify_t *notify, __u8 service_type, int line);
|
D | irttp.h | 127 notify_t notify; /* Callbacks to client layer */ member 155 struct tsap_cb *irttp_open_tsap(__u8 stsap_sel, int credit, notify_t *notify);
|
D | irmod.h | 92 void irda_notify_init(notify_t *notify);
|
D | irlmp.h | 115 notify_t notify; /* Indication/Confirm entry points */ member 197 struct lsap_cb *irlmp_open_lsap(__u8 slsap, notify_t *notify, __u8 pid);
|
D | irlap.h | 205 notify_t notify; /* Callbacks to IrLMP */ member
|
/include/media/ |
D | v4l2-device.h | 55 void (*notify)(struct v4l2_subdev *sd, member
|
D | v4l2-subdev.h | 610 ((!(sd) || !(sd)->v4l2_dev || !(sd)->v4l2_dev->notify) ? -ENODEV : \ 611 (sd)->v4l2_dev->notify((sd), (notification), (arg)))
|
/include/acpi/ |
D | actbl1.h | 532 struct acpi_hest_notify notify; member 585 struct acpi_hest_notify notify; member
|
D | acpi_bus.h | 109 acpi_op_notify notify; member
|
/include/net/ |
D | xfrm.h | 275 void (*notify)(struct xfrm_state *x, int event); member 572 int (*notify)(struct xfrm_state *x, const struct km_event *c); member
|
/include/sound/ |
D | pcm.h | 484 int snd_pcm_notify(struct snd_pcm_notify *notify, int nfree);
|
/include/net/bluetooth/ |
D | hci_core.h | 282 void (*notify)(struct hci_dev *hdev, unsigned int evt); member
|