Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/panel/
Dpanel-sharp-lq101r1sx01.c31 bool prepared; member
114 if (!sharp->prepared) in sharp_panel_unprepare()
131 sharp->prepared = false; in sharp_panel_unprepare()
176 if (sharp->prepared) in sharp_panel_prepare()
247 sharp->prepared = true; in sharp_panel_prepare()
Dpanel-simple.c75 bool prepared; member
171 if (!p->prepared) in panel_simple_unprepare()
182 p->prepared = false; in panel_simple_unprepare()
192 if (p->prepared) in panel_simple_prepare()
207 p->prepared = true; in panel_simple_prepare()
290 panel->prepared = false; in panel_simple_probe()
/linux-4.4.14/kernel/
Dseccomp.c768 struct seccomp_filter *prepared = NULL; in seccomp_set_mode_filter() local
776 prepared = seccomp_prepare_user_filter(filter); in seccomp_set_mode_filter()
777 if (IS_ERR(prepared)) in seccomp_set_mode_filter()
778 return PTR_ERR(prepared); in seccomp_set_mode_filter()
793 ret = seccomp_attach_filter(flags, prepared); in seccomp_set_mode_filter()
797 prepared = NULL; in seccomp_set_mode_filter()
805 seccomp_filter_free(prepared); in seccomp_set_mode_filter()
/linux-4.4.14/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()
446 if (str->prepared) in lola_setup_controller()
460 str->prepared = 1; in lola_setup_controller()
Dlola.h309 unsigned int prepared:1; member
/linux-4.4.14/Documentation/w1/masters/
Dmxc-w111 Author: Originally based on Freescale code, prepared for mainline by
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-bus-event_source-devices-format12 Userspace must be prepared for the possibility that attributes
/linux-4.4.14/drivers/dma/
Dmpc512x_dma.c206 struct list_head prepared; member
570 BUG_ON(!list_empty(&mchan->prepared)); in mpc_dma_free_chan_resources()
681 list_add_tail(&mdesc->node, &mchan->prepared); in mpc_dma_prep_memcpy()
784 list_add_tail(&mdesc->node, &mchan->prepared); in mpc_dma_prep_slave_sg()
855 list_splice_tail_init(&mchan->prepared, &mchan->free); in mpc_dma_device_terminate_all()
971 INIT_LIST_HEAD(&mchan->prepared); in mpc_dma_probe()
Dsirf-dma.c101 struct list_head prepared; member
611 BUG_ON(!list_empty(&schan->prepared)); in sirfsoc_dma_free_chan_resources()
744 list_add_tail(&sdesc->node, &schan->prepared); in sirfsoc_dma_prep_interleaved()
802 list_add_tail(&sdesc->node, &schan->prepared); in sirfsoc_dma_prep_cyclic()
937 INIT_LIST_HEAD(&schan->prepared); in sirfsoc_dma_probe()
/linux-4.4.14/sound/soc/intel/skylake/
Dskl-pcm.c188 if (hdac_stream(stream)->prepared) { in skl_pcm_prepare()
206 hdac_stream(stream)->prepared = 1; in skl_pcm_prepare()
279 hdac_stream(stream)->prepared = 0; in skl_pcm_hw_free()
634 if (!hstr->prepared) in skl_coupled_trigger()
708 if (!hstr->prepared) in skl_decoupled_trigger()
/linux-4.4.14/arch/arm/nwfpe/
Dentry.S113 @ We need to be prepared for the instructions at .Lx1 and .Lx2
/linux-4.4.14/Documentation/security/
Dtomoyo.txt23 Materials we prepared for seminars and symposiums are available at
Dcredentials.txt282 Once a set of credentials has been prepared and committed, it may not be
/linux-4.4.14/sound/pci/hda/
Dhda_controller.c150 azx_stream(azx_dev)->prepared = 0; in azx_pcm_hw_free()
205 azx_stream(azx_dev)->prepared = 1; in azx_pcm_prepare()
231 if (dsp_is_locked(azx_dev) || !hstr->prepared) in azx_pcm_trigger()
846 hstr->prepared = 0; in snd_hda_codec_load_dsp_prepare()
Dpatch_hdmi.c2031 int i, err, ca, prepared = 0; in hdmi_chmap_ctl_put() local
2042 prepared = 1; in hdmi_chmap_ctl_put()
2063 if (prepared) in hdmi_chmap_ctl_put()
/linux-4.4.14/Documentation/EDID/
DHOWTO.txt18 individually prepared or corrected EDID data set in the /lib/firmware
/linux-4.4.14/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()
1340 vub300->sdio_register[i].prepared = 0; in __download_offload_pseudocode()
1869 if (!vub300->sdio_register[i].prepared) { in satisfy_request_from_offloaded_data()
1876 vub300->sdio_register[i].prepared = 0; in satisfy_request_from_offloaded_data()
1884 vub300->sdio_register[i].prepared = 0; in satisfy_request_from_offloaded_data()
/linux-4.4.14/sound/drivers/vx/
Dvx_pcm.c697 if (! pipe->prepared || (chip->chip_status & VX_STAT_IS_STALE)) in vx_pcm_playback_transfer()
867 pipe->prepared = 1; in vx_pcm_prepare()
1018 if (! pipe->prepared || (chip->chip_status & VX_STAT_IS_STALE)) in vx_pcm_capture_update()
/linux-4.4.14/Documentation/mmc/
Dmmc-async-req.txt56 The first request in a series of requests can't be prepared in parallel
/linux-4.4.14/fs/btrfs/
Dsend.c394 char **prepared) in fs_path_prepare_for_add() argument
410 *prepared = p->start; in fs_path_prepare_for_add()
414 *prepared = p->end; in fs_path_prepare_for_add()
426 char *prepared; in fs_path_add() local
428 ret = fs_path_prepare_for_add(p, name_len, &prepared); in fs_path_add()
431 memcpy(prepared, name, name_len); in fs_path_add()
440 char *prepared; in fs_path_add_path() local
442 ret = fs_path_prepare_for_add(p, p2->end - p2->start, &prepared); in fs_path_add_path()
445 memcpy(prepared, p2->start, p2->end - p2->start); in fs_path_add_path()
456 char *prepared; in fs_path_add_from_extent_buffer() local
[all …]
/linux-4.4.14/include/sound/
Dvx_core.h66 unsigned int prepared: 1; member
Dhdaudio.h417 bool prepared:1; member
/linux-4.4.14/Documentation/x86/i386/
DIO-APIC.txt108 Be prepared that it might happen that you need some strange pirq line:
/linux-4.4.14/Documentation/networking/
Dltpc.txt13 this reason, you should be prepared to supply these parameters
Dvortex.txt444 Finally, please be patient and be prepared to do some work. You may
Dcs89x0.txt569 Before contacting Cirrus Logic for technical support, be prepared to provide as
/linux-4.4.14/Documentation/usb/
Dcallbacks.txt87 time after the physical disconnection. Thus your driver must be prepared
DWUSB-Design-overview.txt351 prepared (buffers assigned), then we can start queueing requests for
/linux-4.4.14/Documentation/video4linux/
Dpxa_camera.txt96 b) DMA prepared buffer will have this structure
Dvideobuf320 vmalloc() case especially. So the driver should be prepared for the list
/linux-4.4.14/Documentation/power/
Ddevices.txt265 devices have been suspended. Device drivers must be prepared to cope with such
381 If device_may_wakeup(dev) returns true, the device should be prepared for
456 Drivers must also be prepared to notice that the device has been removed
491 prepared to generate wakeup events.
521 prepared for the upcoming system shutdown. This is much like suspending them
563 devices managed by the boot kernel need to be prepared for passing control back
Dsuspend-and-interrupts.txt20 not prepared for interrupts triggering after their devices had been suspended.
Dpci.txt315 unsigned int wakeup_prepared:1; /* Device prepared for wake up */
339 The second function checks if the device can be prepared to signal wakeup with
372 the device is prepared to generate wakeup signals and, finally, it is put into
488 registers, pci_pm_suspend_noirq() will assume that the device has been prepared
1004 be prepared to cope with that.
1008 do it via sysfs as stated above), but it must be prepared to handle the
/linux-4.4.14/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-4.4.14/Documentation/connector/
Dconnector.txt141 so caller is warned that it must be prepared. That is why the struct
/linux-4.4.14/Documentation/filesystems/nfs/
DExporting47 2/ The dcache must be prepared for a newly found (via ->lookup) directory
/linux-4.4.14/Documentation/dmaengine/
Dclient.txt142 Once the descriptor has been prepared and the callback information
Dprovider.txt260 for the transfer being prepared, and should create a hardware
357 - The descriptor should be prepared for reuse by invoking
/linux-4.4.14/Documentation/
Dpadata.txt138 outstanding, it should be prepared to be called again with a new job before
Diostats.txt53 may wrap. Applications should be prepared to deal with that; unless
DSubmittingPatches43 patches prepared against those trees. See the "T:" entry for the subsystem
773 Once you have prepared a patch series in git that you wish to have somebody
DDMA-API.txt536 isn't prepared to handle this contingency, it should not specify
/linux-4.4.14/Documentation/isdn/
DREADME.x2516 other side first. Be prepared that bugs in the protocol implementation
DINTERFACE.CAPI150 be prepared to be re-entered.
/linux-4.4.14/fs/reiserfs/
Djournal.c3281 int prepared = 0; in journal_mark_dirty() local
3291 prepared = test_clear_buffer_journal_prepared(bh); in journal_mark_dirty()
3304 if (!prepared || buffer_dirty(bh)) { in journal_mark_dirty()
3309 prepared ? ' ' : '!', in journal_mark_dirty()
/linux-4.4.14/Documentation/scsi/
DFlashPoint.txt107 BusLogic is not prepared at this time to release the information necessary
DBusLogic.txt542 This distribution was prepared for Linux kernel version 2.0.35, but should be
/linux-4.4.14/Documentation/filesystems/
Ddebugfs.txt212 be prepared to remove all files and directories they create there. A file
/linux-4.4.14/Documentation/fb/
Dapi.txt16 the recommended API implementation, but applications should be prepared to
/linux-4.4.14/Documentation/nvdimm/
Dbtt.txt16 and new data. Applications may not be prepared to handle such a scenario.
/linux-4.4.14/Documentation/hwmon/
Dabituguru-datasheet157 internal callibration or whatever. Your code should be prepared to handle
/linux-4.4.14/scripts/
Dspelling.txt741 prepaired||prepared
/linux-4.4.14/Documentation/development-process/
D5.Posting61 Patches must be prepared against a specific version of the kernel. As a
D2.Process249 at all of the patches which are being prepared for the next merge window?
/linux-4.4.14/Documentation/networking/dsa/
Ddsa.txt111 - packet is prepared to be processed by the Ethernet layer by calling
/linux-4.4.14/Documentation/blockdev/
DREADME.DAC960203 This distribution was prepared for Linux kernel version 2.2.19 or 2.4.12.
/linux-4.4.14/Documentation/gpio/
Dgpio-legacy.txt470 to request the corresponding pin to be prepared by the pinctrl subsystem
/linux-4.4.14/
DMAINTAINERS28 'diff -u' to make the patch easy to merge. Be prepared to get your