Home
last modified time | relevance | path

Searched refs:handle_event (Results 1 – 16 of 16) sorted by relevance

/Linux-v4.19/drivers/remoteproc/
Dda8xx_remoteproc.c88 static irqreturn_t handle_event(int irq, void *p) in handle_event() function
327 handle_event, 0, "da8xx-remoteproc", in da8xx_rproc_probe()
Dkeystone_remoteproc.c149 static void handle_event(struct work_struct *work) in handle_event() function
182 INIT_WORK(&ksproc->workqueue, handle_event); in keystone_rproc_start()
/Linux-v4.19/fs/notify/inotify/
Dinotify_fsnotify.c201 .handle_event = inotify_handle_event,
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dbus.h243 void brcmf_rx_frame(struct device *dev, struct sk_buff *rxp, bool handle_event);
Dcore.c451 void brcmf_rx_frame(struct device *dev, struct sk_buff *skb, bool handle_event) in brcmf_rx_frame() argument
466 if (handle_event) in brcmf_rx_frame()
/Linux-v4.19/kernel/
Daudit_fsnotify.c203 .handle_event = audit_mark_handle_event,
Daudit_watch.c522 .handle_event = audit_watch_handle_event,
Daudit_tree.c1016 .handle_event = audit_tree_handle_event,
/Linux-v4.19/fs/notify/fanotify/
Dfanotify.c286 .handle_event = fanotify_handle_event,
/Linux-v4.19/drivers/thunderbolt/
Ddomain.c375 if (!tb->cm_ops->handle_event) { in tb_domain_event_cb()
386 tb->cm_ops->handle_event(tb, type, buf, size); in tb_domain_event_cb()
Dtb.c450 .handle_event = tb_handle_event,
Dtb.h226 void (*handle_event)(struct tb *tb, enum tb_cfg_pkg_type, member
Dicm.c1901 .handle_event = icm_handle_event,
1919 .handle_event = icm_handle_event,
1939 .handle_event = icm_handle_event,
/Linux-v4.19/fs/notify/
Dfsnotify.c234 return group->ops->handle_event(group, to_tell, mask, data, data_is, in send_to_group()
/Linux-v4.19/include/linux/
Dfsnotify_backend.h101 int (*handle_event)(struct fsnotify_group *group, member
/Linux-v4.19/fs/notify/dnotify/
Ddnotify.c138 .handle_event = dnotify_handle_event,