/linux-4.4.14/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.4.14/kernel/ |
D | seccomp.c | 768 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/ |
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.4.14/Documentation/w1/masters/ |
D | mxc-w1 | 11 Author: Originally based on Freescale code, prepared for mainline by
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-bus-event_source-devices-format | 12 Userspace must be prepared for the possibility that attributes
|
/linux-4.4.14/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 | 101 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/ |
D | skl-pcm.c | 188 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/ |
D | entry.S | 113 @ We need to be prepared for the instructions at .Lx1 and .Lx2
|
/linux-4.4.14/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.4.14/sound/pci/hda/ |
D | hda_controller.c | 150 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()
|
D | patch_hdmi.c | 2031 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/ |
D | HOWTO.txt | 18 individually prepared or corrected EDID data set in the /lib/firmware
|
/linux-4.4.14/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.4.14/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.4.14/Documentation/mmc/ |
D | mmc-async-req.txt | 56 The first request in a series of requests can't be prepared in parallel
|
/linux-4.4.14/fs/btrfs/ |
D | send.c | 394 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/ |
D | vx_core.h | 66 unsigned int prepared: 1; member
|
D | hdaudio.h | 417 bool prepared:1; member
|
/linux-4.4.14/Documentation/x86/i386/ |
D | IO-APIC.txt | 108 Be prepared that it might happen that you need some strange pirq line:
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/Documentation/power/ |
D | devices.txt | 265 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
|
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 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/ |
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.4.14/Documentation/connector/ |
D | connector.txt | 141 so caller is warned that it must be prepared. That is why the struct
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | Exporting | 47 2/ The dcache must be prepared for a newly found (via ->lookup) directory
|
/linux-4.4.14/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 357 - The descriptor should be prepared for reuse by invoking
|
/linux-4.4.14/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 773 Once you have prepared a patch series in git that you wish to have somebody
|
D | DMA-API.txt | 536 isn't prepared to handle this contingency, it should not specify
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/Documentation/filesystems/ |
D | debugfs.txt | 212 be prepared to remove all files and directories they create there. A file
|
/linux-4.4.14/Documentation/fb/ |
D | api.txt | 16 the recommended API implementation, but applications should be prepared to
|
/linux-4.4.14/Documentation/nvdimm/ |
D | btt.txt | 16 and new data. Applications may not be prepared to handle such a scenario.
|
/linux-4.4.14/Documentation/hwmon/ |
D | abituguru-datasheet | 157 internal callibration or whatever. Your code should be prepared to handle
|
/linux-4.4.14/scripts/ |
D | spelling.txt | 741 prepaired||prepared
|
/linux-4.4.14/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.4.14/Documentation/networking/dsa/ |
D | dsa.txt | 111 - packet is prepared to be processed by the Ethernet layer by calling
|
/linux-4.4.14/Documentation/blockdev/ |
D | README.DAC960 | 203 This distribution was prepared for Linux kernel version 2.2.19 or 2.4.12.
|
/linux-4.4.14/Documentation/gpio/ |
D | gpio-legacy.txt | 470 to request the corresponding pin to be prepared by the pinctrl subsystem
|
/linux-4.4.14/ |
D | MAINTAINERS | 28 'diff -u' to make the patch easy to merge. Be prepared to get your
|