Home
last modified time | relevance | path

Searched refs:prepared (Results 1 – 25 of 47) sorted by relevance

12

/linux-3.4.99/sound/pci/lola/
Dlola_pcm.c144 if (str->prepared && str->paused) { in lola_sync_wait_for_fifo()
175 if (str->paused && str->prepared) in lola_sync_pause()
184 if (str->prepared) { in lola_stream_reset()
187 str->prepared = 0; in lola_stream_reset()
445 if (str->prepared) in lola_setup_controller()
459 str->prepared = 1; in lola_setup_controller()
Dlola.h309 unsigned int prepared:1; member
/linux-3.4.99/drivers/dma/
Dsirf-dma.c60 struct list_head prepared; member
376 BUG_ON(!list_empty(&schan->prepared)); in sirfsoc_dma_free_chan_resources()
473 list_add_tail(&sdesc->node, &schan->prepared); in sirfsoc_dma_prep_interleaved()
531 list_add_tail(&sdesc->node, &schan->prepared); in sirfsoc_dma_prep_cyclic()
633 INIT_LIST_HEAD(&schan->prepared); in sirfsoc_dma_probe()
Dmpc512x_dma.c187 struct list_head prepared; member
520 BUG_ON(!list_empty(&mchan->prepared)); in mpc_dma_free_chan_resources()
638 list_add_tail(&mdesc->node, &mchan->prepared); in mpc_dma_prep_memcpy()
739 INIT_LIST_HEAD(&mchan->prepared); in mpc_dma_probe()
/linux-3.4.99/Documentation/w1/masters/
Dmxc-w111 Author: Originally based on Freescale code, prepared for mainline by
/linux-3.4.99/drivers/media/video/omap3isp/
Dispqueue.h86 unsigned int prepared:1; member
Dispqueue.c878 buf->prepared = 0; in omap3isp_video_queue_qbuf()
881 if (!buf->prepared) { in omap3isp_video_queue_qbuf()
885 buf->prepared = 1; in omap3isp_video_queue_qbuf()
/linux-3.4.99/arch/arm/nwfpe/
Dentry.S112 @ We need to be prepared for the instructions at .Lx1 and .Lx2
/linux-3.4.99/Documentation/security/
Dtomoyo.txt23 Materials we prepared for seminars and symposiums are available at
/linux-3.4.99/Documentation/EDID/
DHOWTO.txt18 individually prepared or corrected EDID data set in the /lib/firmware
/linux-3.4.99/drivers/mmc/host/
Dvub300.c293 unsigned prepared:1; member
555 if (vub300->sdio_register[i].prepared == 0) in add_offloaded_reg()
556 vub300->sdio_register[i].prepared = 1; in add_offloaded_reg()
1342 vub300->sdio_register[i].prepared = 0; in __download_offload_pseudocode()
1871 if (!vub300->sdio_register[i].prepared) { in satisfy_request_from_offloaded_data()
1878 vub300->sdio_register[i].prepared = 0; in satisfy_request_from_offloaded_data()
1886 vub300->sdio_register[i].prepared = 0; in satisfy_request_from_offloaded_data()
/linux-3.4.99/sound/drivers/vx/
Dvx_pcm.c700 if (! pipe->prepared || (chip->chip_status & VX_STAT_IS_STALE)) in vx_pcm_playback_transfer()
889 pipe->prepared = 1; in vx_pcm_prepare()
1041 if (! pipe->prepared || (chip->chip_status & VX_STAT_IS_STALE)) in vx_pcm_capture_update()
/linux-3.4.99/drivers/md/
Ddm-thin.c743 unsigned prepared:1; member
766 if (m->quiesced && m->prepared) { in __maybe_add_mapping()
781 m->prepared = 1; in copy_complete()
796 m->prepared = 1; in overwrite_endio()
983 m->prepared = 0; in schedule_copy()
1052 m->prepared = 0; in schedule_zero()
/linux-3.4.99/Documentation/mmc/
Dmmc-async-req.txt56 The first request in a series of requests can't be prepared in parallel
/linux-3.4.99/include/sound/
Dvx_core.h72 unsigned int prepared: 1; member
/linux-3.4.99/Documentation/x86/i386/
DIO-APIC.txt108 Be prepared that it might happen that you need some strange pirq line:
/linux-3.4.99/Documentation/power/
Ddevices.txt264 devices have been suspended. Device drivers must be prepared to cope with such
358 If device_may_wakeup(dev) returns true, the device should be prepared for
422 Drivers must also be prepared to notice that the device has been removed
457 prepared to generate wakeup events.
487 prepared for the upcoming system shutdown. This is much like suspending them
529 devices managed by the boot kernel need to be prepared for passing control back
/linux-3.4.99/Documentation/networking/
Dltpc.txt13 this reason, you should be prepared to supply these parameters
/linux-3.4.99/Documentation/usb/
Dcallbacks.txt87 time after the physical disconnection. Thus your driver must be prepared
/linux-3.4.99/Documentation/video4linux/
Dpxa_camera.txt96 b) DMA prepared buffer will have this structure
/linux-3.4.99/Documentation/RCU/
Dchecklist.txt35 If you choose #b, be prepared to describe how you have handled
38 earlier stores), and be prepared to explain why this added
39 complexity is worthwhile. If you choose #c, be prepared to
/linux-3.4.99/Documentation/s390/
Dkvm.txt4 prepared that we keep breaking your userspace application and guest
/linux-3.4.99/Documentation/connector/
Dconnector.txt134 so caller is warned that it must be prepared. That is why the struct
/linux-3.4.99/Documentation/
Dpadata.txt138 outstanding, it should be prepared to be called again with a new job before
Ddmaengine.txt141 Once the descriptor has been prepared and the callback information

12