| /linux-6.15/Documentation/devicetree/bindings/ |
| H A D | index.rst | 8 writing-bindings 9 writing-schema
|
| /linux-6.15/Documentation/virt/kvm/x86/ |
| H A D | cpuid.rst | 56 writing to msr 0x4b564d02 59 writing to msr 0x4b564d03 63 writing to msr 0x4b564d04 75 when writing to msr 0x4b564d02 82 be disabled by writing
|
| /linux-6.15/drivers/mtd/lpddr/ |
| H A D | lpddr_cmds.c | 78 shared[i].writing = shared[i].erasing = NULL; in lpddr_cmdset() 227 contender = shared->writing; in get_chip() 281 shared->writing = chip; in get_chip() 353 if (shared->writing == chip && chip->oldstate == FL_READY) { in put_chip() 355 shared->writing = shared->erasing; in put_chip() 356 if (shared->writing && shared->writing != chip) { in put_chip() 358 struct flchip *loaner = shared->writing; in put_chip() 369 shared->writing = NULL; in put_chip() 370 } else if (shared->erasing == chip && shared->writing != chip) { in put_chip()
|
| /linux-6.15/Documentation/cdrom/ |
| H A D | packet-writing.rst | 2 Packet writing 30 Packet writing for DVD-RW media 45 Packet writing for DVD+RW media 72 Packet writing for DVD-RAM media 139 about DVD writing.
|
| H A D | index.rst | 11 packet-writing
|
| /linux-6.15/Documentation/admin-guide/mm/damon/ |
| H A D | usage.rst | 19 features by reading from and writing to special sysfs files. Therefore, 37 ``<sysfs>/kernel/mm/damon/``. You can control DAMON by writing to and reading 212 writing to and reading from the files. 217 writing to and rading from the files. 233 mechanism. Reading and writing the four files under ``intervals_goal`` 287 region by writing to and reading from the files, respectively. 299 writing to files under this directory. 376 in per-thousand unit by writing the values to the three files under the 412 get the five values by writing to the files, respectively. 453 writing the path of the memory cgroup from the cgroups mount point to [all …]
|
| /linux-6.15/Documentation/admin-guide/gpio/ |
| H A D | gpio-aggregator.rst | 25 Aggregated GPIO controllers are instantiated and destroyed by writing to 32 controller by writing a string describing the GPIOs to 61 controller after use by writing its device name to the 81 gpio-aggregator driver, or by writing to the "driver_override" file in Sysfs.
|
| /linux-6.15/sound/usb/line6/ |
| H A D | Kconfig | 14 * Reading/writing individual parameters 15 * Reading/writing complete channel, effects setup, and amp
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-class-led-driver-turris-omnia | 22 This feature can be enabled/disabled by writing to this file. 25 old, the file always reads as 0, and writing to the file results
|
| H A D | sysfs-platform-usbip-vudc | 33 connection peer. It is done by writing to this 37 close the connection by writing -1 instead of
|
| H A D | sysfs-platform-mellanox-pmc | 32 by writing 0 to the counter sysfs. 42 start all the counters in the block, and writing 0 will 52 Writing 0 to the sysfs will clear the counter, writing any other
|
| H A D | debugfs-wilco-ec | 24 For writing, bytes 0-1 indicate the message type, one of enum 27 for writing, two for the type and at least a single byte of
|
| H A D | sysfs-driver-ucsi-ccg | 6 firmware upgrade by writing [Yy1] to the file.
|
| H A D | debugfs-pktcdvd | 7 The pktcdvd module (packet writing driver) creates
|
| H A D | sysfs-block-device | 45 to enable it by writing -1. It can be disabled again by 46 writing -2. 61 priority feature, writing "1" to this file results in an error
|
| /linux-6.15/arch/powerpc/kvm/ |
| H A D | book3s_64_mmu_radix.c | 793 bool kvmppc_hv_handle_set_rc(struct kvm *kvm, bool nested, bool writing, in kvmppc_hv_handle_set_rc() argument 806 if (writing) in kvmppc_hv_handle_set_rc() 814 if (ptep && pte_present(*ptep) && (!writing || pte_write(*ptep))) { in kvmppc_hv_handle_set_rc() 824 bool writing, in kvmppc_book3s_instantiate_page() argument 843 pfn = __kvm_faultin_pfn(memslot, gfn, writing ? FOLL_WRITE : 0, in kvmppc_book3s_instantiate_page() 894 if (writing || upgrade_write) { in kvmppc_book3s_instantiate_page() 933 bool writing = !!(dsisr & DSISR_ISSTORE); in kvmppc_book3s_radix_page_fault() local 975 return kvmppc_hv_emulate_mmio(vcpu, gpa, ea, writing); in kvmppc_book3s_radix_page_fault() 979 if (writing) { in kvmppc_book3s_radix_page_fault() 991 if (kvmppc_hv_handle_set_rc(kvm, false, writing, in kvmppc_book3s_radix_page_fault() [all …]
|
| /linux-6.15/fs/9p/ |
| H A D | vfs_addr.c | 101 bool writing = (rreq->origin == NETFS_READ_FOR_WRITE || in v9fs_init_request() local 118 fid = v9fs_fid_find_inode(rreq->inode, writing, INVALID_UID, true); in v9fs_init_request()
|
| /linux-6.15/Documentation/hwmon/ |
| H A D | amc6821.rst | 76 4 degree C. Read it out after writing to get 83 writing to get the actual value. 99 writing to get actual value.
|
| /linux-6.15/Documentation/devicetree/bindings/mtd/ |
| H A D | fsl-upm-nand.txt | 18 UPM pattern (0x1), after writing a data byte (0x2) or after 19 writing out a buffer (0x4).
|
| /linux-6.15/Documentation/sound/kernel-api/ |
| H A D | index.rst | 8 writing-an-alsa-driver
|
| /linux-6.15/Documentation/dev-tools/kunit/ |
| H A D | index.rst | 55 - Provides a framework for writing unit tests. 95 - Encourages writing testable code. 102 You can find a step-by-step guide to writing and running KUnit tests in
|
| /linux-6.15/net/sunrpc/xprtrdma/ |
| H A D | xprt_rdma.h | 527 rpcrdma_data_dir(bool writing) in rpcrdma_data_dir() argument 529 return writing ? DMA_FROM_DEVICE : DMA_TO_DEVICE; in rpcrdma_data_dir() 540 int nsegs, bool writing, __be32 xid,
|
| /linux-6.15/Documentation/admin-guide/perf/ |
| H A D | hisi-pcie-pmu.rst | 106 than trigger condition. You can set the trigger condition by writing 107 "trig_len", and set the trigger mode by writing "trig_mode". This filter can 121 threshold by writing "thr_len", and set the threshold mode by writing
|
| /linux-6.15/Documentation/input/devices/ |
| H A D | edt-ft5x06.rst | 41 mode" by writing "1" or "0" to it. In factory mode (1) it is 53 mode. The same happens when reading/writing to the parameter files when the
|
| /linux-6.15/Documentation/process/ |
| H A D | contribution-maturity-model.rst | 20 refactoring kernel infrastructure, and writing documentation. 94 such as writing or maintaining tests, upstream tech debt reduction, 95 writing documentation, etc.
|