Home
last modified time | relevance | path

Searched +defs:event +defs:flags (Results 1 – 25 of 42) sorted by relevance

12

/openbmc/qemu/replay/
H A Dreplay-net.c27 uint32_t flags; member
53 void replay_net_packet_event(ReplayNetState *rns, unsigned flags, in replay_net_packet_event()
56 NetEvent *event = g_new(NetEvent, 1); in replay_net_packet_event() local
68 NetEvent *event = opaque; in replay_event_net_run() local
85 NetEvent *event = opaque; in replay_event_net_save() local
94 NetEvent *event = g_new(NetEvent, 1); in replay_event_net_load() local
/openbmc/u-boot/drivers/usb/dwc3/
H A Dgadget.c595 unsigned long flags; in dwc3_gadget_ep_enable() local
643 unsigned long flags; in dwc3_gadget_ep_disable() local
944 struct dwc3_ep *dep, const struct dwc3_event_depevt *event) in dwc3_gadget_start_isoc()
1065 unsigned long flags; in dwc3_gadget_ep_queue() local
1104 unsigned long flags; in dwc3_gadget_ep_dequeue() local
1186 unsigned long flags; in dwc3_gadget_ep_set_halt() local
1200 unsigned long flags; in dwc3_gadget_ep_set_wedge() local
1261 unsigned long flags; in dwc3_gadget_wakeup() local
1340 unsigned long flags; in dwc3_gadget_set_selfpowered() local
1406 unsigned long flags; in dwc3_gadget_pullup() local
[all …]
H A Dep0.c219 unsigned long flags; in dwc3_gadget_ep0_queue() local
286 unsigned long flags; in dwc3_gadget_ep0_set_halt() local
733 const struct dwc3_event_depevt *event) in dwc3_ep0_inspect_setup()
767 const struct dwc3_event_depevt *event) in dwc3_ep0_complete_data()
863 const struct dwc3_event_depevt *event) in dwc3_ep0_complete_status()
900 const struct dwc3_event_depevt *event) in dwc3_ep0_xfer_complete()
1014 const struct dwc3_event_depevt *event) in dwc3_ep0_do_control_status()
1040 const struct dwc3_event_depevt *event) in dwc3_ep0_xfernotready()
1087 const struct dwc3_event_depevt *event) in dwc3_ep0_interrupt()
/openbmc/phosphor-debug-collector/
H A Dwatch.cpp30 Watch::Watch(const EventPtr& eventObj, const int flags, const uint32_t mask, in Watch()
112 auto event = reinterpret_cast<inotify_event*>(&buffer[offset]); in callback() local
/openbmc/u-boot/drivers/spi/
H A Dmpc8xxx_spi.c75 void *din, unsigned long flags) in spi_xfer()
78 unsigned int tmpdout, tmpdin, event; in spi_xfer() local
H A Dfsl_espi.c180 unsigned int tmpdout, event; in fsl_espi_tx() local
240 void *data_in, unsigned long flags) in spi_xfer()
244 unsigned int event, rx_bytes; in spi_xfer() local
H A Datcspi200_spi.c191 unsigned long flags) in __atcspi200_spi_xfer()
193 unsigned int event, rx_bytes; in __atcspi200_spi_xfer() local
333 unsigned long flags) in atcspi200_spi_xfer()
/openbmc/qemu/contrib/vhost-user-input/
H A Dmain.c33 virtio_input_event event; member
39 static void vi_input_send(VuInput *vi, struct virtio_input_event *event) in vi_input_send()
114 static void vi_handle_status(VuInput *vi, virtio_input_event *event) in vi_handle_status()
141 virtio_input_event event; in vi_handle_sts() local
232 uint32_t flags) in vi_set_config()
/openbmc/qemu/block/
H A Dblkdebug.c88 BlkdebugEvent event; member
187 int event; in add_rule() local
473 static int blkdebug_open(BlockDriverState *bs, QDict *options, int flags, in blkdebug_open()
635 QEMUIOVector *qiov, BdrvRequestFlags flags) in blkdebug_co_preadv()
656 QEMUIOVector *qiov, BdrvRequestFlags flags) in blkdebug_co_pwritev()
688 BdrvRequestFlags flags) in blkdebug_co_pwrite_zeroes()
841 blkdebug_co_debug_event(BlockDriverState *bs, BlkdebugEvent event) in blkdebug_co_debug_event()
864 static int blkdebug_debug_breakpoint(BlockDriverState *bs, const char *event, in blkdebug_debug_breakpoint()
/openbmc/u-boot/include/
H A Dvirtio_ring.h53 __virtio16 flags; member
59 __virtio16 flags; member
72 __virtio16 flags; member
105 bool event; member
/openbmc/qemu/net/
H A Dfilter.c31 unsigned flags, in qemu_netfilter_receive()
65 unsigned flags, in qemu_netfilter_pass_to_next()
323 static void default_handle_event(NetFilterState *nf, int event, Error **errp) in default_handle_event()
H A Dfilter-rewriter.c254 unsigned flags, in colo_rewriter_receive_iov()
345 static void colo_rewriter_handle_event(NetFilterState *nf, int event, in colo_rewriter_handle_event()
H A Dfilter-mirror.c176 static void redirector_chr_event(void *opaque, QEMUChrEvent event) in redirector_chr_event()
193 unsigned flags, in filter_mirror_receive_iov()
215 unsigned flags, in filter_redirector_receive_iov()
/openbmc/qemu/include/hw/xen/
H A Dxen_pvdev.h20 uint32_t flags; member
25 void (*event)(struct XenLegacyDevice *xendev); member
/openbmc/qemu/hw/virtio/
H A Dvirtio-iommu.c69 uint32_t flags; member
211 IOMMUTLBEvent *event, in virtio_iommu_notify_map_unmap()
238 uint32_t flags) in virtio_iommu_notify_map()
240 IOMMUTLBEvent event; in virtio_iommu_notify_map() local
263 IOMMUTLBEvent event; in virtio_iommu_notify_unmap() local
717 uint32_t flags = le32_to_cpu(req->flags); in virtio_iommu_attach() local
801 uint32_t flags = le32_to_cpu(req->flags); in virtio_iommu_map() local
1097 int flags, uint32_t endpoint, in virtio_iommu_report_fault()
1148 uint32_t sid, flags; in virtio_iommu_translate() local
/openbmc/qemu/tests/qtest/migration/
H A Dmigration-util.c167 QDict *event, void *opaque) in migrate_watch_for_events()
301 int fd, flags = O_CREAT | O_RDWR | O_TRUNC | O_DIRECT; in probe_o_direct_support() local
/openbmc/qemu/hw/char/
H A Dpl011.c134 uint32_t flags; in pl011_update() local
524 static void pl011_event(void *opaque, QEMUChrEvent event) in pl011_event()
531 static void pl011_clock_update(void *opaque, ClockEvent event) in pl011_clock_update()
H A Dsh_serial.c67 int flags; member
373 static void sh_serial_event(void *opaque, QEMUChrEvent event) in sh_serial_event()
H A Dserial.c188 int flags; in serial_update_msl() local
316 int flags; in serial_update_tiocm() local
624 static void serial_event(void *opaque, QEMUChrEvent event) in serial_event()
/openbmc/qemu/hw/loongarch/
H A Dvirt-acpi-build.c54 uint32_t flags, apic_id = apic_ids->cpus[uid].arch_id; in virt_madt_cpu_entry() local
131 int i, arch_id, flags; in build_madt() local
355 uint32_t event; in build_la_ged_aml() local
/openbmc/qemu/hw/misc/
H A Dtz-mpc.c85 IOMMUTLBEvent event = { in tz_mpc_iommu_notify() local
426 hwaddr addr, IOMMUAccessFlags flags, in tz_mpc_translate()
/openbmc/qemu/hw/usb/
H A Ddev-serial.c234 int flags; in usb_get_modem_lines() local
296 static int flags; in usb_serial_handle_control() local
559 static void usb_serial_event(void *opaque, QEMUChrEvent event) in usb_serial_event()
/openbmc/qemu/ui/
H A Ddbus.c110 dbus_display_notify(DBusDisplayEvent *event) in dbus_display_notify()
320 GDBusConnectionFlags flags = in dbus_display_add_client() local
/openbmc/u-boot/include/linux/
H A Dcompat.h74 static inline void *kzalloc(size_t size, gfp_t flags) in kzalloc()
79 static inline void *kmalloc_array(size_t n, size_t size, gfp_t flags) in kmalloc_array()
86 static inline void *kcalloc(size_t n, size_t size, gfp_t flags) in kcalloc()
92 #define __vmalloc(size, flags, pgsz) kmalloc(size, flags) argument
145 enum led_brightness event) {} in led_trigger_event()
240 #define spin_lock_irqsave(lock, flags) do { debug("%lu\n", flags); } while (0) argument
241 #define spin_unlock_irqrestore(lock, flags) do { flags = 0; } while (0) argument
376 #define request_irq(nr, f, flags, nm, data) 0 argument
/openbmc/qemu/chardev/
H A Dchar.c54 static void chr_be_event(Chardev *s, QEMUChrEvent event) in chr_be_event()
65 void qemu_chr_be_event(Chardev *s, QEMUChrEvent event) in qemu_chr_be_event()
257 int flags = O_WRONLY; in qemu_char_open() local

12