/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | apply.c | 99 bool updating; member 280 if (mp->updating) in need_isr() 382 if (!mp->updating) in extra_info_update_ongoing() 402 bool updating; in wait_pending_extra_info_updates() local 409 updating = extra_info_update_ongoing(); in wait_pending_extra_info_updates() 411 if (!updating) { in wait_pending_extra_info_updates() 661 if (mp->updating) in dss_ovl_write_regs() 684 if (mp->updating) in dss_ovl_write_regs_extra() 710 if (mp->updating) in dss_mgr_write_regs() 731 if (mp->updating) in dss_mgr_write_regs_extra() [all …]
|
/linux-4.4.14/drivers/mtd/ubi/ |
D | upd.c | 133 ubi_assert(!vol->updating && !vol->changing_leb); in ubi_start_update() 134 vol->updating = 1; in ubi_start_update() 161 vol->updating = 0; in ubi_start_update() 184 ubi_assert(!vol->updating && !vol->changing_leb); in ubi_start_leb_change() 371 vol->updating = 0; in ubi_more_update_data()
|
D | cdev.c | 138 if (vol->updating) { in vol_cdev_release() 142 vol->updating = 0; in vol_cdev_release() 161 if (vol->updating) { in vol_cdev_llseek() 197 if (vol->updating) { in vol_cdev_read() 344 if (!vol->updating && !vol->changing_leb) in vol_cdev_write() 347 if (vol->updating) in vol_cdev_write()
|
D | ubi.h | 347 unsigned int updating:1; member
|
/linux-4.4.14/Documentation/ |
D | dell_rbu.txt | 3 for updating BIOS images on Dell servers and desktops. 11 This driver works with Dell OpenManage or Dell Update Packages for updating 31 or updating. 96 Also after updating the BIOS image a user mode application needs to execute
|
D | Changes | 199 A driver has been added to allow updating of Intel IA32 microcode,
|
D | this_cpu_ops.txt | 306 only one process updating the cache-line.
|
D | vfio.txt | 450 and the handling of those includes pinning/unpinning pages and updating
|
D | adding-syscalls.txt | 431 occasional exception that may need updating for your particular system call.
|
D | CodingStyle | 407 - errors by not updating individual exit points when making
|
D | kernel-parameters.txt | 1116 updating original EFI memory map. 2194 firmware feature for updating multiple TCE entries
|
D | memory-barriers.txt | 1435 one updating variable 'a'. If variable 'a' is shared, then the
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-class-backlight | 53 the hardware and the OS independently updating the
|
/linux-4.4.14/fs/ubifs/ |
D | Kconfig | 46 to preserve the old behavior. If you enable this option, UBIFS starts updating atime,
|
/linux-4.4.14/Documentation/devicetree/bindings/ |
D | ABI.txt | 39 updating this document would be appreciated.
|
D | submitting-patches.txt | 67 updating this document would be appreciated.
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | locking.txt | 80 writable between reading spte and updating spte. Like below case: 151 Comment: 'raw' because updating the tsc offsets must not be preempted.
|
D | api.txt | 1684 When modifying the INTx disable state, userspace should precede updating the 1728 in real mode, updating the TCE table. H_PUT_TCE calls for other
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | mcdi.c | 1978 if (!part->updating) { in efx_mcdi_mtd_erase() 1982 part->updating = true; in efx_mcdi_mtd_erase() 2009 if (!part->updating) { in efx_mcdi_mtd_write() 2013 part->updating = true; in efx_mcdi_mtd_write() 2036 if (part->updating) { in efx_mcdi_mtd_sync() 2037 part->updating = false; in efx_mcdi_mtd_sync()
|
D | mcdi.h | 98 bool updating; member
|
/linux-4.4.14/Documentation/usb/ |
D | mtouchusb.txt | 39 download, I persist in updating this driver since I would like to use the
|
D | error-codes.txt | 73 This is because otherwise there would be a race between HCDs updating
|
/linux-4.4.14/drivers/firmware/efi/ |
D | Kconfig | 62 to specific memory range by updating original (firmware provided)
|
/linux-4.4.14/Documentation/networking/ |
D | igbvf.txt | 33 Instructions on updating ethtool can be found in the section "Additional
|
D | ixgb.txt | 44 Instructions on updating ethtool can be found in the section "Additional
|
D | filter.txt | 1127 are concurrently updating.
|
D | bonding.txt | 456 vs. just updating a switch or set of switches (which 1888 your device driver is not updating last_rx and trans_start.
|
/linux-4.4.14/fs/jffs2/ |
D | README.Locking | 157 by read-semaphore. But you must hold write-semaphore when updating, 162 when updating such a object is necessary under holding read semaphore.
|
/linux-4.4.14/Documentation/device-mapper/ |
D | era.txt | 91 that it uses a few 4k blocks for updating metadata.
|
D | cache.txt | 134 to keep updating it on the fly. So we treat it as a hint. In normal
|
/linux-4.4.14/Documentation/fb/ |
D | deferred_io.txt | 19 completes the work associated with updating the framebuffer. this is
|
/linux-4.4.14/Documentation/filesystems/ |
D | mandatory-locking.txt | 35 update, before applying its own lock, updating the file and unlocking it again. 38 transfer agent must guard against updating the mailbox at the same time, and
|
D | files.txt | 105 7. While updating, the fdtable pointer must be looked up while
|
D | spufs.txt | 206 from the data buffer, updating the value of the fpcr register. 228 from the data buffer, updating the value of the specified signal 308 is written back to npc, so you can call spu_run again without updating
|
D | qnx6.txt | 42 update of the serial number. Before updating that serial, all modifications
|
D | xfs-delayed-logging-design.txt | 620 2. Adding items to the CIL and updating item space accounting
|
D | vfs.txt | 687 refcount, and updating i_size.
|
D | proc.txt | 1597 process A reads process B's /proc/pid/io while process B is updating one of
|
/linux-4.4.14/Documentation/extcon/ |
D | porting-android-switch-class | 62 4. Use extcon_update_state() if you are updating specific bits of
|
/linux-4.4.14/Documentation/video4linux/ |
D | radiotrack.txt | 101 1 : Tuner updating in progress
|
D | soc-camera.txt | 144 responsible for updating them.
|
/linux-4.4.14/Documentation/RCU/ |
D | checklist.txt | 16 of RCU will do much more reading than updating. 41 big multiprocessor machines (for example, if the task is updating 100 to appear atomic by updating a pointer to reference
|
D | listRCU.txt | 300 a copy, updating the copy, then replacing the original with the copy.
|
/linux-4.4.14/Documentation/leds/ |
D | leds-lp55xx.txt | 150 Chip specific commands for loading and updating program memory.
|
/linux-4.4.14/Documentation/gpio/ |
D | sysfs.txt | 14 then changing its output state, then updating the code before re-enabling
|
D | gpio-legacy.txt | 633 then changing its output state, then updating the code before re-enabling
|
/linux-4.4.14/Documentation/vm/ |
D | idle_page_tracking.txt | 89 cleared as a result of setting or updating a page's Idle flag, the Young flag
|
D | unevictable-lru.txt | 433 locked across unmapping of the page, updating the page's address space entry
|
/linux-4.4.14/drivers/firmware/ |
D | Kconfig | 91 Say m if you want to have the option of updating the BIOS for your
|
/linux-4.4.14/Documentation/serial/ |
D | rocket.txt | 18 from the Comtrol website listed below, is useful for updating the driver
|
/linux-4.4.14/Documentation/blockdev/ |
D | floppy.txt | 242 10-30-2004 : Cleanup, updating, add reference to module configuration.
|
/linux-4.4.14/drivers/net/ethernet/rocker/ |
D | rocker.c | 2965 bool updating; in rocker_port_ipv4_neigh() local 2977 updating = found && adding; in rocker_port_ipv4_neigh() 2990 } else if (updating) { in rocker_port_ipv4_neigh() 3081 bool updating; in rocker_port_ipv4_nh() local 3096 updating = found && adding; in rocker_port_ipv4_nh() 3108 } else if (updating) { in rocker_port_ipv4_nh()
|
/linux-4.4.14/Documentation/driver-model/ |
D | platform.txt | 129 This style of driver is discouraged. If you're updating such a driver,
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | timestamping.txt | 8 is responsible for updating the trigger_tstamp at the most appropriate
|
/linux-4.4.14/Documentation/power/ |
D | pm_qos_interface.txt | 210 automatically updating the device's latency tolerance in response to its power
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | object.txt | 229 netfs's records. This involves updating the auxiliary data that is used
|
D | backend-api.txt | 612 The coherency data needs updating, but otherwise the object is
|
/linux-4.4.14/Documentation/nvdimm/ |
D | btt.txt | 165 writer started writing to the same external LBA, and finished the write updating
|
/linux-4.4.14/drivers/base/ |
D | Kconfig | 76 with the driver and only when updating the firmware should a
|
/linux-4.4.14/net/ |
D | Kconfig | 17 should consider updating your networking tools too because changes
|
/linux-4.4.14/Documentation/arm/OMAP/ |
D | DSS | 48 managers. These can be used when updating a display with CPU or system DMA.
|
/linux-4.4.14/Documentation/target/ |
D | tcmu-design.txt | 260 possibly sense_buffer), updating cmd_tail, and notifying the kernel
|
/linux-4.4.14/Documentation/powerpc/ |
D | pci_iov_resource_on_powernv.txt | 277 window, we can set the PE# by updating the table that translates segments
|
/linux-4.4.14/arch/s390/ |
D | Kconfig | 794 This provides a kernel interface for creating and updating z/VM APPLDATA
|
/linux-4.4.14/Documentation/cgroups/ |
D | blkio-controller.txt | 426 A filesystem can make writeback IOs cgroup-aware by updating
|
D | cpusets.txt | 595 does not support one task updating the memory placement of another
|
/linux-4.4.14/Documentation/trace/ |
D | ring-buffer-design.txt | 911 will see it succeeded in updating the pointer from NORMAL to HEAD.
|
/linux-4.4.14/arch/arm64/ |
D | Kconfig | 639 identify software that needs updating.
|
/linux-4.4.14/Documentation/hwmon/ |
D | sysfs-interface | 8 This makes adding or updating support for any given chip very easy, as
|
/linux-4.4.14/Documentation/development-process/ |
D | 2.Process | 174 in updating the patch to the current kernel so that it applies cleanly
|
/linux-4.4.14/Documentation/scsi/ |
D | st.txt | 208 updated and decremented when an I/O completes after updating statistics.
|
D | ChangeLog.lpfc | 490 the only place were we are updating cmdidx.
|
/linux-4.4.14/drivers/platform/x86/ |
D | Kconfig | 749 low level access for debug work and updating the firmware. Say
|
/linux-4.4.14/Documentation/sysctl/ |
D | kernel.txt | 806 Control how file position affects the behavior of updating sysctl values
|
/linux-4.4.14/Documentation/s390/ |
D | Debugging390.txt | 327 to make the best use of memory by updating 4 segment indices 975 could be quite convenient if you aren't updating the kernel much &
|
/linux-4.4.14/Documentation/kbuild/ |
D | makefiles.txt | 1194 When updating the $(obj)/bzImage target, the line
|
/linux-4.4.14/init/ |
D | Kconfig | 1899 others sometimes change the module source without updating
|