Home
last modified time | relevance | path

Searched refs:async_pending (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22/
H A D0004-playbin2-Fix-deadlock-when-hooking-about-to-finish-s.patch34 gboolean async_pending; /* async-start has been emitted */
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-base/
H A D0004-playbin2-Fix-deadlock-when-hooking-about-to-finish-s.patch34 gboolean async_pending; /* async-start has been emitted */
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20/
H A D0004-playbin2-Fix-deadlock-when-hooking-about-to-finish-s.patch34 gboolean async_pending; /* async-start has been emitted */
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Ddevio.c65 struct list_head async_pending; member
423 list_add_tail(&as->asynclist, &ps->async_pending); in async_newpending()
457 list_for_each_entry(as, &ps->async_pending, asynclist) in async_getpending()
574 list_for_each_entry(as, &ps->async_pending, asynclist) { in cancel_bulk_urbs()
586 list_for_each_entry_reverse(as, &ps->async_pending, asynclist) { in cancel_bulk_urbs()
670 list_for_each_safe(p, q, &ps->async_pending) in destroy_async_on_interface()
679 destroy_async(ps, &ps->async_pending); in destroy_all_async()
1042 INIT_LIST_HEAD(&ps->async_pending); in usbdev_open()
/OK3568_Linux_fs/kernel/sound/pci/lx6464es/
H A Dlx_core.c1063 int async_pending, async_escmd; in lx_interrupt() local
1070 if (!lx_interrupt_ack(chip, &irqsrc, &async_pending, &async_escmd)) { in lx_interrupt()
1090 if (async_pending) { in lx_interrupt()