Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/drivers/mtd/spi-nor/controllers/
Dintel-spi.c153 bool writeable; member
162 static bool writeable; variable
163 module_param(writeable, bool, 0);
164 MODULE_PARM_DESC(writeable, "Enable write access to SPI flash chip (default=0)");
321 if (writeable) { in intel_spi_init()
330 ispi->writeable = !!(val & BYT_BCR_WPD); in intel_spi_init()
890 ispi->writeable = false; in intel_spi_fill_partition()
931 ispi->writeable = info->writeable; in intel_spi_probe()
950 if (!ispi->writeable || !writeable) in intel_spi_probe()
Dintel-spi-pci.c51 info->writeable = !!(bcr & BCR_WPD); in intel_spi_pci_probe()
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/include/linux/platform_data/
Dintel-spi.h26 bool writeable; member
/kernel/linux/linux-5.10/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"
/kernel/linux/linux-5.10/sound/usb/
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()
/kernel/linux/linux-5.10/drivers/scsi/
Dsr.h41 unsigned writeable : 1; member
Dsr.c441 if (!cd->writeable) in sr_init_command()
998 cd->writeable = 1; in get_capabilities()
/kernel/linux/linux-5.10/drivers/xen/
Dgntdev.c726 bool writeable; member
737 ret = pin_user_pages_fast(addr, 1, batch->writeable ? FOLL_WRITE : 0, &page); in gntdev_get_page()
751 unpin_user_pages_dirty_lock(batch->pages, batch->nr_pages, batch->writeable); in gntdev_put_pages()
753 batch->writeable = false; in gntdev_put_pages()
842 batch->writeable = false; in gntdev_grant_copy_seg()
862 batch->writeable = true; in gntdev_grant_copy_seg()
/kernel/linux/linux-5.10/Documentation/hwmon/
Dmax31730.rst41 Only temp1_min is writeable.
Dzl6100.rst154 driver provides a writeable module parameter, 'delay', which can be used to set
Ddme1737.rst305 writeable if the associated PWM is in
/kernel/linux/linux-5.10/include/linux/mfd/
Daat2870.h115 bool writeable; member
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/net/vmw_vsock/
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()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mips/img/
Dxilfpga.txt69 The BootRAM is a writeable "RAM" in FPGA at 0x1FC0_0000.
/kernel/linux/linux-5.10/Documentation/admin-guide/cgroup-v1/
Dnet_prio.rst45 writeable 'net_prio.ifpriomap' file that can be used to set a system default
/kernel/linux/linux-5.10/arch/mips/kvm/
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()
/kernel/linux/linux-5.10/Documentation/filesystems/cifs/
Dcifsroot.rst86 writeable = yes
/kernel/linux/linux-5.10/arch/arm/mm/
Dproc-v7m.S127 @ point to writeable memory because the processor saves
/kernel/linux/linux-5.10/Documentation/networking/
Dnf_conntrack-sysctl.rst23 This sysctl is only writeable in the initial net namespace.
/kernel/linux/linux-5.10/arch/sparc/mm/
Dhugetlbpage.c181 struct page *page, int writeable) in arch_make_huge_pte() argument
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-class-power572 This file is writeable and can be used to set the current
584 This file is writeable and can be used to set the assumed
/kernel/linux/linux-5.10/fs/btrfs/
Dsysfs.c1311 BTRFS_ATTR(devid, writeable, btrfs_devinfo_writeable_show);
1317 BTRFS_ATTR_PTR(devid, writeable),

12