/Linux-v5.4/Documentation/virt/kvm/ |
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-v5.4/drivers/mtd/lpddr/ |
D | lpddr_cmds.c | 79 shared[i].writing = shared[i].erasing = NULL; in lpddr_cmdset() 200 contender = shared->writing; in get_chip() 254 shared->writing = chip; in get_chip() 327 if (shared->writing == chip && chip->oldstate == FL_READY) { in put_chip() 329 shared->writing = shared->erasing; in put_chip() 330 if (shared->writing && shared->writing != chip) { in put_chip() 332 struct flchip *loaner = shared->writing; in put_chip() 343 shared->writing = NULL; in put_chip() 344 } else if (shared->erasing == chip && shared->writing != chip) { in put_chip()
|
/Linux-v5.4/Documentation/cdrom/ |
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.
|
D | index.rst | 12 packet-writing
|
/Linux-v5.4/sound/usb/line6/ |
D | Kconfig | 14 * Reading/writing individual parameters 15 * Reading/writing complete channel, effects setup, and amp
|
/Linux-v5.4/Documentation/ABI/testing/ |
D | sysfs-platform-usbip-vudc | 30 connection peer. It is done by writing to this 34 close the connection by writing -1 instead of
|
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
|
D | sysfs-driver-typec-displayport | 16 The configuration can be changed by writing to the file 39 Pin assignment can be changed by writing to the file. It is
|
D | sysfs-block-device | 43 to enable it by writing -1. It can be disabled again by 44 writing -2.
|
D | sysfs-driver-ucsi-ccg | 6 firmware upgrade by writing [Yy1] to the file.
|
D | debugfs-pktcdvd | 10 The pktcdvd module (packet writing driver) creates
|
D | sysfs-platform-chipidea-usb2 | 9 Only controller at dual-role configuration supports writing.
|
/Linux-v5.4/Documentation/hwmon/ |
D | amc6821.rst | 71 4 degree C. Read it out after writing to get 78 writing to get the actual value. 94 writing to get actual value.
|
D | abituguru3.rst | 71 neither is writing any of the sensor settings and writing / reading the
|
/Linux-v5.4/arch/powerpc/kvm/ |
D | book3s_64_mmu_radix.c | 738 bool kvmppc_hv_handle_set_rc(struct kvm *kvm, pgd_t *pgtable, bool writing, in kvmppc_hv_handle_set_rc() argument 751 if (writing) in kvmppc_hv_handle_set_rc() 759 if (ptep && pte_present(*ptep) && (!writing || pte_write(*ptep))) { in kvmppc_hv_handle_set_rc() 769 bool writing, bool kvm_ro, in kvmppc_book3s_instantiate_page() argument 801 writing, upgrade_p); in kvmppc_book3s_instantiate_page() 857 if (writing || upgrade_write) { in kvmppc_book3s_instantiate_page() 896 bool writing = !!(dsisr & DSISR_ISSTORE); in kvmppc_book3s_radix_page_fault() local 932 return kvmppc_hv_emulate_mmio(run, vcpu, gpa, ea, writing); in kvmppc_book3s_radix_page_fault() 936 if (writing) { in kvmppc_book3s_radix_page_fault() 949 writing, gpa, kvm->arch.lpid)) in kvmppc_book3s_radix_page_fault() [all …]
|
D | book3s_hv_nested.c | 1202 bool writing = !!(dsisr & DSISR_ISSTORE); in kvmhv_handle_nested_set_rc() local 1208 if (writing) in kvmhv_handle_nested_set_rc() 1215 ret = kvmppc_hv_handle_set_rc(kvm, kvm->arch.pgtable, writing, in kvmhv_handle_nested_set_rc() 1223 ret = kvmppc_hv_handle_set_rc(kvm, gp->shadow_pgtable, writing, n_gpa, in kvmhv_handle_nested_set_rc() 1275 bool writing = !!(dsisr & DSISR_ISSTORE); in __kvmhv_nested_page_fault() local 1344 return kvmppc_hv_emulate_mmio(run, vcpu, gpa, ea, writing); in __kvmhv_nested_page_fault() 1347 if (writing) { in __kvmhv_nested_page_fault() 1372 if (!pte_present(pte) || (writing && !(pte_val(pte) & _PAGE_WRITE))) { in __kvmhv_nested_page_fault() 1375 writing, kvm_ro, &pte, &level); in __kvmhv_nested_page_fault() 1393 perm |= ((gpte.rc & _PAGE_DIRTY) && writing) ? 0UL : _PAGE_DIRTY; in __kvmhv_nested_page_fault()
|
/Linux-v5.4/Documentation/sound/kernel-api/ |
D | index.rst | 8 writing-an-alsa-driver
|
/Linux-v5.4/Documentation/devicetree/bindings/mtd/ |
D | fsl-upm-nand.txt | 11 UPM pattern (0x1), after writing a data byte (0x2) or after 12 writing out a buffer (0x4).
|
/Linux-v5.4/net/sunrpc/xprtrdma/ |
D | xprt_rdma.h | 537 rpcrdma_data_dir(bool writing) in rpcrdma_data_dir() argument 539 return writing ? DMA_FROM_DEVICE : DMA_TO_DEVICE; in rpcrdma_data_dir() 553 int nsegs, bool writing, __be32 xid,
|
/Linux-v5.4/Documentation/input/devices/ |
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-v5.4/drivers/firmware/google/ |
D | Kconfig | 17 platforms. This provides an interface for writing to and 19 driver provides an interface for reading and writing NVRAM
|
/Linux-v5.4/Documentation/i2c/ |
D | index.rst | 26 writing-clients
|
/Linux-v5.4/include/linux/mtd/ |
D | flashchip.h | 94 struct flchip *writing; member
|
/Linux-v5.4/Documentation/devicetree/bindings/fpga/ |
D | altera-socfpga-fpga-mgr.txt | 7 - The second index is for writing FPGA configuration data.
|
D | altera-socfpga-a10-fpga-mgr.txt | 7 - The second index is for writing FPGA configuration data.
|