Searched refs:handle_event (Results 1 – 16 of 16) sorted by relevance
/Linux-v4.19/drivers/remoteproc/ |
D | da8xx_remoteproc.c | 88 static irqreturn_t handle_event(int irq, void *p) in handle_event() function 327 handle_event, 0, "da8xx-remoteproc", in da8xx_rproc_probe()
|
D | keystone_remoteproc.c | 149 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/ |
D | inotify_fsnotify.c | 201 .handle_event = inotify_handle_event,
|
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | bus.h | 243 void brcmf_rx_frame(struct device *dev, struct sk_buff *rxp, bool handle_event);
|
D | core.c | 451 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/ |
D | audit_fsnotify.c | 203 .handle_event = audit_mark_handle_event,
|
D | audit_watch.c | 522 .handle_event = audit_watch_handle_event,
|
D | audit_tree.c | 1016 .handle_event = audit_tree_handle_event,
|
/Linux-v4.19/fs/notify/fanotify/ |
D | fanotify.c | 286 .handle_event = fanotify_handle_event,
|
/Linux-v4.19/drivers/thunderbolt/ |
D | domain.c | 375 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()
|
D | tb.c | 450 .handle_event = tb_handle_event,
|
D | tb.h | 226 void (*handle_event)(struct tb *tb, enum tb_cfg_pkg_type, member
|
D | icm.c | 1901 .handle_event = icm_handle_event, 1919 .handle_event = icm_handle_event, 1939 .handle_event = icm_handle_event,
|
/Linux-v4.19/fs/notify/ |
D | fsnotify.c | 234 return group->ops->handle_event(group, to_tell, mask, data, data_is, in send_to_group()
|
/Linux-v4.19/include/linux/ |
D | fsnotify_backend.h | 101 int (*handle_event)(struct fsnotify_group *group, member
|
/Linux-v4.19/fs/notify/dnotify/ |
D | dnotify.c | 138 .handle_event = dnotify_handle_event,
|