/kernel/linux/linux-5.10/drivers/mtd/spi-nor/controllers/ |
D | intel-spi.c | 153 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()
|
D | intel-spi-pci.c | 51 info->writeable = !!(bcr & BCR_WPD); in intel_spi_pci_probe()
|
/kernel/linux/linux-5.10/Documentation/driver-api/mtd/ |
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
|
/kernel/linux/linux-5.10/include/linux/platform_data/ |
D | intel-spi.h | 26 bool writeable; member
|
/kernel/linux/linux-5.10/Documentation/admin-guide/laptops/ |
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"
|
/kernel/linux/linux-5.10/sound/usb/ |
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()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
D | sr.h | 41 unsigned writeable : 1; member
|
D | sr.c | 441 if (!cd->writeable) in sr_init_command() 998 cd->writeable = 1; in get_capabilities()
|
/kernel/linux/linux-5.10/drivers/xen/ |
D | gntdev.c | 726 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/ |
D | max31730.rst | 41 Only temp1_min is writeable.
|
D | zl6100.rst | 154 driver provides a writeable module parameter, 'delay', which can be used to set
|
D | dme1737.rst | 305 writeable if the associated PWM is in
|
/kernel/linux/linux-5.10/include/linux/mfd/ |
D | aat2870.h | 115 bool writeable; member
|
/kernel/linux/linux-5.10/drivers/mfd/ |
D | aat2870-core.c | 133 if (!aat2870->reg_cache[addr].writeable) { in __aat2870_write() 435 if (reg->writeable) in aat2870_i2c_resume()
|
D | lpc_ich.c | 1116 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/ |
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()
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mips/img/ |
D | xilfpga.txt | 69 The BootRAM is a writeable "RAM" in FPGA at 0x1FC0_0000.
|
/kernel/linux/linux-5.10/Documentation/admin-guide/cgroup-v1/ |
D | net_prio.rst | 45 writeable 'net_prio.ifpriomap' file that can be used to set a system default
|
/kernel/linux/linux-5.10/arch/mips/kvm/ |
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()
|
/kernel/linux/linux-5.10/Documentation/filesystems/cifs/ |
D | cifsroot.rst | 86 writeable = yes
|
/kernel/linux/linux-5.10/arch/arm/mm/ |
D | proc-v7m.S | 127 @ point to writeable memory because the processor saves
|
/kernel/linux/linux-5.10/Documentation/networking/ |
D | nf_conntrack-sysctl.rst | 23 This sysctl is only writeable in the initial net namespace.
|
/kernel/linux/linux-5.10/arch/sparc/mm/ |
D | hugetlbpage.c | 181 struct page *page, int writeable) in arch_make_huge_pte() argument
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-class-power | 572 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/ |
D | sysfs.c | 1311 BTRFS_ATTR(devid, writeable, btrfs_devinfo_writeable_show); 1317 BTRFS_ATTR_PTR(devid, writeable),
|