/openbmc/linux/drivers/comedi/ |
H A D | comedi_buf.c | 55 struct comedi_async *async = s->async; in __comedi_buf_free() local 143 struct comedi_async *async = s->async; in __comedi_buf_alloc() local 230 struct comedi_async *async = s->async; in comedi_buf_map_from_subdev_get() local 259 struct comedi_async *async = s->async; in comedi_buf_alloc() local 292 struct comedi_async *async = s->async; in comedi_buf_reset() local 314 struct comedi_async *async = s->async; in comedi_buf_write_n_unalloc() local 322 struct comedi_async *async = s->async; in comedi_buf_write_n_available() local 342 struct comedi_async *async = s->async; in comedi_buf_write_alloc() local 367 struct comedi_async *async = s->async; in comedi_buf_munge() local 409 struct comedi_async *async = s->async; in comedi_buf_write_n_allocated() local [all …]
|
H A D | drivers.c | 462 struct comedi_async *async = s->async; in __comedi_nscans_left() local 514 struct comedi_async *async = s->async; in comedi_nsamples_left() local 548 struct comedi_async *async = s->async; in comedi_inc_scan_progress() local 644 struct comedi_async *async; in __comedi_device_postconfig_async() local
|
H A D | comedi_fops.c | 328 struct comedi_async *async = s->async; in resize_async_buffer() local 738 struct comedi_async *async = s->async; in do_become_nonbusy() local 875 struct comedi_async *async; in do_bufconfig_ioctl() local 1113 struct comedi_async *async; in do_bufinfo_ioctl() local 1752 struct comedi_async *async; in do_cmd_ioctl() local 2326 struct comedi_async *async; in comedi_mmap() local 2482 struct comedi_async *async; in comedi_write() local 2618 struct comedi_async *async; in comedi_read() local 3215 struct comedi_async *async = s->async; in comedi_event() local
|
/openbmc/qemu/hw/usb/ |
H A D | hcd-ehci.c | 259 static void ehci_set_state(EHCIState *s, int async, int state) in ehci_set_state() 282 static int ehci_get_state(EHCIState *s, int async) in ehci_get_state() 287 static void ehci_set_fetch_addr(EHCIState *s, int async, uint32_t addr) in ehci_set_fetch_addr() 296 static int ehci_get_fetch_addr(EHCIState *s, int async) in ehci_get_fetch_addr() 547 static EHCIQueue *ehci_alloc_queue(EHCIState *ehci, uint32_t addr, int async) in ehci_alloc_queue() 621 int async) in ehci_find_queue_by_qh() 634 static void ehci_queues_rip_unused(EHCIState *ehci, int async) in ehci_queues_rip_unused() 654 static void ehci_queues_rip_unseen(EHCIState *ehci, int async) in ehci_queues_rip_unseen() 666 static void ehci_queues_rip_device(EHCIState *ehci, USBDevice *dev, int async) in ehci_queues_rip_device() 679 static void ehci_queues_rip_all(EHCIState *ehci, int async) in ehci_queues_rip_all() [all …]
|
H A D | hcd-uhci.c | 137 UHCIAsync *async; in uhci_queue_free() local 178 UHCIAsync *async = g_new0(UHCIAsync, 1); in uhci_async_alloc() local 188 static void uhci_async_free(UHCIAsync *async) in uhci_async_free() 198 static void uhci_async_link(UHCIAsync *async) in uhci_async_link() 205 static void uhci_async_unlink(UHCIAsync *async) in uhci_async_unlink() 212 static void uhci_async_cancel(UHCIAsync *async) in uhci_async_cancel() 273 UHCIAsync *async; in uhci_async_find_td() local 686 static int uhci_complete_td(UHCIState *s, UHCI_TD *td, UHCIAsync *async, in uhci_complete_td() 741 UHCIAsync *async; in uhci_handle_td() local 885 UHCIAsync *async = container_of(packet, UHCIAsync, packet); in uhci_async_complete() local
|
/openbmc/linux/drivers/base/power/ |
H A D | main.c | 236 static void dpm_wait(struct device *dev, bool async) in dpm_wait() 251 static void dpm_wait_for_children(struct device *dev, bool async) in dpm_wait_for_children() 256 static void dpm_wait_for_suppliers(struct device *dev, bool async) in dpm_wait_for_suppliers() 277 static bool dpm_wait_for_superior(struct device *dev, bool async) in dpm_wait_for_superior() 311 static void dpm_wait_for_consumers(struct device *dev, bool async) in dpm_wait_for_consumers() 334 static void dpm_wait_for_subordinate(struct device *dev, bool async) in dpm_wait_for_subordinate() 590 static void __device_resume_noirq(struct device *dev, pm_message_t state, bool async) in __device_resume_noirq() 757 static void __device_resume_early(struct device *dev, pm_message_t state, bool async) in __device_resume_early() 884 static void __device_resume(struct device *dev, pm_message_t state, bool async) in __device_resume() 1187 static int __device_suspend_noirq(struct device *dev, pm_message_t state, bool async) in __device_suspend_noirq() [all …]
|
/openbmc/qemu/tests/unit/ |
H A D | test-io-channel-command.c | 35 static void test_io_channel_command_fifo(bool async) in test_io_channel_command_fifo() 93 static void test_io_channel_command_echo(bool async) in test_io_channel_command_echo()
|
H A D | test-io-channel-socket.c | 171 static void test_io_channel(bool async, in test_io_channel() 306 static void test_io_channel_ipv4(bool async) in test_io_channel_ipv4() 342 static void test_io_channel_ipv6(bool async) in test_io_channel_ipv6() 378 static void test_io_channel_unix(bool async) in test_io_channel_unix()
|
H A D | test-io-channel-file.c | 106 static void test_io_channel_pipe(bool async) in test_io_channel_pipe()
|
/openbmc/linux/drivers/usb/core/ |
H A D | devio.c | 94 struct async { struct 95 struct list_head asynclist; argument 96 struct usb_dev_state *ps; 97 struct pid *pid; 98 const struct cred *cred; 99 unsigned int signr; 100 unsigned int ifnum; 101 void __user *userbuffer; 102 void __user *userurb; 103 sigval_t userurb_sigval; [all …]
|
/openbmc/sdbusplus/include/sdbusplus/async/ |
H A D | task.hpp | 8 namespace sdbusplus::async namespace
|
H A D | execution.hpp | 24 namespace sdbusplus::async namespace
|
H A D | server.hpp | 7 namespace sdbusplus::async namespace
|
H A D | client.hpp | 5 namespace sdbusplus::async namespace
|
H A D | callback.hpp | 10 namespace sdbusplus::async namespace
|
/openbmc/linux/drivers/base/regmap/ |
H A D | regmap-spi.c | 23 struct regmap_async_spi *async = data; in regmap_spi_complete() local 58 struct regmap_async_spi *async = container_of(a, in regmap_spi_async_write() local
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H A D | ktls_tx.c | 170 struct mlx5e_async_ctx *async = in create_tis_callback() local 185 struct mlx5e_async_ctx *async = in destroy_tis_callback() local 194 struct mlx5e_async_ctx *async) in mlx5e_tls_priv_tx_init() 227 struct mlx5e_async_ctx *async) in mlx5e_tls_priv_tx_cleanup() 301 struct mlx5e_async_ctx *async = &bulk_async->arr[j]; in create_work() local
|
/openbmc/sdbusplus/src/async/ |
H A D | fdio.cpp | 3 namespace sdbusplus::async namespace
|
H A D | match.cpp | 3 namespace sdbusplus::async namespace
|
/openbmc/linux/drivers/comedi/drivers/ |
H A D | ni_tiocmd.c | 107 struct comedi_async *async = s->async; in ni_tio_input_cmd() local 207 struct comedi_async *async = s->async; in ni_tio_cmd() local
|
H A D | comedi_test.c | 203 struct comedi_async *async = s->async; in waveform_ai_timer() local 450 struct comedi_async *async = s->async; in waveform_ao_timer() local 527 struct comedi_async *async = s->async; in waveform_ao_inttrig_start() local
|
/openbmc/qemu/hw/display/ |
H A D | qxl.c | 150 qxl_async_io async, struct QXLCookie *cookie) in qxl_spice_update_area() 177 qxl_async_io async) in qxl_spice_destroy_surface_wait() 231 static void qxl_spice_destroy_surfaces(PCIQXLDevice *qxl, qxl_async_io async) in qxl_spice_destroy_surfaces() 1295 qxl_async_io async) in qxl_add_memslot() 1490 qxl_async_io async) in qxl_create_guest_primary() 1549 static int qxl_destroy_primary(PCIQXLDevice *d, qxl_async_io async) in qxl_destroy_primary() 1617 qxl_async_io async = QXL_SYNC; local
|
/openbmc/linux/net/ipv4/ |
H A D | xfrm4_input.c | 47 int xfrm4_transport_finish(struct sk_buff *skb, int async) in xfrm4_transport_finish()
|
/openbmc/linux/arch/arm/mach-omap2/ |
H A D | usb-tusb6010.c | 154 unsigned int async, unsigned int sync, in tusb6010_setup_interface()
|
/openbmc/linux/fs/btrfs/ |
H A D | bio.c | 555 struct async_submit_bio *async = in run_one_async_start() local 574 struct async_submit_bio *async = in run_one_async_done() local 628 struct async_submit_bio *async; in btrfs_wq_submit_bio() local
|