| /OK3568_Linux_fs/kernel/Documentation/driver-api/mtd/ |
| H A D | intel-spi.rst | 19 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 D | intel-spi.c | 160 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 D | clock.c | 593 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 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"
|
| /OK3568_Linux_fs/kernel/drivers/xen/ |
| H A D | gntdev.c | 786 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 D | sr.h | 41 unsigned writeable : 1; member
|
| H A D | sr.c | 441 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 D | remove-help2man.patch | 25 -## Exit gracefully if zile.1.in is not writeable, such as during distcheck!
|
| /OK3568_Linux_fs/kernel/net/vmw_vsock/ |
| H A D | hyperv_transport.c | 213 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 D | aat2870-core.c | 133 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 D | max31730.rst | 41 Only temp1_min is writeable.
|
| /OK3568_Linux_fs/kernel/include/linux/mfd/ |
| H A D | aat2870.h | 115 bool writeable; member
|
| /OK3568_Linux_fs/yocto/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
|
| /OK3568_Linux_fs/u-boot/board/imgtec/xilfpga/ |
| H A D | README | 34 The BootRAM is a writeable "RAM" in FPGA at 0x1FC0_0000.
|
| /OK3568_Linux_fs/buildroot/package/dropbear/ |
| H A D | Config.in | 13 directory on a persistent, writeable filesystem.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mips/img/ |
| H A D | xilfpga.txt | 69 The BootRAM is a writeable "RAM" in FPGA at 0x1FC0_0000.
|
| /OK3568_Linux_fs/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
|
| /OK3568_Linux_fs/kernel/arch/mips/kvm/ |
| H A D | mmu.c | 671 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 D | net_prio.rst | 45 writeable 'net_prio.ifpriomap' file that can be used to set a system default
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_mem.c | 966 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 D | cifsroot.rst | 86 writeable = yes
|
| /OK3568_Linux_fs/kernel/arch/arm/mm/ |
| H A D | proc-v7m.S | 127 @ point to writeable memory because the processor saves
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | nf_conntrack-sysctl.rst | 23 This sysctl is only writeable in the initial net namespace.
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | chrpath.bbclass | 119 # Temporarily make the file writeable so we can chrpath it
|
| /OK3568_Linux_fs/u-boot/board/armltd/integrator/ |
| H A D | README | 31 writeable memory to 0x00000000 in the Integrator address space.
|