Home
last modified time | relevance | path

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

12

/linux-6.12.1/sound/usb/
Dclock.c276 bool readable, writeable; in __uac_clock_find_source() local
316 writeable = uac_v2v3_control_is_writeable(bmControls, in __uac_clock_find_source()
359 !writeable) in __uac_clock_find_source()
378 if (!writeable) in __uac_clock_find_source()
536 bool writeable; in snd_usb_set_sample_rate_v2v3() local
554 writeable = uac_v2v3_control_is_writeable(bmControls, in snd_usb_set_sample_rate_v2v3()
556 if (!writeable) in snd_usb_set_sample_rate_v2v3()
/linux-6.12.1/Documentation/driver-api/mtd/
Dspi-intel.rst19 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.12.1/arch/loongarch/kvm/
Dmmu.c790 bool writeable; in kvm_map_page() local
807 hva = gfn_to_hva_memslot_prot(memslot, gfn, &writeable); in kvm_map_page()
808 if (kvm_is_error_hva(hva) || (write && !writeable)) { in kvm_map_page()
838 pfn = gfn_to_pfn_prot(kvm, gfn, write, &writeable); in kvm_map_page()
873 if (writeable) { in kvm_map_page()
/linux-6.12.1/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"
/linux-6.12.1/drivers/scsi/
Dsr.h38 unsigned writeable : 1; member
Dsr.c398 if (!cd->writeable) in sr_init_command()
906 cd->writeable = 1; in get_capabilities()
/linux-6.12.1/drivers/xen/
Dgntdev.c796 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.12.1/arch/mips/kvm/
Dmmu.c566 bool writeable; in kvm_mips_map_page() local
602 pfn = gfn_to_pfn_prot(kvm, gfn, write_fault, &writeable); in kvm_mips_map_page()
626 if (writeable) { in kvm_mips_map_page()
/linux-6.12.1/Documentation/hwmon/
Dmax31730.rst41 Only temp1_min is writeable.
Dmax15301.rst52 provides a writeable module parameter, 'delay', which can be used to
Dzl6100.rst192 the driver provides a writeable module parameter, 'delay', which can be used
Dhwmon-kernel-api.rst136 optional, but must be provided if any writeable attributes exist.
Ddme1737.rst305 writeable if the associated PWM is in
/linux-6.12.1/include/linux/mfd/
Daat2870.h115 bool writeable; member
/linux-6.12.1/drivers/mfd/
Daat2870-core.c133 if (!aat2870->reg_cache[addr].writeable) { in __aat2870_write()
431 if (reg->writeable) in aat2870_i2c_resume()
/linux-6.12.1/drivers/spi/
Dspi-intel.c185 static bool writeable; variable
186 module_param(writeable, bool, 0);
187 MODULE_PARM_DESC(writeable, "Enable write access to SPI flash chip (default=0)");
1113 if (writeable && !intel_spi_set_writeable(ispi)) { in intel_spi_init()
1115 writeable = false; in intel_spi_init()
1250 if (!writeable || intel_spi_is_protected(ispi, base, limit)) in intel_spi_fill_partition()
/linux-6.12.1/net/vmw_vsock/
Dhyperv_transport.c216 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.12.1/Documentation/devicetree/bindings/mips/img/
Dxilfpga.txt69 The BootRAM is a writeable "RAM" in FPGA at 0x1FC0_0000.
/linux-6.12.1/Documentation/admin-guide/cgroup-v1/
Dnet_prio.rst45 writeable 'net_prio.ifpriomap' file that can be used to set a system default
/linux-6.12.1/Documentation/filesystems/smb/
Dcifsroot.rst86 writeable = yes
/linux-6.12.1/arch/arm/mm/
Dproc-v7m.S128 @ point to writeable memory because the processor saves
/linux-6.12.1/fs/ceph/
Dmds_client.h91 bool writeable; member
/linux-6.12.1/Documentation/networking/
Dnf_conntrack-sysctl.rst22 This sysctl is only writeable in the initial net namespace.
/linux-6.12.1/fs/bcachefs/
Dbset.c764 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.12.1/Documentation/ABI/testing/
Dsysfs-class-power629 This file is writeable and can be used to set the current
641 This file is writeable and can be used to set the assumed

12