Home
last modified time | relevance | path

Searched defs:async (Results 1 – 25 of 150) sorted by relevance

123456

/openbmc/linux/drivers/comedi/
H A Dcomedi_buf.c55 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 Ddrivers.c462 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 Dcomedi_fops.c328 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
2470 struct comedi_async *async; in comedi_write() local
2606 struct comedi_async *async; in comedi_read() local
3203 struct comedi_async *async = s->async; in comedi_event() local
/openbmc/qemu/hw/usb/
H A Dhcd-ehci.c259 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()
296 static int ehci_get_fetch_addr(EHCIState *s, int async) in ehci_get_fetch_addr()
621 int async) in ehci_find_queue_by_qh()
679 static void ehci_queues_rip_all(EHCIState *ehci, int async) in ehci_queues_rip_all()
1569 static int ehci_state_fetchentry(EHCIState *ehci, int async) in ehci_state_fetchentry()
1703 static int ehci_state_fetchitd(EHCIState *ehci, int async) in ehci_state_fetchitd()
1729 static int ehci_state_fetchsitd(EHCIState *ehci, int async) in ehci_state_fetchsitd()
2042 static void ehci_advance_state(EHCIState *ehci, int async) in ehci_advance_state()
2134 const int async = 1; in ehci_advance_async_state() local
[all …]
H A Dhcd-uhci.c143 UHCIAsync *async; in uhci_queue_free() local
184 UHCIAsync *async = g_new0(UHCIAsync, 1); in uhci_async_alloc() local
194 static void uhci_async_free(UHCIAsync *async) in uhci_async_free()
204 static void uhci_async_link(UHCIAsync *async) in uhci_async_link()
211 static void uhci_async_unlink(UHCIAsync *async) in uhci_async_unlink()
218 static void uhci_async_cancel(UHCIAsync *async) in uhci_async_cancel()
278 UHCIAsync *async; in uhci_async_find_td() local
675 static int uhci_complete_td(UHCIState *s, UHCI_TD *td, UHCIAsync *async, uint32_t *int_mask) in uhci_complete_td()
725 UHCIAsync *async; in uhci_handle_td() local
867 UHCIAsync *async = container_of(packet, UHCIAsync, packet); in uhci_async_complete() local
/openbmc/linux/drivers/base/power/
H A Dmain.c236 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()
1374 static int __device_suspend_late(struct device *dev, pm_message_t state, bool async) in __device_suspend_late()
[all …]
/openbmc/qemu/tests/unit/
H A Dtest-io-channel-socket.c171 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 Dtest-io-channel-command.c35 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 Dtest-io-channel-file.c106 static void test_io_channel_pipe(bool async) in test_io_channel_pipe()
/openbmc/linux/drivers/usb/core/
H A Ddevio.c94 struct async { struct
97 struct pid *pid;
98 const struct cred *cred;
99 unsigned int signr;
100 unsigned int ifnum;
102 void __user *userurb;
104 struct urb *urb;
106 unsigned int mem_usage;
107 int status;
108 u8 bulk_addr;
[all …]
/openbmc/sdbusplus/include/sdbusplus/async/
H A Dtask.hpp5 namespace sdbusplus::async namespace
H A Dexecution.hpp21 namespace sdbusplus::async namespace
H A Dserver.hpp7 namespace sdbusplus::async namespace
H A Dclient.hpp5 namespace sdbusplus::async namespace
H A Dcallback.hpp10 namespace sdbusplus::async namespace
H A Dtimer.hpp7 namespace sdbusplus::async namespace
/openbmc/linux/drivers/base/regmap/
H A Dregmap-spi.c23 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 Dktls_tx.c170 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/linux/drivers/comedi/drivers/
H A Dni_tiocmd.c107 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 Dcomedi_test.c203 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 Dqxl.c150 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 Dxfrm4_input.c47 int xfrm4_transport_finish(struct sk_buff *skb, int async) in xfrm4_transport_finish()
/openbmc/sdbusplus/src/async/
H A Dmatch.cpp3 namespace sdbusplus::async namespace
/openbmc/linux/arch/arm/mach-omap2/
H A Dusb-tusb6010.c154 unsigned int async, unsigned int sync, in tusb6010_setup_interface()
/openbmc/linux/fs/btrfs/
H A Dbio.c555 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

123456