/linux-3.4.99/sound/pci/lola/ |
D | lola_pcm.c | 144 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()
|
D | lola.h | 309 unsigned int prepared:1; member
|
/linux-3.4.99/drivers/dma/ |
D | sirf-dma.c | 60 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()
|
D | mpc512x_dma.c | 187 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/ |
D | mxc-w1 | 11 Author: Originally based on Freescale code, prepared for mainline by
|
/linux-3.4.99/drivers/media/video/omap3isp/ |
D | ispqueue.h | 86 unsigned int prepared:1; member
|
D | ispqueue.c | 878 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/ |
D | entry.S | 112 @ We need to be prepared for the instructions at .Lx1 and .Lx2
|
/linux-3.4.99/Documentation/security/ |
D | tomoyo.txt | 23 Materials we prepared for seminars and symposiums are available at
|
/linux-3.4.99/Documentation/EDID/ |
D | HOWTO.txt | 18 individually prepared or corrected EDID data set in the /lib/firmware
|
/linux-3.4.99/drivers/mmc/host/ |
D | vub300.c | 293 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/ |
D | vx_pcm.c | 700 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/ |
D | dm-thin.c | 743 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/ |
D | mmc-async-req.txt | 56 The first request in a series of requests can't be prepared in parallel
|
/linux-3.4.99/include/sound/ |
D | vx_core.h | 72 unsigned int prepared: 1; member
|
/linux-3.4.99/Documentation/x86/i386/ |
D | IO-APIC.txt | 108 Be prepared that it might happen that you need some strange pirq line:
|
/linux-3.4.99/Documentation/power/ |
D | devices.txt | 264 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/ |
D | ltpc.txt | 13 this reason, you should be prepared to supply these parameters
|
/linux-3.4.99/Documentation/usb/ |
D | callbacks.txt | 87 time after the physical disconnection. Thus your driver must be prepared
|
/linux-3.4.99/Documentation/video4linux/ |
D | pxa_camera.txt | 96 b) DMA prepared buffer will have this structure
|
/linux-3.4.99/Documentation/RCU/ |
D | checklist.txt | 35 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/ |
D | kvm.txt | 4 prepared that we keep breaking your userspace application and guest
|
/linux-3.4.99/Documentation/connector/ |
D | connector.txt | 134 so caller is warned that it must be prepared. That is why the struct
|
/linux-3.4.99/Documentation/ |
D | padata.txt | 138 outstanding, it should be prepared to be called again with a new job before
|
D | dmaengine.txt | 141 Once the descriptor has been prepared and the callback information
|