Home
last modified time | relevance | path

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

12

/linux/drivers/mtd/spi-nor/controllers/
A 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)");
320 if (writeable) { in intel_spi_init()
329 ispi->writeable = !!(val & BYT_BCR_WPD); in intel_spi_init()
889 ispi->writeable = false; in intel_spi_fill_partition()
930 ispi->writeable = info->writeable; in intel_spi_probe()
949 if (!ispi->writeable || !writeable) in intel_spi_probe()
A Dintel-spi-pci.c51 info->writeable = !!(bcr & BCR_WPD); in intel_spi_pci_probe()
/linux/Documentation/driver-api/mtd/
A 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/include/linux/platform_data/x86/
A Dintel-spi.h26 bool writeable; member
/linux/Documentation/admin-guide/laptops/
A 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/drivers/xen/
A Dgntdev.c731 bool writeable; member
742 ret = pin_user_pages_fast(addr, 1, batch->writeable ? FOLL_WRITE : 0, &page); in gntdev_get_page()
756 unpin_user_pages_dirty_lock(batch->pages, batch->nr_pages, batch->writeable); in gntdev_put_pages()
758 batch->writeable = false; in gntdev_put_pages()
847 batch->writeable = false; in gntdev_grant_copy_seg()
867 batch->writeable = true; in gntdev_grant_copy_seg()
/linux/sound/usb/
A Dclock.c492 bool writeable; in snd_usb_set_sample_rate_v2v3() local
508 writeable = uac_v2v3_control_is_writeable(bmControls, in snd_usb_set_sample_rate_v2v3()
510 if (!writeable) in snd_usb_set_sample_rate_v2v3()
/linux/arch/riscv/kvm/
A Dmmu.c644 bool writeable; in kvm_riscv_stage2_map() local
693 hfn = gfn_to_pfn_prot(kvm, gfn, is_write, &writeable); in kvm_riscv_stage2_map()
707 writeable = false; in kvm_riscv_stage2_map()
714 if (writeable) { in kvm_riscv_stage2_map()
A Dvcpu_exit.c425 bool writeable; in stage2_page_fault() local
432 hva = gfn_to_hva_memslot_prot(memslot, gfn, &writeable); in stage2_page_fault()
435 (trap->scause == EXC_STORE_GUEST_PAGE_FAULT && !writeable)) { in stage2_page_fault()
/linux/drivers/scsi/
A Dsr.h41 unsigned writeable : 1; member
A Dsr.c434 if (!cd->writeable) in sr_init_command()
937 cd->writeable = 1; in get_capabilities()
/linux/arch/mips/kvm/
A Dmmu.c597 bool writeable; in kvm_mips_map_page() local
633 pfn = gfn_to_pfn_prot(kvm, gfn, write_fault, &writeable); in kvm_mips_map_page()
657 if (writeable) { in kvm_mips_map_page()
/linux/include/linux/mfd/
A Daat2870.h115 bool writeable; member
/linux/Documentation/hwmon/
A Dmax31730.rst41 Only temp1_min is writeable.
A Dmax15301.rst52 provides a writeable module parameter, 'delay', which can be used to
A Dzl6100.rst192 the driver provides a writeable module parameter, 'delay', which can be used
/linux/drivers/mfd/
A Daat2870-core.c133 if (!aat2870->reg_cache[addr].writeable) { in __aat2870_write()
435 if (reg->writeable) in aat2870_i2c_resume()
A Dlpc_ich.c1117 info->writeable = !!(bcr & BCR_WPD); in lpc_ich_init_spi()
1139 info->writeable = !!(bcr & BCR_WPD); in lpc_ich_init_spi()
/linux/net/vmw_vsock/
A 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()
/linux/Documentation/devicetree/bindings/mips/img/
A Dxilfpga.txt69 The BootRAM is a writeable "RAM" in FPGA at 0x1FC0_0000.
/linux/Documentation/admin-guide/cgroup-v1/
A Dnet_prio.rst45 writeable 'net_prio.ifpriomap' file that can be used to set a system default
/linux/Documentation/filesystems/cifs/
A Dcifsroot.rst86 writeable = yes
/linux/arch/arm/mm/
A Dproc-v7m.S127 @ point to writeable memory because the processor saves
/linux/Documentation/networking/
A Dnf_conntrack-sysctl.rst22 This sysctl is only writeable in the initial net namespace.
/linux/Documentation/ABI/testing/
A Dsysfs-class-power585 This file is writeable and can be used to set the current
597 This file is writeable and can be used to set the assumed

Completed in 43 milliseconds

12