/linux-4.1.27/drivers/gpu/drm/panel/ |
D | panel-sharp-lq101r1sx01.c | 31 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()
|
D | panel-simple.c | 75 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/ |
D | seccomp.c | 802 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/ |
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() 446 if (str->prepared) in lola_setup_controller() 460 str->prepared = 1; in lola_setup_controller()
|
D | lola.h | 309 unsigned int prepared:1; member
|
/linux-4.1.27/Documentation/w1/masters/ |
D | mxc-w1 | 11 Author: Originally based on Freescale code, prepared for mainline by
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-bus-event_source-devices-format | 12 Userspace must be prepared for the possibility that attributes
|
D | sysfs-class-mic.txt | 51 "suspending" - The MIC device is currently being prepared for
|
/linux-4.1.27/drivers/dma/ |
D | mpc512x_dma.c | 206 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()
|
D | sirf-dma.c | 65 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/ |
D | entry.S | 112 @ We need to be prepared for the instructions at .Lx1 and .Lx2
|
/linux-4.1.27/Documentation/security/ |
D | tomoyo.txt | 23 Materials we prepared for seminars and symposiums are available at
|
D | credentials.txt | 282 Once a set of credentials has been prepared and committed, it may not be
|
/linux-4.1.27/Documentation/EDID/ |
D | HOWTO.txt | 18 individually prepared or corrected EDID data set in the /lib/firmware
|
/linux-4.1.27/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() 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/ |
D | vx_pcm.c | 697 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/ |
D | mmc-async-req.txt | 56 The first request in a series of requests can't be prepared in parallel
|
/linux-4.1.27/sound/pci/hda/ |
D | hda_controller.h | 218 unsigned int prepared:1; member
|
D | hda_controller.c | 468 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()
|
D | patch_hdmi.c | 2010 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/ |
D | send.c | 393 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/ |
D | vx_core.h | 66 unsigned int prepared: 1; member
|
/linux-4.1.27/Documentation/x86/i386/ |
D | IO-APIC.txt | 108 Be prepared that it might happen that you need some strange pirq line:
|
/linux-4.1.27/Documentation/video4linux/ |
D | pxa_camera.txt | 96 b) DMA prepared buffer will have this structure
|
D | videobuf | 320 vmalloc() case especially. So the driver should be prepared for the list
|
/linux-4.1.27/Documentation/usb/ |
D | callbacks.txt | 87 time after the physical disconnection. Thus your driver must be prepared
|
D | WUSB-Design-overview.txt | 351 prepared (buffers assigned), then we can start queueing requests for
|
/linux-4.1.27/Documentation/networking/ |
D | ltpc.txt | 13 this reason, you should be prepared to supply these parameters
|
D | vortex.txt | 444 Finally, please be patient and be prepared to do some work. You may
|
D | cs89x0.txt | 569 Before contacting Cirrus Logic for technical support, be prepared to provide as
|
/linux-4.1.27/Documentation/power/ |
D | devices.txt | 265 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
|
D | suspend-and-interrupts.txt | 20 not prepared for interrupts triggering after their devices had been suspended.
|
D | pci.txt | 315 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/ |
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-4.1.27/Documentation/s390/ |
D | kvm.txt | 4 prepared that we keep breaking your userspace application and guest
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | Exporting | 47 2/ The dcache must be prepared for a newly found (via ->lookup) directory
|
/linux-4.1.27/Documentation/connector/ |
D | connector.txt | 141 so caller is warned that it must be prepared. That is why the struct
|
/linux-4.1.27/Documentation/dmaengine/ |
D | client.txt | 142 Once the descriptor has been prepared and the callback information
|
D | provider.txt | 260 for the transfer being prepared, and should create a hardware
|
/linux-4.1.27/Documentation/ |
D | padata.txt | 138 outstanding, it should be prepared to be called again with a new job before
|
D | iostats.txt | 53 may wrap. Applications should be prepared to deal with that; unless
|
D | SubmittingPatches | 43 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
|
D | DMA-API.txt | 542 isn't prepared to handle this contingency, it should not specify
|
/linux-4.1.27/Documentation/isdn/ |
D | README.x25 | 16 other side first. Be prepared that bugs in the protocol implementation
|
D | INTERFACE.CAPI | 150 be prepared to be re-entered.
|
/linux-4.1.27/Documentation/filesystems/ |
D | debugfs.txt | 172 be prepared to remove all files and directories they create there. A file
|
/linux-4.1.27/fs/reiserfs/ |
D | journal.c | 3281 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/ |
D | FlashPoint.txt | 107 BusLogic is not prepared at this time to release the information necessary
|
D | BusLogic.txt | 542 This distribution was prepared for Linux kernel version 2.0.35, but should be
|
/linux-4.1.27/Documentation/fb/ |
D | api.txt | 16 the recommended API implementation, but applications should be prepared to
|
/linux-4.1.27/Documentation/hwmon/ |
D | abituguru-datasheet | 157 internal callibration or whatever. Your code should be prepared to handle
|
/linux-4.1.27/scripts/ |
D | spelling.txt | 720 prepaired||prepared
|
/linux-4.1.27/Documentation/development-process/ |
D | 5.Posting | 61 Patches must be prepared against a specific version of the kernel. As a
|
D | 2.Process | 249 at all of the patches which are being prepared for the next merge window?
|
/linux-4.1.27/Documentation/blockdev/ |
D | README.DAC960 | 203 This distribution was prepared for Linux kernel version 2.2.19 or 2.4.12.
|
/linux-4.1.27/Documentation/gpio/ |
D | gpio-legacy.txt | 470 to request the corresponding pin to be prepared by the pinctrl subsystem
|
/linux-4.1.27/ |
D | MAINTAINERS | 28 'diff -u' to make the patch easy to merge. Be prepared to get your
|