/openbmc/qemu/hw/misc/ |
H A D | pvpanic.c | 26 static void handle_event(int event) in handle_event() function 61 handle_event(val); in pvpanic_write()
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/ |
H A D | color.py | 23 def handle_event(self, event, d): member in ProgressWatcher 34 bb.event.register("bb.build.TaskProgress", self._progress_watcher.handle_event, data=self.d)
|
/openbmc/linux/tools/bpf/runqslower/ |
H A D | runqslower.c | 90 void handle_event(void *ctx, int cpu, void *data, __u32 data_sz) in handle_event() function 154 handle_event, handle_lost_events, NULL, NULL); in main()
|
/openbmc/linux/tools/power/x86/intel-speed-select/ |
H A D | hfi-events.c | 190 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()
|
/openbmc/qemu/include/net/ |
H A D | filter.h | 45 FilterHandleEvent *handle_event; member
|
/openbmc/linux/include/linux/ |
H A D | ism.h | 62 void (*handle_event)(struct ism_dev *dev, struct ism_event *event); member
|
H A D | fsnotify_backend.h | 156 int (*handle_event)(struct fsnotify_group *group, u32 mask, member
|
/openbmc/linux/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()
|
/openbmc/linux/drivers/platform/surface/aggregator/ |
H A D | ssh_request_layer.h | 41 void (*handle_event)(struct ssh_rtl *rtl, const struct ssh_command *cmd, member
|
H A D | ssh_request_layer.c | 906 rtl->ops.handle_event(rtl, cmd, data); in ssh_rtl_rx_event()
|
H A D | controller.c | 1007 .handle_event = ssam_handle_event,
|
/openbmc/linux/fs/notify/ |
H A D | fsnotify.c | 373 if (group->ops->handle_event) { in send_to_group() 374 return group->ops->handle_event(group, mask, data, data_type, dir, in send_to_group()
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | bus.h | 294 void brcmf_rx_frame(struct device *dev, struct sk_buff *rxp, bool handle_event,
|
H A D | core.c | 497 void brcmf_rx_frame(struct device *dev, struct sk_buff *skb, bool handle_event, in brcmf_rx_frame() argument 513 if (handle_event) { in brcmf_rx_frame()
|
/openbmc/linux/drivers/thunderbolt/ |
H A D | domain.c | 339 if (!tb->cm_ops->handle_event) { in tb_domain_event_cb() 352 tb->cm_ops->handle_event(tb, type, buf, size); in tb_domain_event_cb()
|
H A D | icm.c | 2357 .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 D | tb.h | 498 void (*handle_event)(struct tb *tb, enum tb_cfg_pkg_type, member
|
H A D | tb.c | 2957 .handle_event = tb_handle_event,
|
/openbmc/qemu/net/ |
H A D | filter-rewriter.c | 425 nfc->handle_event = colo_rewriter_handle_event; in colo_rewriter_class_init()
|
H A D | filter.c | 354 nfc->handle_event = default_handle_event; in netfilter_class_init()
|
H A D | net.c | 1585 nfc->handle_event(nf, event, &local_err); in colo_notify_filters_event()
|
/openbmc/linux/net/smc/ |
H A D | smc_ism.c | 41 .handle_event = smcd_handle_event,
|
/openbmc/linux/fs/notify/fanotify/ |
H A D | fanotify.c | 1075 .handle_event = fanotify_handle_event,
|
/openbmc/linux/drivers/s390/net/ |
H A D | ism_drv.c | 506 clt->handle_event(ism, entry); in ism_handle_event()
|