| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/ |
| H A D | color.py | 23 def handle_event(self, event): member in ProgressWatcher 34 bb.event.register("bb.build.TaskProgress", self._progress_watcher.handle_event, data=self.d)
|
| /OK3568_Linux_fs/kernel/tools/bpf/runqslower/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/remoteproc/ |
| H A 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()
|
| H A 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()
|
| /OK3568_Linux_fs/kernel/fs/notify/ |
| H A D | fsnotify.c | 359 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()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/backend/gpu/ |
| H A D | mali_kbase_pm_defs.h | 634 void (*handle_event)(struct kbase_device *kbdev, member
|
| H A D | mali_kbase_pm_driver.c | 1771 backend->pm_current_policy->handle_event) 1772 backend->pm_current_policy->handle_event( 1829 backend->pm_current_policy->handle_event) 1830 backend->pm_current_policy->handle_event( 1895 backend->pm_current_policy->handle_event) 1896 backend->pm_current_policy->handle_event( 1904 backend->pm_current_policy->handle_event) 1905 backend->pm_current_policy->handle_event(
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | bus.h | 252 void brcmf_rx_frame(struct device *dev, struct sk_buff *rxp, bool handle_event,
|
| H A D | core.c | 501 void brcmf_rx_frame(struct device *dev, struct sk_buff *skb, bool handle_event, in brcmf_rx_frame() argument 517 if (handle_event) { in brcmf_rx_frame()
|
| /OK3568_Linux_fs/kernel/drivers/thunderbolt/ |
| H A 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()
|
| H A 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,
|
| H A D | tb.h | 385 void (*handle_event)(struct tb *tb, enum tb_cfg_pkg_type, member
|
| H A D | tb.c | 1518 .handle_event = tb_handle_event,
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | fsnotify_backend.h | 149 int (*handle_event)(struct fsnotify_group *group, u32 mask, member
|
| /OK3568_Linux_fs/kernel/fs/notify/fanotify/ |
| H A D | fanotify.c | 811 .handle_event = fanotify_handle_event,
|