Home
last modified time | relevance | path

Searched refs:writing (Results 1 – 25 of 569) sorted by relevance

12345678910>>...23

/linux/Documentation/virt/kvm/
A Dcpuid.rst56 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/Documentation/devicetree/bindings/
A Dindex.rst7 writing-bindings
8 writing-schema
/linux/drivers/mtd/lpddr/
A Dlpddr_cmds.c78 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/Documentation/admin-guide/mm/damon/
A Dusage.rst18 from and writing to special debugfs files. Therefore, you can write and use
25 feature of DAMON most flexibly and efficiently by writing kernel space
48 reading from and writing to the ``attrs`` file. To know about the monitoring
64 monitoring targets. Users can set the targets by writing relevant id values of
77 writing a special keyword, "``paddr\n``" to the file. Because physical address
105 as they want, by writing proper values to the ``init_regions`` file. Each line
140 Users can get and set the schemes by reading from and writing to ``schemes``
160 You can disable schemes by simply writing an empty string to the file. For
181 monitoring by writing to and reading from the ``monitor_on`` file. Writing
/linux/Documentation/cdrom/
A Dpacket-writing.rst2 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.
A Dindex.rst12 packet-writing
/linux/Documentation/admin-guide/gpio/
A Dgpio-aggregator.rst25 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/sound/usb/line6/
A DKconfig14 * Reading/writing individual parameters
15 * Reading/writing complete channel, effects setup, and amp
/linux/Documentation/ABI/testing/
A Dsysfs-platform-usbip-vudc33 connection peer. It is done by writing to this
37 close the connection by writing -1 instead of
A Dsysfs-timecard63 the PHC. May be changed by writing one of the listed
115 The output signal may be changed by writing one of the listed
118 The input destinations may be changed by writing multiple
145 value may be changed by writing an unsigned integer.
174 The offset may be changed by writing an unsigned integer.
A Dsysfs-block-device45 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
A Ddebugfs-wilco-ec24 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
A Dsysfs-driver-typec-displayport16 The configuration can be changed by writing to the file
39 Pin assignment can be changed by writing to the file. It is
A Dsysfs-power32 to suspend the system (by writing "mem" to the /sys/power/state
68 'testproc' mode, writing 'disk' to /sys/power/state will cause
71 the 'test' mode, writing 'disk' to /sys/power/state will cause
78 The suspend-to-disk method may be chosen by writing to this
117 it contains '0' which may be changed to '1' by writing a
167 disabled by writing "0" to this file, in which case all devices
268 Writing a "1" enables this printing while writing a "0"
293 writing a "0" (default) to it disables them. Reads from
424 Writing a "1" to this file enables the sync() and writing a "0"
A Dsysfs-bus-thunderbolt30 de-authorize PCIe tunnel by writing 0 to authorized
51 user Devices are only authorized based on writing
210 authentication procedure is started by writing to
216 This file will accept writing values "1", "2" or "3".
239 This file will accept writing values "1" or "2"
322 Description: When the USB4 port is in offline mode writing 1 to this
341 authentication procedure is started by writing 1 to
A Dsysfs-driver-ucsi-ccg6 firmware upgrade by writing [Yy1] to the file.
/linux/Documentation/hwmon/
A Damc6821.rst71 4 degree C. Read it out after writing to get
78 writing to get the actual value.
94 writing to get actual value.
A Dabituguru3.rst71 neither is writing any of the sensor settings and writing / reading the
/linux/arch/powerpc/kvm/
A Dbook3s_64_mmu_radix.c781 bool kvmppc_hv_handle_set_rc(struct kvm *kvm, bool nested, bool writing, in kvmppc_hv_handle_set_rc() argument
794 if (writing) in kvmppc_hv_handle_set_rc()
802 if (ptep && pte_present(*ptep) && (!writing || pte_write(*ptep))) { in kvmppc_hv_handle_set_rc()
812 bool writing, bool kvm_ro, in kvmppc_book3s_instantiate_page() argument
844 writing, upgrade_p, NULL); in kvmppc_book3s_instantiate_page()
901 if (writing || upgrade_write) { in kvmppc_book3s_instantiate_page()
940 bool writing = !!(dsisr & DSISR_ISSTORE); in kvmppc_book3s_radix_page_fault() local
979 return kvmppc_hv_emulate_mmio(vcpu, gpa, ea, writing); in kvmppc_book3s_radix_page_fault()
983 if (writing) { in kvmppc_book3s_radix_page_fault()
995 if (kvmppc_hv_handle_set_rc(kvm, false, writing, in kvmppc_book3s_radix_page_fault()
[all …]
A Dbook3s_hv_nested.c1422 bool writing = !!(dsisr & DSISR_ISSTORE); in kvmhv_handle_nested_set_rc() local
1428 if (writing) in kvmhv_handle_nested_set_rc()
1435 ret = kvmppc_hv_handle_set_rc(kvm, false, writing, in kvmhv_handle_nested_set_rc()
1443 ret = kvmppc_hv_handle_set_rc(kvm, true, writing, in kvmhv_handle_nested_set_rc()
1494 bool writing = !!(dsisr & DSISR_ISSTORE); in __kvmhv_nested_page_fault() local
1563 return kvmppc_hv_emulate_mmio(vcpu, gpa, ea, writing); in __kvmhv_nested_page_fault()
1566 if (writing) { in __kvmhv_nested_page_fault()
1591 if (!pte_present(pte) || (writing && !(pte_val(pte) & _PAGE_WRITE))) { in __kvmhv_nested_page_fault()
1594 writing, kvm_ro, &pte, &level); in __kvmhv_nested_page_fault()
1612 perm |= ((gpte.rc & _PAGE_DIRTY) && writing) ? 0UL : _PAGE_DIRTY; in __kvmhv_nested_page_fault()
/linux/Documentation/devicetree/bindings/mtd/
A Dfsl-upm-nand.txt18 UPM pattern (0x1), after writing a data byte (0x2) or after
19 writing out a buffer (0x4).
/linux/net/sunrpc/xprtrdma/
A Dxprt_rdma.h522 rpcrdma_data_dir(bool writing) in rpcrdma_data_dir() argument
524 return writing ? DMA_FROM_DEVICE : DMA_TO_DEVICE; in rpcrdma_data_dir()
535 int nsegs, bool writing, __be32 xid,
/linux/drivers/firmware/google/
A DKconfig17 platforms. This provides an interface for writing to and
19 driver provides an interface for reading and writing NVRAM
/linux/Documentation/input/devices/
A Dedt-ft5x06.rst41 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/Documentation/sound/kernel-api/
A Dindex.rst8 writing-an-alsa-driver

Completed in 811 milliseconds

12345678910>>...23