| /linux-6.15/sound/usb/ |
| H A D | clock.c | 298 bool readable, writeable; in __uac_clock_find_source() local 338 writeable = uac_v2v3_control_is_writeable(bmControls, in __uac_clock_find_source() 381 !writeable) in __uac_clock_find_source() 400 if (!writeable) in __uac_clock_find_source() 558 bool writeable; in snd_usb_set_sample_rate_v2v3() local 576 writeable = uac_v2v3_control_is_writeable(bmControls, in snd_usb_set_sample_rate_v2v3() 578 if (!writeable) in snd_usb_set_sample_rate_v2v3()
|
| /linux-6.15/Documentation/driver-api/mtd/ |
| H A D | spi-intel.rst | 19 passing "spi_intel.writeable=1". 35 3) Add "spi_intel.writeable=1" to the kernel command line and reboot 36 the board (you can also reload the driver passing "writeable=1" as
|
| /linux-6.15/arch/loongarch/kvm/ |
| H A D | mmu.c | 774 bool writeable; in kvm_map_page() local 792 hva = gfn_to_hva_memslot_prot(memslot, gfn, &writeable); in kvm_map_page() 793 if (kvm_is_error_hva(hva) || (write && !writeable)) { in kvm_map_page() 823 pfn = kvm_faultin_pfn(vcpu, gfn, write, &writeable, &page); in kvm_map_page() 858 if (writeable) { in kvm_map_page() 904 kvm_release_faultin_page(kvm, page, false, writeable); in kvm_map_page()
|
| /linux-6.15/arch/mips/kvm/ |
| H A D | mmu.c | 557 bool writeable; in kvm_mips_map_page() local 594 pfn = kvm_faultin_pfn(vcpu, gfn, write_fault, &writeable, &page); in kvm_mips_map_page() 618 if (writeable) { in kvm_mips_map_page() 636 kvm_release_faultin_page(kvm, page, false, writeable); in kvm_mips_map_page()
|
| /linux-6.15/Documentation/admin-guide/laptops/ |
| H A 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"
|
| /linux-6.15/drivers/scsi/ |
| H A D | sr.h | 38 unsigned writeable : 1; member
|
| H A D | sr.c | 398 if (!cd->writeable) in sr_init_command() 903 cd->writeable = 1; in get_capabilities()
|
| /linux-6.15/drivers/xen/ |
| H A D | gntdev.c | 796 bool writeable; member 807 ret = pin_user_pages_fast(addr, 1, batch->writeable ? FOLL_WRITE : 0, &page); in gntdev_get_page() 821 unpin_user_pages_dirty_lock(batch->pages, batch->nr_pages, batch->writeable); in gntdev_put_pages() 823 batch->writeable = false; in gntdev_put_pages() 912 batch->writeable = false; in gntdev_grant_copy_seg() 932 batch->writeable = true; in gntdev_grant_copy_seg()
|
| /linux-6.15/Documentation/hwmon/ |
| H A D | max31730.rst | 41 Only temp1_min is writeable.
|
| H A D | max15301.rst | 60 provides a writeable module parameter, 'delay', which can be used to
|
| H A D | zl6100.rst | 192 the driver provides a writeable module parameter, 'delay', which can be used
|
| /linux-6.15/include/linux/mfd/ |
| H A D | aat2870.h | 115 bool writeable; member
|
| /linux-6.15/drivers/mfd/ |
| H A D | aat2870-core.c | 133 if (!aat2870->reg_cache[addr].writeable) { in __aat2870_write() 431 if (reg->writeable) in aat2870_i2c_resume()
|
| /linux-6.15/net/vmw_vsock/ |
| H A D | hyperv_transport.c | 216 u32 writeable = hv_get_bytes_to_write(&chan->outbound); in hvs_channel_writable_bytes() local 223 if (writeable <= HVS_PKT_LEN(1) + HVS_PKT_LEN(0)) in hvs_channel_writable_bytes() 226 ret = writeable - HVS_PKT_LEN(1) - HVS_PKT_LEN(0); in hvs_channel_writable_bytes()
|
| /linux-6.15/Documentation/devicetree/bindings/mips/img/ |
| H A D | xilfpga.txt | 69 The BootRAM is a writeable "RAM" in FPGA at 0x1FC0_0000.
|
| /linux-6.15/drivers/spi/ |
| H A D | spi-intel.c | 189 static bool writeable; variable 190 module_param(writeable, bool, 0); 191 MODULE_PARM_DESC(writeable, "Enable write access to SPI flash chip (default=0)"); 1118 if (writeable) { in intel_spi_init() 1257 if (!writeable || intel_spi_is_protected(ispi, base, limit)) { in intel_spi_fill_partition()
|
| /linux-6.15/Documentation/admin-guide/cgroup-v1/ |
| H A D | net_prio.rst | 45 writeable 'net_prio.ifpriomap' file that can be used to set a system default
|
| /linux-6.15/Documentation/filesystems/smb/ |
| H A D | cifsroot.rst | 86 writeable = yes
|
| /linux-6.15/arch/arm/mm/ |
| H A D | proc-v7m.S | 128 @ point to writeable memory because the processor saves
|
| /linux-6.15/arch/x86/mm/ |
| H A D | init.c | 1067 void execmem_fill_trapping_insns(void *ptr, size_t size, bool writeable) in execmem_fill_trapping_insns() argument 1070 if (writeable) in execmem_fill_trapping_insns()
|
| /linux-6.15/Documentation/networking/ |
| H A D | nf_conntrack-sysctl.rst | 22 This sysctl is only writeable in the initial net namespace.
|
| /linux-6.15/fs/bcachefs/ |
| H A D | bset.c | 764 bool writeable) in bch2_bset_build_aux_tree() argument 766 if (writeable in bch2_bset_build_aux_tree() 776 if (writeable) in bch2_bset_build_aux_tree()
|
| /linux-6.15/fs/ceph/ |
| H A D | mds_client.h | 91 bool writeable; member
|
| /linux-6.15/Documentation/arch/arm64/ |
| H A D | gcs.rst | 22 PE which is writeable only through specific GCS operations. This
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-class-power | 649 This file is writeable and can be used to set the current 661 This file is writeable and can be used to set the assumed
|