Searched refs:notify (Results 1 - 23 of 23) sorted by last modified time

/include/acpi/
H A Dacpi_bus.h150 int (*notify)(struct acpi_device *, u32); member in struct:acpi_hotplug_context
167 acpi_op_notify notify; member in struct:acpi_device_ops
314 u8 notifier_present:1; /* Wake-up notify handler has been installed */
389 int (*notify)(struct acpi_device *, u32),
H A Dactbl1.h548 struct acpi_hest_notify notify; member in struct:acpi_hest_ia_corrected
601 struct acpi_hest_notify notify; member in struct:acpi_hest_generic
/include/linux/
H A Dblk-mq.h12 int (*notify)(void *data, unsigned long action, unsigned int cpu); member in struct:blk_mq_cpu_notifier
H A Ddm-io.h62 struct dm_io_notify notify; /* Synchronous if notify.fn is NULL */ member in struct:dm_io_request
H A Dinterrupt.h202 * @notify: Function to be called on change. This will be
213 void (*notify)(struct irq_affinity_notify *, const cpumask_t *mask); member in struct:irq_affinity_notify
261 irq_set_affinity_notifier(unsigned int irq, struct irq_affinity_notify *notify);
289 irq_set_affinity_notifier(unsigned int irq, struct irq_affinity_notify *notify) argument
H A DmISDNif.h510 struct completion *notify; member in struct:mISDNstack
H A Dpwm_backlight.h19 int (*notify)(struct device *dev, int brightness); member in struct:platform_pwm_backlight_data
H A Dthermal.h137 int (*notify) (struct thermal_zone_device *, int, member in struct:thermal_zone_device_ops
H A Dvirtio_ring.h74 bool (*notify)(struct virtqueue *vq),
H A Dvringh.h51 /* The function to call to notify the guest about added buffers */
52 void (*notify)(struct vringh *); member in struct:vringh
163 /* Do we need to fire the eventfd to notify the other side? */
221 if (vrh->notify)
222 vrh->notify(vrh);
/include/linux/power/
H A Dsmartreflex.h227 * @notify: API to notify the class driver about an event in SR.
238 int (*notify)(struct omap_sr *sr, u32 status); member in struct:omap_sr_class_data
/include/linux/spi/
H A Dcorgi_lcd.h16 void (*notify)(int intensity); member in struct:corgi_lcd_platform_data
/include/media/
H A Dv4l2-ctrls.h123 * @call_notify: If set, then call the handler's notify function whenever the
242 * @notify: A notify callback that is called whenever the control changes value.
243 * Note that the handler's lock is held when the notify function
245 * @notify_priv: Passed as argument to the v4l2_ctrl notify callback.
256 v4l2_ctrl_notify_fnc notify; member in struct:v4l2_ctrl_handler
659 /** v4l2_ctrl_notify() - Function to set a notify callback for a control.
661 * @notify: The callback function.
665 * then it will do nothing. If @notify is NULL, then the notify callbac
[all...]
H A Dv4l2-device.h54 /* notify callback called by some sub-devices. */
55 void (*notify)(struct v4l2_subdev *sd, member in struct:v4l2_device
127 if (sd && sd->v4l2_dev && sd->v4l2_dev->notify)
128 sd->v4l2_dev->notify(sd, notification, arg);
/include/net/bluetooth/
H A Dhci_core.h354 void (*notify)(struct hci_dev *hdev, unsigned int evt); member in struct:hci_dev
/include/net/irda/
H A Dircomm_core.h58 notify_t notify; member in struct:ircomm_cb
84 struct ircomm_cb *ircomm_open(notify_t *notify, __u8 service_type, int line);
H A Dirlap.h205 notify_t notify; /* Callbacks to IrLMP */ member in struct:irlap_cb
H A Dirlmp.h115 notify_t notify; /* Indication/Confirm entry points */ member in struct:lsap_cb
197 struct lsap_cb *irlmp_open_lsap(__u8 slsap, notify_t *notify, __u8 pid);
H A Dirmod.h91 /* Zero the notify structure */
92 void irda_notify_init(notify_t *notify);
H A Dirttp.h127 notify_t notify; /* Callbacks to client layer */ member in struct:tsap_cb
155 struct tsap_cb *irttp_open_tsap(__u8 stsap_sel, int credit, notify_t *notify);
/include/net/netfilter/
H A Dnf_conntrack_ecache.h101 struct nf_ct_event_notifier *notify; local
105 notify = rcu_dereference(net->ct.nf_conntrack_event_cb);
106 if (notify == NULL)
125 ret = notify->fcn(eventmask | missed, &item);
182 struct nf_exp_event_notifier *notify; local
186 notify = rcu_dereference(net->ct.nf_expect_event_cb);
187 if (notify == NULL)
200 notify->fcn(1 << event, &item);
/include/net/
H A Dxfrm.h278 void (*notify)(struct xfrm_state *x, int event); member in struct:xfrm_replay
595 int (*notify)(struct xfrm_state *x, const struct km_event *c); member in struct:xfrm_mgr
/include/sound/
H A Dpcm.h494 int snd_pcm_notify(struct snd_pcm_notify *notify, int nfree);

Completed in 277 milliseconds