Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/kernel/
Dseccomp.c802 struct seccomp_filter *prepared = NULL; in seccomp_set_mode_filter() local
810 prepared = seccomp_prepare_user_filter(filter); in seccomp_set_mode_filter()
811 if (IS_ERR(prepared)) in seccomp_set_mode_filter()
812 return PTR_ERR(prepared); in seccomp_set_mode_filter()
827 ret = seccomp_attach_filter(flags, prepared); in seccomp_set_mode_filter()
831 prepared = NULL; in seccomp_set_mode_filter()
839 seccomp_filter_free(prepared); in seccomp_set_mode_filter()
/linux-4.1.27/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.1.27/Documentation/w1/masters/
Dmxc-w111 Author: Originally based on Freescale code, prepared for mainline by
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-bus-event_source-devices-format12 Userspace must be prepared for the possibility that attributes
Dsysfs-class-mic.txt51 "suspending" - The MIC device is currently being prepared for
/linux-4.1.27/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.c65 struct list_head prepared; member
428 BUG_ON(!list_empty(&schan->prepared)); in sirfsoc_dma_free_chan_resources()
544 list_add_tail(&sdesc->node, &schan->prepared); in sirfsoc_dma_prep_interleaved()
602 list_add_tail(&sdesc->node, &schan->prepared); in sirfsoc_dma_prep_cyclic()
734 INIT_LIST_HEAD(&schan->prepared); in sirfsoc_dma_probe()
/linux-4.1.27/arch/arm/nwfpe/
Dentry.S112 @ We need to be prepared for the instructions at .Lx1 and .Lx2
/linux-4.1.27/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.1.27/Documentation/EDID/
DHOWTO.txt18 individually prepared or corrected EDID data set in the /lib/firmware
/linux-4.1.27/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.1.27/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.1.27/Documentation/mmc/
Dmmc-async-req.txt56 The first request in a series of requests can't be prepared in parallel
/linux-4.1.27/sound/pci/hda/
Dhda_controller.h218 unsigned int prepared:1; member
Dhda_controller.c468 azx_dev->prepared = 0; in azx_pcm_hw_free()
555 azx_dev->prepared = 1; in azx_pcm_prepare()
572 if (dsp_is_locked(azx_dev) || !azx_dev->prepared) in azx_pcm_trigger()
1387 azx_dev->prepared = 0; in azx_load_dsp_prepare()
Dpatch_hdmi.c2010 int i, err, ca, prepared = 0; in hdmi_chmap_ctl_put() local
2021 prepared = 1; in hdmi_chmap_ctl_put()
2042 if (prepared) in hdmi_chmap_ctl_put()
/linux-4.1.27/fs/btrfs/
Dsend.c393 char **prepared) in fs_path_prepare_for_add() argument
409 *prepared = p->start; in fs_path_prepare_for_add()
413 *prepared = p->end; in fs_path_prepare_for_add()
425 char *prepared; in fs_path_add() local
427 ret = fs_path_prepare_for_add(p, name_len, &prepared); in fs_path_add()
430 memcpy(prepared, name, name_len); in fs_path_add()
439 char *prepared; in fs_path_add_path() local
441 ret = fs_path_prepare_for_add(p, p2->end - p2->start, &prepared); in fs_path_add_path()
444 memcpy(prepared, p2->start, p2->end - p2->start); in fs_path_add_path()
455 char *prepared; in fs_path_add_from_extent_buffer() local
[all …]
/linux-4.1.27/include/sound/
Dvx_core.h66 unsigned int prepared: 1; member
/linux-4.1.27/Documentation/x86/i386/
DIO-APIC.txt108 Be prepared that it might happen that you need some strange pirq line:
/linux-4.1.27/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.1.27/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.1.27/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.1.27/Documentation/power/
Ddevices.txt265 devices have been suspended. Device drivers must be prepared to cope with such
374 If device_may_wakeup(dev) returns true, the device should be prepared for
449 Drivers must also be prepared to notice that the device has been removed
484 prepared to generate wakeup events.
514 prepared for the upcoming system shutdown. This is much like suspending them
556 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
990 once it has called pm_runtime_enable(), it must be prepared to handle the
994 fact the driver has to be prepared to handle the runtime PM of the device as
/linux-4.1.27/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.1.27/Documentation/s390/
Dkvm.txt4 prepared that we keep breaking your userspace application and guest
/linux-4.1.27/Documentation/filesystems/nfs/
DExporting47 2/ The dcache must be prepared for a newly found (via ->lookup) directory
/linux-4.1.27/Documentation/connector/
Dconnector.txt141 so caller is warned that it must be prepared. That is why the struct
/linux-4.1.27/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
/linux-4.1.27/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
758 Once you have prepared a patch series in git that you wish to have somebody
DDMA-API.txt542 isn't prepared to handle this contingency, it should not specify
/linux-4.1.27/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.1.27/Documentation/filesystems/
Ddebugfs.txt172 be prepared to remove all files and directories they create there. A file
/linux-4.1.27/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.1.27/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.1.27/Documentation/fb/
Dapi.txt16 the recommended API implementation, but applications should be prepared to
/linux-4.1.27/Documentation/hwmon/
Dabituguru-datasheet157 internal callibration or whatever. Your code should be prepared to handle
/linux-4.1.27/scripts/
Dspelling.txt720 prepaired||prepared
/linux-4.1.27/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.1.27/Documentation/blockdev/
DREADME.DAC960203 This distribution was prepared for Linux kernel version 2.2.19 or 2.4.12.
/linux-4.1.27/Documentation/gpio/
Dgpio-legacy.txt470 to request the corresponding pin to be prepared by the pinctrl subsystem
/linux-4.1.27/
DMAINTAINERS28 'diff -u' to make the patch easy to merge. Be prepared to get your