Home
last modified time | relevance | path

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

12

/Linux-v5.4/drivers/mtd/spi-nor/
Dintel-spi.c149 bool writeable; member
158 static bool writeable; variable
159 module_param(writeable, bool, 0);
160 MODULE_PARM_DESC(writeable, "Enable write access to SPI flash chip (default=0)");
313 if (writeable) { in intel_spi_init()
322 ispi->writeable = !!(val & BYT_BCR_WPD); in intel_spi_init()
859 ispi->writeable = false; in intel_spi_fill_partition()
892 ispi->writeable = info->writeable; in intel_spi_probe()
915 if (!ispi->writeable || !writeable) in intel_spi_probe()
Dintel-spi-pci.c47 info->writeable = !!(bcr & BCR_WPD); in intel_spi_pci_probe()
/Linux-v5.4/Documentation/driver-api/mtd/
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
/Linux-v5.4/include/linux/platform_data/
Dintel-spi.h25 bool writeable; member
/Linux-v5.4/sound/usb/
Dclock.c497 bool writeable; in set_sample_rate_v2v3() local
535 writeable = uac_v2v3_control_is_writeable(bmControls, in set_sample_rate_v2v3()
537 if (writeable) { in set_sample_rate_v2v3()
558 if (!writeable) { in set_sample_rate_v2v3()
/Linux-v5.4/Documentation/admin-guide/laptops/
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"
/Linux-v5.4/drivers/scsi/
Dsr.h40 unsigned writeable : 1; member
Dsr.c443 if (!cd->writeable) in sr_init_command()
962 cd->writeable = 1; in get_capabilities()
/Linux-v5.4/include/linux/mfd/
Daat2870.h115 bool writeable; member
/Linux-v5.4/drivers/mfd/
Daat2870-core.c133 if (!aat2870->reg_cache[addr].writeable) { in __aat2870_write()
435 if (reg->writeable) in aat2870_i2c_resume()
Dlpc_ich.c1116 info->writeable = !!(bcr & BCR_WPD); in lpc_ich_init_spi()
1138 info->writeable = !!(bcr & BCR_WPD); in lpc_ich_init_spi()
/Linux-v5.4/net/vmw_vsock/
Dhyperv_transport.c249 u32 writeable = hv_get_bytes_to_write(&chan->outbound); in hvs_channel_writable_bytes() local
256 if (writeable <= HVS_PKT_LEN(1) + HVS_PKT_LEN(0)) in hvs_channel_writable_bytes()
259 ret = writeable - HVS_PKT_LEN(1) - HVS_PKT_LEN(0); in hvs_channel_writable_bytes()
/Linux-v5.4/Documentation/devicetree/bindings/mips/img/
Dxilfpga.txt69 The BootRAM is a writeable "RAM" in FPGA at 0x1FC0_0000.
/Linux-v5.4/Documentation/admin-guide/cgroup-v1/
Dnet_prio.rst45 writeable 'net_prio.ifpriomap' file that can be used to set a system default
/Linux-v5.4/Documentation/filesystems/cifs/
Dcifsroot.txt78 writeable = yes
/Linux-v5.4/arch/mips/kvm/
Dmmu.c696 bool writeable; in kvm_mips_map_page() local
733 pfn = gfn_to_pfn_prot(kvm, gfn, write_fault, &writeable); in kvm_mips_map_page()
757 if (writeable) { in kvm_mips_map_page()
/Linux-v5.4/arch/arm/mm/
Dproc-v7m.S127 @ point to writeable memory because the processor saves
/Linux-v5.4/Documentation/networking/
Dnf_conntrack-sysctl.txt16 This sysctl is only writeable in the initial net namespace.
/Linux-v5.4/Documentation/hwmon/
Dzl6100.rst154 driver provides a writeable module parameter, 'delay', which can be used to set
Ddme1737.rst305 writeable if the associated PWM is in
Dhwmon-kernel-api.rst153 optional, but must be provided if any writeable attributes exist.
/Linux-v5.4/arch/sparc/mm/
Dhugetlbpage.c182 struct page *page, int writeable) in arch_make_huge_pte() argument
/Linux-v5.4/drivers/xen/
Dgntdev.c837 bool writeable, unsigned long *gfn) in gntdev_get_page() argument
844 ret = get_user_pages_fast(addr, 1, writeable ? FOLL_WRITE : 0, &page); in gntdev_get_page()
/Linux-v5.4/drivers/misc/mic/scif/
Dscif_rma.c113 int writeable = pin->prot & SCIF_PROT_WRITE; in scif_destroy_pinned_pages() local
118 if (writeable) in scif_destroy_pinned_pages()
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-class-power538 This file is writeable and can be used to set the current
550 This file is writeable and can be used to set the assumed

12