Home
last modified time | relevance | path

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

12

/Linux-v4.19/drivers/mtd/spi-nor/
Dintel-spi.c152 bool writeable; member
161 static bool writeable; variable
162 module_param(writeable, bool, 0);
163 MODULE_PARM_DESC(writeable, "Enable write access to SPI flash chip (default=0)");
316 if (writeable) { in intel_spi_init()
325 ispi->writeable = !!(val & BYT_BCR_WPD); in intel_spi_init()
852 ispi->writeable = false; in intel_spi_fill_partition()
885 ispi->writeable = info->writeable; in intel_spi_probe()
908 if (!ispi->writeable || !writeable) in intel_spi_probe()
Dintel-spi-pci.c50 info->writeable = !!(bcr & BCR_WPD); in intel_spi_pci_probe()
/Linux-v4.19/Documentation/mtd/
Dintel-spi.txt18 passing "intel-spi.writeable=1".
34 3) Add "intel-spi.writeable=1" to the kernel command line and reboot
35 the board (you can also reload the driver passing "writeable=1" as
/Linux-v4.19/include/linux/platform_data/
Dintel-spi.h28 bool writeable; member
/Linux-v4.19/sound/usb/
Dclock.c513 bool writeable; in set_sample_rate_v2v3() local
551 writeable = uac_v2v3_control_is_writeable(bmControls, in set_sample_rate_v2v3()
553 if (writeable) { in set_sample_rate_v2v3()
574 if (!writeable) { in set_sample_rate_v2v3()
/Linux-v4.19/Documentation/laptops/
Dtoshiba_haps.txt69 protection_level - The protection_level is readable and writeable, and
74 reset_protection - The reset_protection entry is writeable only, being "1"
/Linux-v4.19/drivers/scsi/
Dsr.h40 unsigned writeable : 1; member
Dsr.c442 if (!cd->writeable) in sr_init_command()
960 cd->writeable = 1; in get_capabilities()
/Linux-v4.19/include/linux/mfd/
Daat2870.h128 bool writeable; member
/Linux-v4.19/net/vmw_vsock/
Dhyperv_transport.c266 u32 writeable = hv_get_bytes_to_write(&chan->outbound); in hvs_channel_writable_bytes() local
273 if (writeable <= HVS_PKT_LEN(1) + HVS_PKT_LEN(0)) in hvs_channel_writable_bytes()
276 ret = writeable - HVS_PKT_LEN(1) - HVS_PKT_LEN(0); in hvs_channel_writable_bytes()
/Linux-v4.19/drivers/mfd/
Daat2870-core.c147 if (!aat2870->reg_cache[addr].writeable) { in __aat2870_write()
480 if (reg->writeable) in aat2870_i2c_resume()
Dlpc_ich.c1124 info->writeable = !!(bcr & BCR_WPD); in lpc_ich_init_spi()
1146 info->writeable = !!(bcr & BCR_WPD); in lpc_ich_init_spi()
/Linux-v4.19/Documentation/devicetree/bindings/mips/img/
Dxilfpga.txt69 The BootRAM is a writeable "RAM" in FPGA at 0x1FC0_0000.
/Linux-v4.19/Documentation/cgroup-v1/
Dnet_prio.txt43 writeable 'net_prio.ifpriomap' file that can be used to set a system default
/Linux-v4.19/arch/mips/kvm/
Dmmu.c695 bool writeable; in kvm_mips_map_page() local
732 pfn = gfn_to_pfn_prot(kvm, gfn, write_fault, &writeable); in kvm_mips_map_page()
756 if (writeable) { in kvm_mips_map_page()
/Linux-v4.19/arch/arm/mm/
Dproc-v7m.S130 @ point to writeable memory because the processor saves
/Linux-v4.19/Documentation/networking/
Dnf_conntrack-sysctl.txt16 This sysctl is only writeable in the initial net namespace.
/Linux-v4.19/Documentation/hwmon/
Dzl6100103 driver provides a writeable module parameter, 'delay', which can be used to set
Dhwmon-kernel-api.txt147 optional, but must be provided if any writeable attributes exist.
Ddme1737274 writeable if the associated PWM is in
/Linux-v4.19/arch/sparc/mm/
Dhugetlbpage.c182 struct page *page, int writeable) in arch_make_huge_pte() argument
/Linux-v4.19/drivers/xen/
Dgntdev.c848 bool writeable, unsigned long *gfn) in gntdev_get_page() argument
855 ret = get_user_pages_fast(addr, 1, writeable, &page); in gntdev_get_page()
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-class-power461 This file is writeable and can be used to set the current
473 This file is writeable and can be used to set the assumed
/Linux-v4.19/drivers/misc/mic/scif/
Dscif_rma.c122 int writeable = pin->prot & SCIF_PROT_WRITE; in scif_destroy_pinned_pages() local
127 if (writeable) in scif_destroy_pinned_pages()
/Linux-v4.19/tools/include/uapi/linux/
Dkvm.h450 __u8 writeable; member

12