Searched refs:handle_event (Results 1 - 19 of 19) sorted by relevance

/linux-master/tools/bpf/runqslower/
H A Drunqslower.c90 void handle_event(void *ctx, int cpu, void *data, __u32 data_sz) function
154 handle_event, handle_lost_events, NULL, NULL);
/linux-master/include/linux/
H A Dism.h62 void (*handle_event)(struct ism_dev *dev, struct ism_event *event); member in struct:ism_client
H A Dfsnotify_backend.h125 * handle_event - main call for a group to handle an fs event
137 * handle_inode_event - simple variant of handle_event() for groups that only
156 int (*handle_event)(struct fsnotify_group *group, u32 mask, member in struct:fsnotify_ops
/linux-master/drivers/platform/surface/aggregator/
H A Dssh_request_layer.h35 * @handle_event: Function called when a SSH event has been received. The
41 void (*handle_event)(struct ssh_rtl *rtl, const struct ssh_command *cmd, member in struct:ssh_rtl_ops
H A Dssh_request_layer.c906 rtl->ops.handle_event(rtl, cmd, data);
H A Dcontroller.c1007 .handle_event = ssam_handle_event,
/linux-master/tools/power/x86/intel-speed-select/
H A Dhfi-events.c190 static int handle_event(struct nl_msg *n, void *arg) function
287 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, handle_event, NULL);
/linux-master/drivers/remoteproc/
H A Dda8xx_remoteproc.c80 * handle_event() - inbound virtqueue message workqueue function
85 static irqreturn_t handle_event(int irq, void *p) function
322 handle_event, 0, "da8xx-remoteproc",
H A Dkeystone_remoteproc.c141 static void handle_event(struct work_struct *work) function
174 INIT_WORK(&ksproc->workqueue, handle_event);
/linux-master/fs/notify/
H A Dfsnotify.c365 if (group->ops->handle_event) {
366 return group->ops->handle_event(group, mask, data, data_type, dir,
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dbus.h294 void brcmf_rx_frame(struct device *dev, struct sk_buff *rxp, bool handle_event,
H A Dcore.c497 void brcmf_rx_frame(struct device *dev, struct sk_buff *skb, bool handle_event, argument
513 if (handle_event) {
/linux-master/drivers/thunderbolt/
H A Ddomain.c339 if (!tb->cm_ops->handle_event) {
352 tb->cm_ops->handle_event(tb, type, buf, size);
H A Dicm.c2357 .handle_event = icm_handle_event,
2377 .handle_event = icm_handle_event,
2399 .handle_event = icm_handle_event,
2421 .handle_event = icm_handle_event,
H A Dtb.h478 * @handle_event: Handle thunderbolt event
512 void (*handle_event)(struct tb *tb, enum tb_cfg_pkg_type, member in struct:tb_cm_ops
H A Dtb.c3099 .handle_event = tb_handle_event,
/linux-master/net/smc/
H A Dsmc_ism.c41 .handle_event = smcd_handle_event,
/linux-master/fs/notify/fanotify/
H A Dfanotify.c1059 .handle_event = fanotify_handle_event,
/linux-master/drivers/s390/net/
H A Dism_drv.c481 clt->handle_event(ism, entry);

Completed in 307 milliseconds