Home
last modified time | relevance | path

Searched refs:writeable (Results 1 – 25 of 58) sorted by relevance

123

/OK3568_Linux_fs/kernel/Documentation/driver-api/mtd/
H A Dintel-spi.rst19 passing "intel-spi.writeable=1".
35 3) Add "intel-spi.writeable=1" to the kernel command line and reboot
36 the board (you can also reload the driver passing "writeable=1" as
/OK3568_Linux_fs/kernel/drivers/mtd/spi-nor/controllers/
H A Dintel-spi.c160 static bool writeable; variable
161 module_param(writeable, bool, 0);
162 MODULE_PARM_DESC(writeable, "Enable write access to SPI flash chip (default=0)");
356 if (writeable && !intel_spi_set_writeable(ispi)) { in intel_spi_init()
358 writeable = false; in intel_spi_init()
891 if (!writeable || intel_spi_is_protected(ispi, base, limit)) in intel_spi_fill_partition()
/OK3568_Linux_fs/kernel/sound/usb/
H A Dclock.c593 bool writeable; in set_sample_rate_v2v3() local
629 writeable = uac_v2v3_control_is_writeable(bmControls, in set_sample_rate_v2v3()
631 if (writeable) { in set_sample_rate_v2v3()
652 if (!writeable) { in set_sample_rate_v2v3()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/laptops/
H A Dtoshiba_haps.rst75 protection_level The protection_level is readable and writeable, and
84 reset_protection The reset_protection entry is writeable only, being "1"
/OK3568_Linux_fs/kernel/drivers/xen/
H A Dgntdev.c786 bool writeable; member
797 ret = pin_user_pages_fast(addr, 1, batch->writeable ? FOLL_WRITE : 0, &page); in gntdev_get_page()
811 unpin_user_pages_dirty_lock(batch->pages, batch->nr_pages, batch->writeable); in gntdev_put_pages()
813 batch->writeable = false; in gntdev_put_pages()
902 batch->writeable = false; in gntdev_grant_copy_seg()
922 batch->writeable = true; in gntdev_grant_copy_seg()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dsr.h41 unsigned writeable : 1; member
H A Dsr.c441 if (!cd->writeable) in sr_init_command()
998 cd->writeable = 1; in get_capabilities()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/zile/files/
H A Dremove-help2man.patch25 -## Exit gracefully if zile.1.in is not writeable, such as during distcheck!
/OK3568_Linux_fs/kernel/net/vmw_vsock/
H A Dhyperv_transport.c213 u32 writeable = hv_get_bytes_to_write(&chan->outbound); in hvs_channel_writable_bytes() local
220 if (writeable <= HVS_PKT_LEN(1) + HVS_PKT_LEN(0)) in hvs_channel_writable_bytes()
223 ret = writeable - HVS_PKT_LEN(1) - HVS_PKT_LEN(0); in hvs_channel_writable_bytes()
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Daat2870-core.c133 if (!aat2870->reg_cache[addr].writeable) { in __aat2870_write()
435 if (reg->writeable) in aat2870_i2c_resume()
/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A Dmax31730.rst41 Only temp1_min is writeable.
/OK3568_Linux_fs/kernel/include/linux/mfd/
H A Daat2870.h115 bool writeable; member
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/
H A Dremove.ldconfig.call.patch4 Subject: [PATCH] When /etc/ld.so.cache is writeable by user running bitbake
/OK3568_Linux_fs/u-boot/board/imgtec/xilfpga/
H A DREADME34 The BootRAM is a writeable "RAM" in FPGA at 0x1FC0_0000.
/OK3568_Linux_fs/buildroot/package/dropbear/
H A DConfig.in13 directory on a persistent, writeable filesystem.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mips/img/
H A Dxilfpga.txt69 The BootRAM is a writeable "RAM" in FPGA at 0x1FC0_0000.
/OK3568_Linux_fs/u-boot/doc/driver-model/
H A Dfdt-fixup.txt56 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
/OK3568_Linux_fs/kernel/arch/mips/kvm/
H A Dmmu.c671 bool writeable; in kvm_mips_map_page() local
707 pfn = gfn_to_pfn_prot(kvm, gfn, write_fault, &writeable); in kvm_mips_map_page()
731 if (writeable) { in kvm_mips_map_page()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/cgroup-v1/
H A Dnet_prio.rst45 writeable 'net_prio.ifpriomap' file that can be used to set a system default
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_mem.c966 struct kbase_mem_phy_alloc *alloc, bool writeable);
2251 struct kbase_mem_phy_alloc *alloc, bool writeable) in kbase_jd_user_buf_unmap() argument
2266 if (writeable) in kbase_jd_user_buf_unmap()
2508 bool writeable = true; in kbase_unmap_external_resource() local
2517 writeable = false; in kbase_unmap_external_resource()
2519 kbase_jd_user_buf_unmap(kctx, alloc, writeable); in kbase_unmap_external_resource()
/OK3568_Linux_fs/kernel/Documentation/filesystems/cifs/
H A Dcifsroot.rst86 writeable = yes
/OK3568_Linux_fs/kernel/arch/arm/mm/
H A Dproc-v7m.S127 @ point to writeable memory because the processor saves
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dnf_conntrack-sysctl.rst23 This sysctl is only writeable in the initial net namespace.
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dchrpath.bbclass119 # Temporarily make the file writeable so we can chrpath it
/OK3568_Linux_fs/u-boot/board/armltd/integrator/
H A DREADME31 writeable memory to 0x00000000 in the Integrator address space.

123