/openbmc/linux/Documentation/driver-api/mtd/ |
H A D | spi-intel.rst | 19 passing "spi_intel.writeable=1". 35 3) Add "spi_intel.writeable=1" to the kernel command line and reboot 36 the board (you can also reload the driver passing "writeable=1" as
|
/openbmc/dbus-sensors/src/ |
H A D | Thresholds.hpp | 44 writeable(write) in Threshold() 50 bool writeable; member
|
/openbmc/linux/Documentation/admin-guide/laptops/ |
H A D | toshiba_haps.rst | 75 protection_level The protection_level is readable and writeable, and 84 reset_protection The reset_protection entry is writeable only, being "1"
|
/openbmc/linux/drivers/scsi/ |
H A D | sr.h | 38 unsigned writeable : 1; member
|
/openbmc/linux/drivers/xen/ |
H A D | gntdev.c | 796 bool writeable; member 807 ret = pin_user_pages_fast(addr, 1, batch->writeable ? FOLL_WRITE : 0, &page); in gntdev_get_page() 821 unpin_user_pages_dirty_lock(batch->pages, batch->nr_pages, batch->writeable); in gntdev_put_pages() 823 batch->writeable = false; in gntdev_put_pages() 912 batch->writeable = false; in gntdev_grant_copy_seg() 932 batch->writeable = true; in gntdev_grant_copy_seg()
|
/openbmc/linux/sound/usb/ |
H A D | clock.c | 522 bool writeable; in snd_usb_set_sample_rate_v2v3() local 538 writeable = uac_v2v3_control_is_writeable(bmControls, in snd_usb_set_sample_rate_v2v3() 540 if (!writeable) in snd_usb_set_sample_rate_v2v3()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/zile/files/ |
H A D | remove-help2man.patch | 25 -## Exit gracefully if zile.1.in is not writeable, such as during distcheck!
|
/openbmc/linux/drivers/spi/ |
H A D | spi-intel.c | 185 static bool writeable; variable 186 module_param(writeable, bool, 0); 187 MODULE_PARM_DESC(writeable, "Enable write access to SPI flash chip (default=0)"); 1113 if (writeable && !intel_spi_set_writeable(ispi)) { in intel_spi_init() 1115 writeable = false; in intel_spi_init() 1250 if (!writeable || intel_spi_is_protected(ispi, base, limit)) in intel_spi_fill_partition()
|
/openbmc/linux/arch/mips/kvm/ |
H A D | mmu.c | 596 bool writeable; in kvm_mips_map_page() local 632 pfn = gfn_to_pfn_prot(kvm, gfn, write_fault, &writeable); in kvm_mips_map_page() 656 if (writeable) { in kvm_mips_map_page()
|
/openbmc/linux/Documentation/hwmon/ |
H A D | max31730.rst | 41 Only temp1_min is writeable.
|
H A D | max15301.rst | 52 provides a writeable module parameter, 'delay', which can be used to
|
/openbmc/linux/include/linux/mfd/ |
H A D | aat2870.h | 115 bool writeable; member
|
/openbmc/openbmc/poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/ |
H A D | remove.ldconfig.call.patch | 4 Subject: [PATCH] When /etc/ld.so.cache is writeable by user running bitbake
|
/openbmc/linux/drivers/mfd/ |
H A D | aat2870-core.c | 133 if (!aat2870->reg_cache[addr].writeable) { in __aat2870_write() 431 if (reg->writeable) in aat2870_i2c_resume()
|
/openbmc/linux/net/vmw_vsock/ |
H A D | hyperv_transport.c | 216 u32 writeable = hv_get_bytes_to_write(&chan->outbound); in hvs_channel_writable_bytes() local 223 if (writeable <= HVS_PKT_LEN(1) + HVS_PKT_LEN(0)) in hvs_channel_writable_bytes() 226 ret = writeable - HVS_PKT_LEN(1) - HVS_PKT_LEN(0); in hvs_channel_writable_bytes()
|
/openbmc/u-boot/board/imgtec/xilfpga/ |
H A D | README | 34 The BootRAM is a writeable "RAM" in FPGA at 0x1FC0_0000.
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-pydantic-core-crates.inc | 91 crate://crates.io/writeable/0.5.5 \ 189 SRC_URI[writeable-0.5.5.sha256sum] = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95…
|
/openbmc/linux/Documentation/devicetree/bindings/mips/img/ |
H A D | xilfpga.txt | 69 The BootRAM is a writeable "RAM" in FPGA at 0x1FC0_0000.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/etcd/ |
H A D | etcd_3.5.7.bb | 51 # writeable so things like "bitbake -c cleanall etcd" will work.
|
/openbmc/u-boot/doc/driver-model/ |
H A D | fdt-fixup.txt | 56 call-back function, which is passed a writeable pointer to the device tree. 73 The passed-in void pointer is a writeable pointer to the device tree, which can
|
/openbmc/linux/Documentation/admin-guide/cgroup-v1/ |
H A D | net_prio.rst | 45 writeable 'net_prio.ifpriomap' file that can be used to set a system default
|
/openbmc/linux/Documentation/filesystems/smb/ |
H A D | cifsroot.rst | 86 writeable = yes
|
/openbmc/phosphor-mboxd/vpnor/ |
H A D | README.md | 49 writeable. The error should be returned in response to the request to open
|
/openbmc/hiomapd/vpnor/ |
H A D | README.md | 45 writeable. The error should be returned in response to the request to open
|
/openbmc/linux/arch/arm/mm/ |
H A D | proc-v7m.S | 127 @ point to writeable memory because the processor saves
|