Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/remoteproc/
Dda8xx_remoteproc.c85 static irqreturn_t handle_event(int irq, void *p) in handle_event() function
322 handle_event, 0, "da8xx-remoteproc", in da8xx_rproc_probe()
Dkeystone_remoteproc.c141 static void handle_event(struct work_struct *work) in handle_event() function
174 INIT_WORK(&ksproc->workqueue, handle_event); in keystone_rproc_start()
/Linux-v5.4/fs/notify/inotify/
Dinotify_fsnotify.c206 .handle_event = inotify_handle_event,
/Linux-v5.4/kernel/
Daudit_fsnotify.c192 .handle_event = audit_mark_handle_event,
Daudit_watch.c507 .handle_event = audit_watch_handle_event,
Daudit_tree.c1073 .handle_event = audit_tree_handle_event,
/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dbus.h252 void brcmf_rx_frame(struct device *dev, struct sk_buff *rxp, bool handle_event);
Dcore.c496 void brcmf_rx_frame(struct device *dev, struct sk_buff *skb, bool handle_event) in brcmf_rx_frame() argument
511 if (handle_event) in brcmf_rx_frame()
/Linux-v5.4/drivers/thunderbolt/
Ddomain.c389 if (!tb->cm_ops->handle_event) { in tb_domain_event_cb()
400 tb->cm_ops->handle_event(tb, type, buf, size); in tb_domain_event_cb()
Dicm.c2082 .handle_event = icm_handle_event,
2102 .handle_event = icm_handle_event,
2124 .handle_event = icm_handle_event,
2143 .handle_event = icm_handle_event,
Dtb.h280 void (*handle_event)(struct tb *tb, enum tb_cfg_pkg_type, member
Dtb.c775 .handle_event = tb_handle_event,
/Linux-v5.4/fs/notify/dnotify/
Ddnotify.c130 .handle_event = dnotify_handle_event,
/Linux-v5.4/fs/notify/
Dfsnotify.c230 return group->ops->handle_event(group, to_tell, mask, data, data_is, in send_to_group()
/Linux-v5.4/include/linux/
Dfsnotify_backend.h117 int (*handle_event)(struct fsnotify_group *group, member
/Linux-v5.4/fs/notify/fanotify/
Dfanotify.c497 .handle_event = fanotify_handle_event,
/Linux-v5.4/fs/nfsd/
Dfilecache.c563 .handle_event = nfsd_file_fsnotify_handle_event,