/linux-6.6.21/drivers/s390/scsi/ |
D | zfcp_diag.c | 173 if (hdr->updating == 1) { in __zfcp_diag_update_buffer() 175 hdr->updating == 0, in __zfcp_diag_update_buffer() 179 hdr->updating = 1; in __zfcp_diag_update_buffer() 186 hdr->updating = 0; in __zfcp_diag_update_buffer()
|
D | zfcp_diag.h | 31 u64 updating :1; member
|
/linux-6.6.21/drivers/video/fbdev/omap2/omapfb/dss/ |
D | apply.c | 88 bool updating; member 267 if (mp->updating) in need_isr() 369 if (!mp->updating) in extra_info_update_ongoing() 389 bool updating; in wait_pending_extra_info_updates() local 396 updating = extra_info_update_ongoing(); in wait_pending_extra_info_updates() 398 if (!updating) { in wait_pending_extra_info_updates() 648 if (mp->updating) in dss_ovl_write_regs() 671 if (mp->updating) in dss_ovl_write_regs_extra() 697 if (mp->updating) in dss_mgr_write_regs() 718 if (mp->updating) in dss_mgr_write_regs_extra() [all …]
|
/linux-6.6.21/drivers/mtd/ubi/ |
D | upd.c | 120 ubi_assert(!vol->updating && !vol->changing_leb); in ubi_start_update() 121 vol->updating = 1; in ubi_start_update() 148 vol->updating = 0; in ubi_start_update() 171 ubi_assert(!vol->updating && !vol->changing_leb); in ubi_start_leb_change() 358 vol->updating = 0; in ubi_more_update_data()
|
D | cdev.c | 125 if (vol->updating) { in vol_cdev_release() 129 vol->updating = 0; in vol_cdev_release() 148 if (vol->updating) { in vol_cdev_llseek() 184 if (vol->updating) { in vol_cdev_read() 331 if (!vol->updating && !vol->changing_leb) in vol_cdev_write() 334 if (vol->updating) in vol_cdev_write()
|
/linux-6.6.21/Documentation/admin-guide/ |
D | dell_rbu.rst | 9 for updating BIOS images on Dell servers and desktops. 21 This driver works with Dell OpenManage or Dell Update Packages for updating 44 or updating. 124 After updating the BIOS image a user mode application needs to execute
|
/linux-6.6.21/Documentation/driver-api/pldmfw/ |
D | index.rst | 7 ``pldmfw`` implements functionality for updating the flash on a device using 70 updating.
|
/linux-6.6.21/drivers/platform/x86/intel/wmi/ |
D | Kconfig | 27 This is useful for updating the firmware when devices are not plugged
|
/linux-6.6.21/Documentation/networking/devlink/ |
D | devlink-flash.rst | 9 The ``devlink-flash`` API allows updating device firmware. It replaces the 23 how the device should handle subsections of flash components when updating.
|
/linux-6.6.21/Documentation/devicetree/bindings/mailbox/ |
D | mediatek,gce-mailbox.yaml | 14 critical time limitation, such as updating display configuration during the
|
/linux-6.6.21/Documentation/ABI/stable/ |
D | sysfs-class-backlight | 54 the hardware and the OS independently updating the
|
/linux-6.6.21/Documentation/admin-guide/pm/ |
D | intel_epb.rst | 40 example, SMT siblings or cores in one package). For this reason, updating the
|
/linux-6.6.21/Documentation/networking/device_drivers/ethernet/intel/ |
D | igbvf.rst | 28 Instructions on updating ethtool can be found in the section Additional
|
/linux-6.6.21/Documentation/trace/coresight/ |
D | coresight-tpda.rst | 44 If rwp register of the sink is keeping updating when do
|
/linux-6.6.21/fs/unicode/ |
D | README.utf8data | 53 If you are a kernel developer updating to a newer version of the
|
/linux-6.6.21/Documentation/devicetree/bindings/ |
D | ABI.rst | 42 updating this document would be appreciated.
|
/linux-6.6.21/arch/arc/kernel/ |
D | head.S | 123 ; Clear BSS before updating any globals
|
/linux-6.6.21/Documentation/filesystems/ |
D | fuse-io.rst | 30 WRITE requests, as well as updating any cached pages (and caching previously
|
/linux-6.6.21/Documentation/virt/kvm/ |
D | locking.rst | 147 writable between reading spte and updating spte. Like below case: 250 :Comment: 'raw' because updating the tsc offsets must not be preempted. 301 e.g. updating static calls.
|
/linux-6.6.21/drivers/soc/mediatek/ |
D | Kconfig | 17 time limitation, such as updating display configuration during the
|
/linux-6.6.21/drivers/net/ethernet/sfc/siena/ |
D | mcdi.c | 2184 if (!part->updating) { in efx_siena_mcdi_mtd_erase() 2188 part->updating = true; in efx_siena_mcdi_mtd_erase() 2215 if (!part->updating) { in efx_siena_mcdi_mtd_write() 2219 part->updating = true; in efx_siena_mcdi_mtd_write() 2242 if (part->updating) { in efx_siena_mcdi_mtd_sync() 2243 part->updating = false; in efx_siena_mcdi_mtd_sync()
|
/linux-6.6.21/Documentation/usb/ |
D | mtouchusb.rst | 48 download, I persist in updating this driver since I would like to use the
|
/linux-6.6.21/Documentation/devicetree/bindings/arm/ |
D | qcom,coresight-tpda.yaml | 31 If rwp register of the sink is keeping updating when do integration_test
|
/linux-6.6.21/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-6.6.21/drivers/net/ethernet/sfc/ |
D | mcdi.c | 2409 if (!part->updating) { in efx_mcdi_mtd_erase() 2413 part->updating = true; in efx_mcdi_mtd_erase() 2440 if (!part->updating) { in efx_mcdi_mtd_write() 2444 part->updating = true; in efx_mcdi_mtd_write() 2467 if (part->updating) { in efx_mcdi_mtd_sync() 2468 part->updating = false; in efx_mcdi_mtd_sync()
|