Searched refs:handle_event (Results 1 – 13 of 13) sorted by relevance
| /Linux-v5.10/tools/bpf/runqslower/ |
| D | runqslower.c | 101 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.10/drivers/remoteproc/ |
| D | da8xx_remoteproc.c | 85 static irqreturn_t handle_event(int irq, void *p) in handle_event() function 322 handle_event, 0, "da8xx-remoteproc", in da8xx_rproc_probe()
|
| D | keystone_remoteproc.c | 141 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.10/fs/notify/ |
| D | fsnotify.c | 323 if (group->ops->handle_event) { in send_to_group() 324 return group->ops->handle_event(group, mask, data, data_type, dir, in send_to_group()
|
| /Linux-v5.10/fs/notify/inotify/ |
| D | inotify_fsnotify.c | 230 .handle_event = inotify_handle_event,
|
| /Linux-v5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| D | bus.h | 252 void brcmf_rx_frame(struct device *dev, struct sk_buff *rxp, bool handle_event,
|
| D | core.c | 500 void brcmf_rx_frame(struct device *dev, struct sk_buff *skb, bool handle_event, in brcmf_rx_frame() argument 516 if (handle_event) { in brcmf_rx_frame()
|
| /Linux-v5.10/drivers/thunderbolt/ |
| D | domain.c | 389 if (!tb->cm_ops->handle_event) { in tb_domain_event_cb() 400 tb->cm_ops->handle_event(tb, type, buf, size); in tb_domain_event_cb()
|
| D | icm.c | 2141 .handle_event = icm_handle_event, 2161 .handle_event = icm_handle_event, 2183 .handle_event = icm_handle_event, 2202 .handle_event = icm_handle_event,
|
| D | tb.h | 385 void (*handle_event)(struct tb *tb, enum tb_cfg_pkg_type, member
|
| D | tb.c | 1514 .handle_event = tb_handle_event,
|
| /Linux-v5.10/include/linux/ |
| D | fsnotify_backend.h | 148 int (*handle_event)(struct fsnotify_group *group, u32 mask, member
|
| /Linux-v5.10/fs/notify/fanotify/ |
| D | fanotify.c | 806 .handle_event = fanotify_handle_event,
|