Home
last modified time | relevance | path

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

/linux/tools/bpf/runqslower/
H A Drunqslower.c
/linux/tools/power/x86/intel-speed-select/
H A Dhfi-events.c190 static int handle_event(struct nl_msg *n, void *arg) in handle_event() function
287 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, handle_event, NULL); in hfi_main()
/linux/drivers/platform/surface/aggregator/
H A Dssh_request_layer.h41 void (*handle_event)(struct ssh_rtl *rtl, const struct ssh_command *cmd, member
H A Dssh_request_layer.c906 rtl->ops.handle_event(rtl, cmd, data); in ssh_rtl_rx_event()
H A Dcontroller.c1007 .handle_event = ssam_handle_event,
/linux/fs/notify/
H A Dfsnotify.c370 if (group->ops->handle_event) { in send_to_group()
371 return group->ops->handle_event(group, mask, data, data_type, dir, in send_to_group()
/linux/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.c502 void brcmf_rx_frame(struct device *dev, struct sk_buff *skb, bool handle_event, in brcmf_rx_frame() argument
518 if (handle_event) { in brcmf_rx_frame()
/linux/drivers/thunderbolt/
H A Ddomain.c340 if (!tb->cm_ops->handle_event) { in tb_domain_event_cb()
353 tb->cm_ops->handle_event(tb, type, buf, size); in tb_domain_event_cb()
H A Dicm.c2391 .handle_event = icm_handle_event,
2411 .handle_event = icm_handle_event,
2433 .handle_event = icm_handle_event,
2455 .handle_event = icm_handle_event,
H A Dtb.h521 void (*handle_event)(struct tb *tb, enum tb_cfg_pkg_type, member
H A Dtb.c3291 .handle_event = tb_handle_event,
/linux/net/smc/
H A Dsmc_ism.c40 .handle_event = smcd_handle_event,
/linux/drivers/s390/net/
H A Dism_drv.c488 clt->ops->handle_event(dibs, &event); in ism_handle_event()