/Linux-v4.19/drivers/mtd/spi-nor/ |
D | intel-spi.c | 152 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()
|
D | intel-spi-pci.c | 50 info->writeable = !!(bcr & BCR_WPD); in intel_spi_pci_probe()
|
/Linux-v4.19/Documentation/mtd/ |
D | intel-spi.txt | 18 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/ |
D | intel-spi.h | 28 bool writeable; member
|
/Linux-v4.19/sound/usb/ |
D | clock.c | 513 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/ |
D | toshiba_haps.txt | 69 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/ |
D | sr.h | 40 unsigned writeable : 1; member
|
D | sr.c | 442 if (!cd->writeable) in sr_init_command() 960 cd->writeable = 1; in get_capabilities()
|
/Linux-v4.19/include/linux/mfd/ |
D | aat2870.h | 128 bool writeable; member
|
/Linux-v4.19/net/vmw_vsock/ |
D | hyperv_transport.c | 266 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/ |
D | aat2870-core.c | 147 if (!aat2870->reg_cache[addr].writeable) { in __aat2870_write() 480 if (reg->writeable) in aat2870_i2c_resume()
|
D | lpc_ich.c | 1124 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/ |
D | xilfpga.txt | 69 The BootRAM is a writeable "RAM" in FPGA at 0x1FC0_0000.
|
/Linux-v4.19/Documentation/cgroup-v1/ |
D | net_prio.txt | 43 writeable 'net_prio.ifpriomap' file that can be used to set a system default
|
/Linux-v4.19/arch/mips/kvm/ |
D | mmu.c | 695 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/ |
D | proc-v7m.S | 130 @ point to writeable memory because the processor saves
|
/Linux-v4.19/Documentation/networking/ |
D | nf_conntrack-sysctl.txt | 16 This sysctl is only writeable in the initial net namespace.
|
/Linux-v4.19/Documentation/hwmon/ |
D | zl6100 | 103 driver provides a writeable module parameter, 'delay', which can be used to set
|
D | hwmon-kernel-api.txt | 147 optional, but must be provided if any writeable attributes exist.
|
D | dme1737 | 274 writeable if the associated PWM is in
|
/Linux-v4.19/arch/sparc/mm/ |
D | hugetlbpage.c | 182 struct page *page, int writeable) in arch_make_huge_pte() argument
|
/Linux-v4.19/drivers/xen/ |
D | gntdev.c | 848 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/ |
D | sysfs-class-power | 461 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/ |
D | scif_rma.c | 122 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/ |
D | kvm.h | 450 __u8 writeable; member
|