Symbol: handle_event
drivers/net/wireless/broadcom/brcm80211/brcmfmac/bus.h
294
void brcmf_rx_frame(struct device *dev, struct sk_buff *rxp, bool handle_event,
drivers/net/wireless/broadcom/brcm80211/brcmfmac/core.c
502
void brcmf_rx_frame(struct device *dev, struct sk_buff *skb, bool handle_event,
drivers/net/wireless/broadcom/brcm80211/brcmfmac/core.c
518
if (handle_event) {
drivers/platform/surface/aggregator/controller.c
1007
.handle_event = ssam_handle_event,
drivers/platform/surface/aggregator/ssh_request_layer.c
906
rtl->ops.handle_event(rtl, cmd, data);
drivers/platform/surface/aggregator/ssh_request_layer.h
41
void (*handle_event)(struct ssh_rtl *rtl, const struct ssh_command *cmd,
drivers/remoteproc/da8xx_remoteproc.c
307
handle_event, 0, "da8xx-remoteproc",
drivers/remoteproc/keystone_remoteproc.c
174
INIT_WORK(&ksproc->workqueue, handle_event);
drivers/s390/net/ism_drv.c
488
clt->ops->handle_event(dibs, &event);
drivers/thunderbolt/domain.c
340
if (!tb->cm_ops->handle_event) {
drivers/thunderbolt/domain.c
353
tb->cm_ops->handle_event(tb, type, buf, size);
drivers/thunderbolt/icm.c
2391
.handle_event = icm_handle_event,
drivers/thunderbolt/icm.c
2411
.handle_event = icm_handle_event,
drivers/thunderbolt/icm.c
2433
.handle_event = icm_handle_event,
drivers/thunderbolt/icm.c
2455
.handle_event = icm_handle_event,
drivers/thunderbolt/tb.c
3291
.handle_event = tb_handle_event,
drivers/thunderbolt/tb.h
521
void (*handle_event)(struct tb *tb, enum tb_cfg_pkg_type,
fs/notify/fanotify/fanotify.c
1114
.handle_event = fanotify_handle_event,
fs/notify/fsnotify.c
370
if (group->ops->handle_event) {
fs/notify/fsnotify.c
371
return group->ops->handle_event(group, mask, data, data_type, dir,
include/linux/dibs.h
162
void (*handle_event)(struct dibs_dev *dev,
include/linux/fsnotify_backend.h
173
int (*handle_event)(struct fsnotify_group *group, u32 mask,
include/linux/ism.h
48
void (*handle_event)(struct ism_dev *dev, struct ism_event *event);
net/smc/smc_ism.c
40
.handle_event = smcd_handle_event,
tools/power/x86/intel-speed-select/hfi-events.c
287
nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, handle_event, NULL);