Home
last modified time | relevance | path

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

/Linux-v5.15/tools/bpf/runqslower/
Drunqslower.c101 void handle_event(void *ctx, int cpu, void *data, __u32 data_sz) in handle_event() function
168 pb_opts.sample_cb = handle_event; in main()
/Linux-v5.15/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.15/drivers/platform/surface/aggregator/
Dssh_request_layer.h41 void (*handle_event)(struct ssh_rtl *rtl, const struct ssh_command *cmd, member
Dssh_request_layer.c906 rtl->ops.handle_event(rtl, cmd, data); in ssh_rtl_rx_event()
Dcontroller.c1007 .handle_event = ssam_handle_event,
/Linux-v5.15/fs/notify/
Dfsnotify.c359 if (group->ops->handle_event) { in send_to_group()
360 return group->ops->handle_event(group, mask, data, data_type, dir, in send_to_group()
/Linux-v5.15/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dbus.h252 void brcmf_rx_frame(struct device *dev, struct sk_buff *rxp, bool handle_event,
Dcore.c505 void brcmf_rx_frame(struct device *dev, struct sk_buff *skb, bool handle_event, in brcmf_rx_frame() argument
521 if (handle_event) { in brcmf_rx_frame()
/Linux-v5.15/drivers/thunderbolt/
Ddomain.c347 if (!tb->cm_ops->handle_event) { in tb_domain_event_cb()
360 tb->cm_ops->handle_event(tb, type, buf, size); in tb_domain_event_cb()
Dicm.c2354 .handle_event = icm_handle_event,
2374 .handle_event = icm_handle_event,
2396 .handle_event = icm_handle_event,
2418 .handle_event = icm_handle_event,
Dtb.h444 void (*handle_event)(struct tb *tb, enum tb_cfg_pkg_type, member
Dtb.c1568 .handle_event = tb_handle_event,
/Linux-v5.15/include/linux/
Dfsnotify_backend.h149 int (*handle_event)(struct fsnotify_group *group, u32 mask, member
/Linux-v5.15/fs/notify/fanotify/
Dfanotify.c876 .handle_event = fanotify_handle_event,